diff -r 96e5fb8b040d -r 36bfc973b146 kerneltest/e32test/pccd/t_media.cpp --- a/kerneltest/e32test/pccd/t_media.cpp Thu Dec 17 09:24:54 2009 +0200 +++ b/kerneltest/e32test/pccd/t_media.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -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);