diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/pccd/t_media.cpp --- a/kerneltest/e32test/pccd/t_media.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/kerneltest/e32test/pccd/t_media.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -187,7 +187,7 @@ TUint driveSize=I64LOW(driveCaps.iSize); test.Printf(_L("Drive size = %08x (%dK)\n"),driveSize,driveSize>>10); test.Printf(_L("Media type = %d\n"),driveCaps.iType); - test.Printf(_L("Battery state = %d\n"),driveCaps.iBattery); + test.Printf(_L("Connection Bus = %d\n"),driveCaps.iConnectionBusType); test.Printf(_L("Drive attributes = %08x\n"),driveCaps.iDriveAtt); test.Printf(_L("Media attributes = %08x\n"),driveCaps.iMediaAtt); test.Printf(_L("Base address = %08x\n"),driveCaps.iBaseAddress);