Only read user data when blocksize != 2048, this "read the works"
sneaked in sometime which is not what the average user wants.
This commit is contained in:
parent
fb7ac445bf
commit
41ef40c93d
@ -1108,7 +1108,7 @@ acd_start(struct acd_softc *cdp)
|
||||
ccb[0] = ATAPI_READ_BIG;
|
||||
else {
|
||||
ccb[0] = ATAPI_READ_CD;
|
||||
ccb[9] = 0xf8;
|
||||
ccb[9] = 0x10;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user