diff -r 56f325a607ea -r 0173bcd7697c kerneltest/e32test/pccd/t_atadr3.cpp --- a/kerneltest/e32test/pccd/t_atadr3.cpp Wed Dec 23 11:43:31 2009 +0000 +++ 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);