Also clear word 6 in the ATAPI SCSI_READ10 command packet (in atapi_transfer).
This commit is contained in:
parent
f6c4002b35
commit
3e35db1514
@ -2169,6 +2169,7 @@ int safe; /* use safecopies? */
|
||||
packet[3] = (block >> 16) & 0xFF;
|
||||
packet[4] = (block >> 8) & 0xFF;
|
||||
packet[5] = (block >> 0) & 0xFF;
|
||||
packet[6] = 0;
|
||||
packet[7] = (nblocks >> 8) & 0xFF;
|
||||
packet[8] = (nblocks >> 0) & 0xFF;
|
||||
packet[9] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user