summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-07-10 16:07:33 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-07-10 16:07:33 +0000
commite044f137e0d384c6ef8351a9ddbd24314bc8d12f (patch)
tree5f5e026dc14c70169ba4d08a76c991be378234e0
parentf889202ba41fe32f235832ebc2cf73e5a68b1692 (diff)
Notes
-rw-r--r--etc/MAKEDEV8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 9d22032951ef..d8d227448e0c 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -103,7 +103,7 @@
# ums* mouse
# urio* Diamond Rio 500
# uscanner* USB scanners
-# usio* USB serial devices
+# ucom* USB serial devices
#
# SCSI devices (other than CD-ROM, tape and disk):
# ch* SCSI Media-Changer (juke box) driver
@@ -1001,11 +1001,11 @@ urio*)
umask 77
;;
-usio*)
+ucom*)
umask 7
- unit=`expr $i : 'usio\(.*\)'`
+ unit=`expr $i : 'ucom\(.*\)'`
minor=`unit2minor $(($unit + 128))`
- mknod usio$unit c 138 $minor uucp:dialer
+ mknod ucom$unit c 138 $minor uucp:dialer
umask 77
;;