|
|
@ -3,8 +3,8 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.24 2004/04/11 18:05:23 millert Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.8 2004/05/29 04:07:30 deraadt Exp |
|
|
|
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.25 2004/05/30 08:17:18 grange Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.9 2004/05/30 08:17:17 grange Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp |
|
|
|
# |
|
|
@ -70,6 +70,7 @@ |
|
|
|
# audio* Audio devices |
|
|
|
# bpf* Berkeley Packet Filter |
|
|
|
# fd fd/* nodes for fdescfs |
|
|
|
# hotplug devices hot plugging |
|
|
|
# iop* I2O controller devices |
|
|
|
# lkm Loadable kernel modules interface |
|
|
|
# music* MIDI devices |
|
|
@ -309,6 +310,10 @@ iop*) |
|
|
|
M iop$U c 54 $U 660 |
|
|
|
;; |
|
|
|
|
|
|
|
hotplug) |
|
|
|
M hotplug c 56 $U 400 |
|
|
|
;; |
|
|
|
|
|
|
|
fd) |
|
|
|
RMlist="mkdir -p fd;$RMlist" n=0 |
|
|
|
while [ $n -lt 64 ];do M fd/$n c 10 $n;n=$(($n+1));done |
|
|
@ -501,12 +506,12 @@ all) |
|
|
|
R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 |
|
|
|
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 fd1 fd1B fd1C fd1D fd1E fd1F |
|
|
|
R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H xfs0 ss0 |
|
|
|
R ss1 ch0 ptm local wscons pci iop0 iop1 uall rmidi0 rmidi1 |
|
|
|
R rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 music0 speaker |
|
|
|
R audio0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 |
|
|
|
R tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 |
|
|
|
R ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf systrace wd0 |
|
|
|
R wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd |
|
|
|
R ss1 ch0 hotplug ptm local wscons pci iop0 iop1 uall rmidi0 |
|
|
|
R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 music0 |
|
|
|
R speaker audio0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm |
|
|
|
R tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5 |
|
|
|
R ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf systrace |
|
|
|
R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*|raid*|ccd*) |
|
|
|