summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-27 21:17:02 +0000
committermsmith <msmith@FreeBSD.org>1999-11-27 21:17:02 +0000
commit0ddf613fca6c201993ffeb4cf9a1ec717aec10ab (patch)
tree3013a1ce479598e6aeb61c7241156840327af899 /etc
parent44eb44a9e89f713e7927093b25547d6532b4b728 (diff)
downloadFreeBSD-src-0ddf613fca6c201993ffeb4cf9a1ec717aec10ab.zip
FreeBSD-src-0ddf613fca6c201993ffeb4cf9a1ec717aec10ab.tar.gz
As promised long ago, remove the last evidence of the 'sd' driver.
SCSI disks are only known as 'da' now.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV7
1 files changed, 2 insertions, 5 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 86f665e..2facc17 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -48,7 +48,6 @@
# md* Memory (or malloc) disk
# mlxd* Mylex DAC960 RAID
# scd* Sony CD-ROM disks
-# sd* SCSI disk, antiquated, use da* instead
# vn* vnode disks
# wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
# wfd* IDE floppy disk drives (LS-120)
@@ -313,7 +312,7 @@ wt*)
;;
# Individual slices.
-ad*s*|afd*s*|amrd*s*|da*s*|fla*s*|ida*s*|md*s*|mlxd*s*|sd*s*|vn*s*|wd*s*|wfd*s*)
+ad*s*|afd*s*|amrd*s*|da*s*|fla*s*|ida*s*|md*s*|mlxd*s*|vn*s*|wd*s*|wfd*s*)
umask $disk_umask
case $i in
ad*s*) name=ad; chr=116;;
@@ -324,7 +323,6 @@ ad*s*|afd*s*|amrd*s*|da*s*|fla*s*|ida*s*|md*s*|mlxd*s*|sd*s*|vn*s*|wd*s*|wfd*s*)
ida*s*) name=ida; chr=109;;
md*s*) name=md; chr=95;;
mlxd*s*) name=mlxd; chr=131;;
- sd*s*) name=sd; chr=13;;
vn*s*) name=vn; chr=43;;
wd*s*) name=wd; chr=3;;
wfd*s*) name=wfd; chr=87;;
@@ -494,7 +492,7 @@ ft*)
umask 77
;;
-ad*|afd*|amrd*|da*|fla*|ida*|md*|mlxd*|sd*|vn*|wd*|wfd*)
+ad*|afd*|amrd*|da*|fla*|ida*|md*|mlxd*|vn*|wd*|wfd*)
umask $disk_umask
case $i in
ad*) name=ad; chr=116;;
@@ -505,7 +503,6 @@ ad*|afd*|amrd*|da*|fla*|ida*|md*|mlxd*|sd*|vn*|wd*|wfd*)
ida*) name=ida; chr=109;;
md*) name=md; chr=95;;
mlxd*) name=mlxd; chr=131;;
- sd*) name=sd; chr=13;;
vn*) name=vn; chr=43;;
wd*) name=wd; chr=3;;
wfd*) name=wfd; chr=87;;
OpenPOWER on IntegriCloud