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:
Søren Schmidt 2000-02-29 16:11:18 +00:00
parent fb7ac445bf
commit 41ef40c93d

View File

@ -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