mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
1ad8b2cb84
- remove all calls to scsi_stop_unit(). Some drives refuse commands when stopped. This will fix the 'device not configured' message which was cleared after opening/closing the tray. - Never set the logical block address in the scsi_cmd struct when writing. The computation was bogus for block sizes not a multiple of DEV_BSIZE. (the bug is still there in the READ case) - reset the block size to the 2048 bytes in finalize_track() track to avoid an error when mounting a disk after an audio write. - remove the WORMIOCQUIRKSELECT ioctl. Quirks are now recorded at probe time (see scsiconf.c) - change and expand the argument to the WORMIOCPREPTRACK ioctl. It now possible to select more track options (copy bits, ISRC codes, track type, track number) - add an error handler to catch false errors (warnings in fact) and record the error type. - add an ioctl call (WORMIOERROR) to get more information on the nature of the error when a command or a write failed. - add an ioctl call (WORMIOCFINISHTRACK) to finalize a track without closing the device (closing the device still finalize the track if the command was not performed) Approved by: joerg |
||
---|---|---|
.. | ||
man4.i386 | ||
aha.4 | ||
ahb.4 | ||
ahc.4 | ||
bpf.4 | ||
bt.4 | ||
ccd.4 | ||
cd.4 | ||
ch.4 | ||
cy.4 | ||
da.4 | ||
ddb.4 | ||
de.4 | ||
divert.4 | ||
drum.4 | ||
ed.4 | ||
fd.4 | ||
fdc.4 | ||
fpa.4 | ||
fxp.4 | ||
icmp.4 | ||
ifmib.4 | ||
inet.4 | ||
intro.4 | ||
ip.4 | ||
ipfirewall.4 | ||
joy.4 | ||
keyboard.4 | ||
lkm.4 | ||
lo.4 | ||
Makefile | ||
mem.4 | ||
mtio.4 | ||
ncr.4 | ||
netintro.4 | ||
null.4 | ||
od.4 | ||
pcvt.4 | ||
ppp.4 | ||
psm.4 | ||
pt.4 | ||
pty.4 | ||
route.4 | ||
sa.4 | ||
screen.4 | ||
scsi.4 | ||
sd.4 | ||
si.4 | ||
sio.4 | ||
sl.4 | ||
snp.4 | ||
spkr.4 | ||
st.4 | ||
su.4 | ||
sysmouse.4 | ||
tcp.4 | ||
termios.4 | ||
ttcp.4 | ||
tty.4 | ||
udp.4 | ||
uk.4 | ||
unix.4 | ||
update.4 | ||
vn.4 | ||
worm.4 | ||
yp.4 | ||
zero.4 |