--- a/kerneltest/e32test/pccd/t_media.cpp Wed Dec 23 11:43:31 2009 +0000
+++ 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);