summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-02 22:33:52 +0000
committerobrien <obrien@FreeBSD.org>1998-10-02 22:33:52 +0000
commit611b5951cb683358484e5da3015941ed1abb6eca (patch)
tree4fa10da6c5d4789aed2d6e0ed96c00895ac25e7b /etc/etc.i386/MAKEDEV
parent0413b9eb7f670cf94fedd70794412d21088b8dba (diff)
downloadFreeBSD-src-611b5951cb683358484e5da3015941ed1abb6eca.zip
FreeBSD-src-611b5951cb683358484e5da3015941ed1abb6eca.tar.gz
Re-enable creating sd*s* devices.
Add note, that one should use da*s* however.
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 668a4a3..362cf46 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -40,6 +40,7 @@
# fd* "floppy" disk drives (3 1/2", 5 1/4")
# da* "SCSI Direct Access Devices"
# cd* "SCSI CD-ROM disks"
+# sd* "SCSI disk", antiquated, use da* instead
# mcd* "Mitsumi CD-ROM disks"
# scd* "Sony CD-ROM disks"
# matcd* "Matsushita (Panasonic) CD-ROM disks"
@@ -107,7 +108,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.171 1998/09/15 10:21:35 gibbs Exp $
+# $Id: MAKEDEV,v 1.172 1998/09/16 00:10:26 ken Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -264,7 +265,7 @@ wt*)
;;
# Individual slices.
-od*s*|da*s*|vn*s*|wd*s*|wfd*s*|fla*s*)
+od*s*|sd*s*|da*s*|vn*s*|wd*s*|wfd*s*|fla*s*)
umask $disk_umask
case $i in
fla*s*) name=fla; blk=28; chr=101;;
OpenPOWER on IntegriCloud