summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-02-18 05:49:08 +0000
committerrwatson <rwatson@FreeBSD.org>2000-02-18 05:49:08 +0000
commitce579c85fe54d312c029d0f79dee7ac918b31b3c (patch)
tree75fa20de277d4dbb96366f403fb557083f4558de /etc/MAKEDEV
parent3e33e82f1d19bab7ec51b607c3b66786a554b465 (diff)
downloadFreeBSD-src-ce579c85fe54d312c029d0f79dee7ac918b31b3c.zip
FreeBSD-src-ce579c85fe54d312c029d0f79dee7ac918b31b3c.tar.gz
Modify MAKEDEV to create four bpf devices instead of one when doing a
MAKEDEV all, making DHCP on multiple interfaces happier, and allowing use of tcpdump to to debug DHCP, without creating more devices. (we need devfs) Modify MAKEDEV to create four tun devices in MAKEDEV all as well, since we're being gratuitous with network pseudo-devices. (we need devfs) Approved by: The Hubbard
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 3cabfd6..f685217 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -249,7 +249,8 @@ 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 bpf0 ipl tun0 # cdev, network
+ sh MAKEDEV bpf0 bpf1 bpf2 bpf3 # cdev, network
+ sh MAKEDEV ipl tun0 tun1 tun2 tun3 # cdev, network
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
sh MAKEDEV apm apmctl card0 card1 card2 card3 # cdev, laptop
sh MAKEDEV pass4 xpt2 # cdev, CAM
OpenPOWER on IntegriCloud