diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/lffs/t_lfsdrv2.cpp --- a/kerneltest/e32test/lffs/t_lfsdrv2.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/kerneltest/e32test/lffs/t_lfsdrv2.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -532,7 +532,7 @@ test(r==KErrNone); test.Printf(_L("Size : %08x\n"),I64LOW(DriveCaps.iSize)); test.Printf(_L("Type : %d\n"),DriveCaps.iType); - test.Printf(_L("BatState : %d\n"),DriveCaps.iBattery); + test.Printf(_L("Connection Bus : %d\n"),DriveCaps.iConnectionBusType); test.Printf(_L("DriveAtt : %02x\n"),DriveCaps.iDriveAtt); test.Printf(_L("MediaAtt : %02x\n"),DriveCaps.iMediaAtt); test.Printf(_L("BaseAddress : %08x\n"),DriveCaps.iBaseAddress);