equal
deleted
inserted
replaced
1245 { |
1245 { |
1246 test.Next( _L("Test drive info") ); |
1246 test.Next( _L("Test drive info") ); |
1247 |
1247 |
1248 TEST_FOR_ERROR( TheMmcDrive.Caps( DriveCaps ) ); |
1248 TEST_FOR_ERROR( TheMmcDrive.Caps( DriveCaps ) ); |
1249 |
1249 |
1250 test.Printf( _L("Caps V1:\n\tiSize=0x%lx\n\tiType=%d\n\tiBattery=%d\n\tiDriveAtt=0x%x\n\tiMediaAtt=0x%x\n\tiBaseAddress=0x%x\n\tiFileSystemId=0x%x\n\tiPartitionType=0x%x\n"), |
1250 test.Printf( _L("Caps V1:\n\tiSize=0x%lx\n\tiType=%d\n\tiConnectionBusType=%d\n\tiDriveAtt=0x%x\n\tiMediaAtt=0x%x\n\tiBaseAddress=0x%x\n\tiFileSystemId=0x%x\n\tiPartitionType=0x%x\n"), |
1251 DriveCaps().iSize, |
1251 DriveCaps().iSize, |
1252 DriveCaps().iType, |
1252 DriveCaps().iType, |
1253 DriveCaps().iBattery, |
1253 DriveCaps().iConnectionBusType, |
1254 DriveCaps().iDriveAtt, |
1254 DriveCaps().iDriveAtt, |
1255 DriveCaps().iMediaAtt, |
1255 DriveCaps().iMediaAtt, |
1256 DriveCaps().iBaseAddress, |
1256 DriveCaps().iBaseAddress, |
1257 DriveCaps().iFileSystemId, |
1257 DriveCaps().iFileSystemId, |
1258 DriveCaps().iPartitionType ); |
1258 DriveCaps().iPartitionType ); |