diff -r 96e5fb8b040d -r 36bfc973b146 kerneltest/e32test/pccd/t_atadr3.cpp --- a/kerneltest/e32test/pccd/t_atadr3.cpp Thu Dec 17 09:24:54 2009 +0200 +++ b/kerneltest/e32test/pccd/t_atadr3.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -355,7 +355,7 @@ DriveSizeInSectors=(driveSize&~0xfff)>>KSectorShift; // round down to multiple of 8 sectors 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);