Index: cd.4 =================================================================== RCS file: /home/ncvs/src/share/man/man4/cd.4,v retrieving revision 1.17.2.7 diff -u -r1.17.2.7 cd.4 --- cd.4 17 Aug 2001 13:08:37 -0000 1.17.2.7 +++ cd.4 31 May 2003 15:19:04 -0000 @@ -80,6 +80,19 @@ .Xr scsi 4 for details on kernel configuration. .Pp +The +.Cd target +string is followed by the device's standard +.Tn SCSI +device ID number. +The +.Cd unit +string is followed by the Logical Unit Number +.Pq Tn LUN +of the +.Tn SCSI +device's sub-device, if any, or zero. +.Pp The system utility .Xr disklabel 8 may be used to read the synthesized @@ -376,9 +389,9 @@ The scheduler honors minimum and maximum time quanta that the driver will spend on a particular LUN. The minimum time is the guaranteed minimum amount of time that the driver will spend on a -given LUN, even if there is no oustanding I/O for that LUN. The maximum +given LUN, even if there is no outstanding I/O for that LUN. The maximum time is the maximum amount of time the changer will spend on a LUN if there -is oustdanding I/O for another LUN. If there is no outstanding I/O for +is outstanding I/O for another LUN. If there is no outstanding I/O for another LUN, the driver will allow indefinite access to a given LUN. .Pp The minimum and maximum time quanta are configurable via kernel options and @@ -436,7 +449,7 @@ timeouts for different CD changers; the timeout values set by the kernel options or the sysctl variables apply to all LUN-based CD changers in the system. It is possible to implement such support, but the sysctl -impelmentation at least would be rather inelegant, because of the current +implementation at least would be rather inelegant, because of the current inability of the sysctl code to handle the addition of nodes after compile time. Thus, it would take one dynamically sized sysctl variable and a userland utility to get/set the timeout values. Implementation of separate