summaryrefslogtreecommitdiff
path: root/etc/etc.macppc/MAKEDEV
diff options
context:
space:
mode:
authorKenjiro Cho <kjc@cvs.openbsd.org>2002-12-05 03:00:28 +0000
committerKenjiro Cho <kjc@cvs.openbsd.org>2002-12-05 03:00:28 +0000
commit03f47233ee3a2d6896920fe8bbd72f2abe074512 (patch)
tree00dfe1703cc0ab9435280c56c1bb406faf7f7402 /etc/etc.macppc/MAKEDEV
parentd990254ee7d59f887b83e2cd27d4acebf02d4c50 (diff)
remove altq entries. altq is now handled through pf.
ok, deraadt@
Diffstat (limited to 'etc/etc.macppc/MAKEDEV')
-rw-r--r--etc/etc.macppc/MAKEDEV11
1 files changed, 1 insertions, 10 deletions
diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV
index 98663ecafb2..7e459f9c6f9 100644
--- a/etc/etc.macppc/MAKEDEV
+++ b/etc/etc.macppc/MAKEDEV
@@ -78,7 +78,6 @@
# uk* SCSI Unknown device
# ss* SCSI scanners
# xfs* XFS filesystem devices
-# altq/ ALTQ control interface
# iop* I2O controller device
# pf* Packet Filter
# crypto hardware crypto access driver
@@ -265,14 +264,6 @@ iop*)
M iop$U c 73 $U 660
;;
-altq)
- RMlist="mkdir -p altq;$RMlist"
- for d in altq cbq wfq afm fifoq red rio localq hfsc cdnr blue priq; do
- M altq/$d c 72 $U 644
- U=$(($U+1))
- done
- ;;
-
xfs*)
M xfs$U c 51 $U 600
;;
@@ -463,7 +454,7 @@ all)
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 xfs0 ss0 ss1 ch0
R local wscons pci iop0 iop1 usbs tuner0 radio0 audio0 uk0
- R random lkm tty00 tty01 tty02 tty03 apm crypto pf altq
+ R random lkm tty00 tty01 tty02 tty03 apm crypto pf
R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1
R fd
;;