|
|
@ -3,7 +3,7 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.25 2005/08/01 22:22:13 deraadt Exp |
|
|
|
# OpenBSD: etc.hppa/MAKEDEV.md,v 1.26 2006/01/11 21:57:53 martin Exp |
|
|
|
# OpenBSD: MAKEDEV.common,v 1.23 2005/12/27 19:02:42 miod Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.77 2005/10/06 06:43:19 otto Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp |
|
|
@ -69,6 +69,7 @@ |
|
|
|
# bpf* Berkeley Packet Filter |
|
|
|
# crypto Hardware crypto access driver |
|
|
|
# fd fd/* nodes |
|
|
|
# hotplug devices hot plugging |
|
|
|
# lkm Loadable kernel modules interface |
|
|
|
# pci PCI bus device |
|
|
|
# pdc PDC device |
|
|
@ -270,6 +271,10 @@ lkm) |
|
|
|
M lkm c 19 0 640 _lkm |
|
|
|
;; |
|
|
|
|
|
|
|
hotplug) |
|
|
|
M hotplug c 47 $U 400 |
|
|
|
;; |
|
|
|
|
|
|
|
fd) |
|
|
|
RMlist[${#RMlist[*]}]=";mkdir -p fd;rm -f" n=0 |
|
|
|
while [ $n -lt 64 ];do M fd/$n c 16 $n;n=$(($n+1));done |
|
|
@ -475,9 +480,9 @@ 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 uall audio0 uk0 random lpa0 |
|
|
|
R lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 crypto |
|
|
|
R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd |
|
|
|
R ss1 ch0 hotplug ptm local wscons pci uall audio0 uk0 random |
|
|
|
R lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 |
|
|
|
R crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd |
|
|
|
;; |
|
|
|
|
|
|
|
wd*|sd*|ccd*) |
|
|
|