diff options
author | msmith <msmith@FreeBSD.org> | 1999-04-08 21:23:18 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1999-04-08 21:23:18 +0000 |
commit | bb46603662773574159cd1e80402f5619310af03 (patch) | |
tree | 517c0febf24207a276c251113dad390927671b50 /etc/MAKEDEV | |
parent | 2a8759eebdcbf2bd16e84f821d7321ee76780657 (diff) | |
download | FreeBSD-src-bb46603662773574159cd1e80402f5619310af03.zip FreeBSD-src-bb46603662773574159cd1e80402f5619310af03.tar.gz |
Make the USB devices by default, comment them.
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index d375bf0..e09ff19 100644 --- a/etc/MAKEDEV +++ b/etc/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 |