1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/share/man
Jean-Marc Zucconi 1ad8b2cb84 A few improvements to the worm driver.
- 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
1997-05-19 17:30:50 +00:00
..
man0 Revert $FreeBSD$ back to $Id$ 1997-02-22 13:26:29 +00:00
man1 fix a bugon of last commit 1997-04-22 05:52:54 +00:00
man3 Fixed type bugs in synopsis. Some of the typedefs that were used here 1997-04-13 14:19:59 +00:00
man4 A few improvements to the worm driver. 1997-05-19 17:30:50 +00:00
man5 Forgot to commit this after last bind/resolver update 1997-05-15 20:05:16 +00:00
man6 Typo and style fixes. 1997-02-16 16:36:17 +00:00
man7 Use the .Fx macro for FreeBSD references for releases prior to 2.0. 1997-03-21 20:14:15 +00:00
man8 Use the .Fx macro for FreeBSD references for releases prior to 2.0. 1997-03-21 20:14:15 +00:00
man9 Typo fix: sq --> qs 1997-05-12 01:56:31 +00:00
tools Converted 'vmunix' to 'kernel'. 1994-08-05 09:14:37 +00:00
Makefile Add directory man6 to SUBDIR 1997-02-16 11:35:05 +00:00