Date: Fri, 2 Oct 1998 16:19:21 -0400 (EDT) From: Brian Dean <brdean@unx.sas.com> To: freebsd-current@FreeBSD.ORG Subject: can't MAKEDEV sd devices Message-ID: <199810022019.QAA20923@dean.pc.sas.com>
next in thread | raw e-mail | index | archive | help
Hi,
Regarding recent discussions pertaining to da* and sd* devices, I've
found that I can no longer make the 'sd*' devices:
[root@bb01f38]:/dev- ./MAKEDEV sd1
bad unit for disk in: sd1s0h
bad unit for disk in: sd1s1
bad unit for disk in: sd1s2
bad unit for disk in: sd1s3
bad unit for disk in: sd1s4
Would someone please consider committing the following patch which
corrects the problem?:
[root@bb01f38]:/dev- diff -u MAKEDEV.orig MAKEDEV
--- MAKEDEV.orig Thu Oct 1 07:57:48 1998
+++ MAKEDEV Fri Oct 2 16:00:06 1998
@@ -264,7 +264,7 @@
;;
# Individual slices.
-od*s*|da*s*|vn*s*|wd*s*|wfd*s*|fla*s*)
+od*s*|da*s*|vn*s*|wd*s*|wfd*s*|fla*s*|sd*s*)
umask $disk_umask
case $i in
fla*s*) name=fla; blk=28; chr=101;;
Thanks,
-Brian
--
Brian Dean brdean@unx.sas.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810022019.QAA20923>
