diff options
Diffstat (limited to 'etc/etc.hppa64/MAKEDEV')
-rw-r--r-- | etc/etc.hppa64/MAKEDEV | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/etc/etc.hppa64/MAKEDEV b/etc/etc.hppa64/MAKEDEV index 8a515e7b5b9..99da12a8b31 100644 --- a/etc/etc.hppa64/MAKEDEV +++ b/etc/etc.hppa64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.28 2014/01/05 01:16:52 deraadt Exp -# OpenBSD: MAKEDEV.common,v 1.74 2014/07/11 21:58:32 tedu Exp +# OpenBSD: etc.hppa64/MAKEDEV.md,v 1.30 2014/10/09 04:37:43 tedu Exp +# OpenBSD: MAKEDEV.common,v 1.77 2014/10/09 04:33:50 tedu 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 # @@ -69,7 +69,6 @@ # diskmap Disk mapper # fd fd/* nodes # fuse Userland Filesystem -# lkm Loadable kernel modules interface # pci* PCI bus devices # pdc PDC device # pf* Packet Filter @@ -207,7 +206,7 @@ U=`unt $i` case $i in ramdisk) R std fd st0 st1 sd0 sd1 sd2 sd3 rd0 random - R pty0 bpf0 bpf1 tun0 tun1 lkm bio diskmap + R pty0 bpf0 bpf1 tun0 tun1 bio diskmap ;; std) @@ -268,10 +267,6 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; -lkm) - M lkm c 19 0 640 _lkm - ;; - fuse) M fuse$U c 58 $U 600 ;; @@ -489,9 +484,9 @@ all) R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap R vscsi0 ch0 audio0 audio1 audio2 fuse pppx ptm local wscons R pci0 pci1 pci2 pci3 uall video0 video1 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 tty04 tty05 - R tty06 tty07 tty08 tty09 tty0a tty0b pf systrace wd0 - R wd1 wd2 wd3 std st0 st1 fd + R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 + R tty06 tty07 tty08 tty09 tty0a tty0b pf systrace wd0 wd1 wd2 + R wd3 std st0 st1 fd ;; wd*|sd*) |