summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-04-08 21:23:18 +0000
committermsmith <msmith@FreeBSD.org>1999-04-08 21:23:18 +0000
commitbb46603662773574159cd1e80402f5619310af03 (patch)
tree517c0febf24207a276c251113dad390927671b50 /etc/etc.i386
parent2a8759eebdcbf2bd16e84f821d7321ee76780657 (diff)
downloadFreeBSD-src-bb46603662773574159cd1e80402f5619310af03.zip
FreeBSD-src-bb46603662773574159cd1e80402f5619310af03.tar.gz
Make the USB devices by default, comment them.
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index d375bf0..e09ff19 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -82,6 +82,11 @@
# iic* I2C devices
# smb* SMBUS devices
#
+# USB devices:
+# ums* mouse
+# ulpt* printer
+# ugen* generic USB device
+#
# SCSI devices (other than CD-ROM, tape and disk):
# ssc The ``super scsi'' device
# worm* WORM driver
@@ -121,7 +126,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.192 1999/03/05 23:08:45 gibbs Exp $
+# $Id: MAKEDEV,v 1.193 1999/03/16 13:34:00 sos Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -224,6 +229,7 @@ all)
sh MAKEDEV ppi0 ppi1 ppi2 # cdev, parallel port
sh MAKEDEV iic0 iic1 # cdev, I2C device
sh MAKEDEV smb0 smb1 # cdev, SMBus device
+ sh MAKEDEV ums0 ulpt0 ugen0 # cdev, USB devices
sh MAKEDEV bpf0 ipl tun0 # cdev, network
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
sh MAKEDEV apm card0 card1 # cdev, laptop
OpenPOWER on IntegriCloud