* Fixed build.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-07-12 21:51:24 +00:00
parent 84bcfa3d4b
commit 429d0b8c0b
@@ -466,7 +466,7 @@ ata_exec_io(ide_device_info *device, ide_qrequest *qrequest)
read_capacity(device, qrequest); read_capacity(device, qrequest);
break; break;
case SCSI_OP_VERIFY: case SCSI_OP_VERIFY_6:
// does anyone uses this function? // does anyone uses this function?
// effectly, it does a read-and-compare, which IDE doesn't support // effectly, it does a read-and-compare, which IDE doesn't support
set_sense(device, SCSIS_KEY_ILLEGAL_REQUEST, SCSIS_ASC_INV_OPCODE); set_sense(device, SCSIS_KEY_ILLEGAL_REQUEST, SCSIS_ASC_INV_OPCODE);