diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-03 21:46:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-03 21:46:59 +0000 |
commit | e710973823a9bbc5e904b1e829a0707e61ff21c5 (patch) | |
tree | b089733d9e628b19e64a9e7909e96308a3f8877f /share/man/man8/man8.hp300 | |
parent | 64d5018aaa427d0e10165c038e59678b058e4f55 (diff) |
Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver
interfaced with the MI scsi code.
Adapted from NetBSD with some changes (especially to get tape and old
cd-rom drives to not cause the driver to spin during probe).
Tested by millert@ and I, ok millert@
Diffstat (limited to 'share/man/man8/man8.hp300')
-rw-r--r-- | share/man/man8/man8.hp300/MAKEDEV.8 | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/share/man/man8/man8.hp300/MAKEDEV.8 b/share/man/man8/man8.hp300/MAKEDEV.8 index a398a1d204a..6f614328295 100644 --- a/share/man/man8/man8.hp300/MAKEDEV.8 +++ b/share/man/man8/man8.hp300/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.24 2004/06/03 18:40:17 grange Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.25 2004/08/03 21:46:51 miod Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd June 3, 2004 +.Dd July 27, 2004 .Dt MAKEDEV 8 hp300 .Os .Sh NAME @@ -78,6 +78,9 @@ Creates configuration-specific devices, by invoking the shell file .It Ar ccd* Concatenated disk devices, see .Xr ccd 4 . +.It Ar cd* +ATAPI and SCSI CD-ROM drives, see +.Xr cd 4 . .It Ar hd* HP300 HP-IB disks, see .Xr hd 4 . @@ -96,6 +99,9 @@ pseudo-disk devices, see .Pp .Sy Tapes .Bl -tag -width tenletters -compact +.It Ar ch* +SCSI media changers, see +.Xr ch 4 . .It Ar ct* HP300 HP-IB cartridge tape drives, see .Xr \&ct 4 . @@ -103,7 +109,7 @@ HP300 HP-IB cartridge tape drives, see (Magnetic) 9-track reel tape drives, see .Xr mt 4 . .It Ar st* -Exabyte tape, see +SCSI tape drives, see .Xr st 4 . .El .Pp @@ -170,12 +176,18 @@ Packet Filter, see .It Ar *random In-kernel random data source, see .Xr random 4 . -.It Ar tun* -Network tunnel driver, see -.Xr tun 4 . +.It Ar ss* +SCSI scanners, see +.Xr ss 4 . .It Ar systrace* System call tracing device, see .Xr systrace 4 . +.It Ar tun* +Network tunnel driver, see +.Xr tun 4 . +.It Ar uk* +SCSI unknown devices, see +.Xr uk 4 . .It Ar xfs* XFS filesystem node, see .Xr mount_xfs 8 . |