diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-01-07 05:45:38 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-01-07 05:45:38 +0000 |
| commit | ecfef947232fd5b3503ba2e1ff01ba08a217b6b5 (patch) | |
| tree | 30e6b58255ca4d1820bde8c3aa7281ce523d9a9b | |
| parent | 10a5b56b7a8c378f158965259e22593c06fc2b93 (diff) | |
Notes
| -rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 4d2288412678..5a78e605c06d 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -85,13 +85,21 @@ set of 32 master and slave pseudo terminals SCSI disk drives .It sa# SCSI tape drives +.It ch# +SCSI changer devices +.It ses# +SCSI SES/SAF-TE environmental devices .It vty# set of 12 virtual console devices for syscons/pcvt/codrv -.It wd# -.Dq winchester -disk drives (ST506, IDE, ESDI, RLL etc.) -.It wt# -QIC-interfaced (e.g. not SCSI) 3M cartridge tape +.It ad# +.Dq ATAPI +disk drives (IDE). +.It ast# +.Dq ATAPI +tape drives. +.It acd# +.Dq ATAPI +CDROM drives. .El .Sh FILES .Bl -tag -width /dev/xxxx -compact @@ -100,5 +108,6 @@ The special file directory. .El .Sh SEE ALSO .Xr intro 4 , +.Xr ata 4 , .Xr config 8 , .Xr mknod 8 |
