mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove ipl hooks (bring on DEVFS! :-)
This commit is contained in:
parent
41c2fcf401
commit
8d741ff43c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52091
1 changed files with 1 additions and 9 deletions
|
@ -126,7 +126,6 @@
|
|||
# labpc* National Instrument's Lab-PC and LAB-PC+
|
||||
# perfmon CPU performance-monitoring counters
|
||||
# pci PCI configuration-space access from user mode
|
||||
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
|
||||
# kbd keyboard devices
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
@ -234,7 +233,7 @@ all)
|
|||
sh MAKEDEV iic0 iic1 # cdev, I2C device
|
||||
sh MAKEDEV smb0 smb1 # cdev, SMBus device
|
||||
sh MAKEDEV usb0 ums0 ulpt0 ugen0 # cdev, USB devices
|
||||
sh MAKEDEV bpf0 ipl tun0 # cdev, network
|
||||
sh MAKEDEV bpf0 tun0 # cdev, network
|
||||
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
|
||||
sh MAKEDEV apm card0 card1 card2 card3 # cdev, laptop
|
||||
sh MAKEDEV pass4 xpt2 # cdev, CAM
|
||||
|
@ -1341,13 +1340,6 @@ perfmon)
|
|||
chmod 640 perfmon
|
||||
;;
|
||||
|
||||
ipl)
|
||||
mknod ipl c 79 0
|
||||
mknod ipnat c 79 1
|
||||
mknod ipstate c 79 2
|
||||
mknod ipauth c 79 3
|
||||
;;
|
||||
|
||||
kbd*)
|
||||
unit=`expr $i : 'kbd\(.*\)'`
|
||||
chr=112
|
||||
|
|
Loading…
Reference in a new issue