|
|
@ -3,8 +3,8 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.55 2012/08/23 06:15:28 deraadt Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp |
|
|
|
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.56 2013/03/15 09:10:52 ratchov Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.62 2013/03/15 09:10:52 ratchov Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.81 2012/11/05 08:07:09 jasper Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp |
|
|
|
# |
|
|
@ -78,7 +78,6 @@ |
|
|
|
# hotplug devices hot plugging |
|
|
|
# iop* I2O controller devices |
|
|
|
# lkm Loadable kernel modules interface |
|
|
|
# music* MIDI sequencer |
|
|
|
# pci* PCI bus devices |
|
|
|
# pf* Packet Filter |
|
|
|
# pppx* PPP Multiplexer |
|
|
@ -307,13 +306,6 @@ pci*) |
|
|
|
MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" |
|
|
|
;; |
|
|
|
|
|
|
|
music*) |
|
|
|
M music$U c 42 $U |
|
|
|
M sequencer$U c 42 $(($U+128)) |
|
|
|
MKlist[${#MKlist[*]}]=";[ -e music ] || ln -s music$U music" |
|
|
|
MKlist[${#MKlist[*]}]=";[ -e sequencer ] || ln -s sequencer$U sequencer" |
|
|
|
;; |
|
|
|
|
|
|
|
lkm) |
|
|
|
M lkm c 16 0 640 _lkm |
|
|
|
;; |
|
|
@ -556,11 +548,11 @@ all) |
|
|
|
R fd0G fd0H diskmap vscsi0 ch0 bio audio0 audio1 audio2 pppx |
|
|
|
R hotplug ptm local wscons pci0 pci1 pci2 pci3 iop0 iop1 uall |
|
|
|
R rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 |
|
|
|
R tuner0 radio0 music0 speaker video0 video1 uk0 random lpa0 |
|
|
|
R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 |
|
|
|
R ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 |
|
|
|
R ttyB3 ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 std st0 |
|
|
|
R st1 fd |
|
|
|
R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1 |
|
|
|
R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 |
|
|
|
R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 |
|
|
|
R ttyB4 ttyB5 crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 |
|
|
|
R fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*) |
|
|
|