summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-03-18 18:45:48 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-03-18 18:45:48 +0000
commit5445855c7b83ba8461931716b332f92281d05e34 (patch)
treef177d05cfb0c386e5ebcffeacb95777853a14604 /etc/MAKEDEV
parente20d0e550c2ece8949a689bf94469a48aa53501e (diff)
downloadFreeBSD-src-5445855c7b83ba8461931716b332f92281d05e34.zip
FreeBSD-src-5445855c7b83ba8461931716b332f92281d05e34.tar.gz
Add the entries for urio.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index f1dc577..eabaafa 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -93,6 +93,7 @@
# ums* mouse
# ulpt* printer
# ugen* generic USB device
+# urio* Diamond Rio 500
#
# SCSI devices (other than CD-ROM, tape and disk):
# ch* SCSI Media-Changer (juke box) driver
@@ -249,6 +250,7 @@ all)
sh MAKEDEV iic0 iic1 # cdev, I2C device
sh MAKEDEV smb0 smb1 # cdev, SMBus device
sh MAKEDEV usb usb0 uhid0 ums0 ulpt0 ugen0 # cdev, USB devices
+ sh MAKEDEV urio0 # cdev, USB devices too
sh MAKEDEV bpf0 bpf1 bpf2 bpf3 # cdev, network
sh MAKEDEV ipl tun0 tun1 tun2 tun3 # cdev, network
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
@@ -921,7 +923,7 @@ ums*)
ulpt*)
unit=`expr $i : 'ulpt\(.*\)'`
- minor=$unit
+ minor=$unit
mknod ulpt$unit c 113 $minor
minor=`expr $unit + 64`
mknod unlpt$unit c 113 $minor # and the 'no prime' version
@@ -946,6 +948,11 @@ ugen*)
fi
;;
+urio*)
+ unit=`expr $i : 'urio\(.*\)'`
+ mknod urio$unit c 143 $unit
+ ;;
+
lpt*)
unit=`expr $i : 'lpt\(.*\)'`
mknod lpt$unit c 16 $unit
OpenPOWER on IntegriCloud