kerneltest/e32test/pccd/t_mmcdrv.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 287 ddfd5aa0d58f
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
  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 );