diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:38:03 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-10-09 04:38:03 +0000 |
commit | 3d28e78b2dc54f4c082d1666e4cf12049ca0b9f7 (patch) | |
tree | e3f7ce3489bb5fe501221d9f8a7f8774c79967a6 /etc/etc.hppa/MAKEDEV | |
parent | c0be80b946790688082f318356d5db97ab53c055 (diff) |
regen
Diffstat (limited to 'etc/etc.hppa/MAKEDEV')
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index bd35b3ef1d6..d7e46b20d10 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.52 2014/07/11 22:04:09 tedu Exp -# OpenBSD: MAKEDEV.common,v 1.74 2014/07/11 21:58:32 tedu Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.54 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 # @@ -70,7 +70,6 @@ # fd fd/* nodes # fuse Userland Filesystem # hotplug devices hot plugging -# lkm Loadable kernel modules interface # pci* PCI bus devices # pdc PDC device # pf* Packet Filter @@ -208,7 +207,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) @@ -269,10 +268,6 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; -lkm) - M lkm c 19 0 640 _lkm - ;; - hotplug) M hotplug c 47 $U 400 ;; @@ -494,9 +489,9 @@ all) R fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap R vscsi0 bio ch0 audio0 audio1 audio2 fuse pppx hotplug ptm R local wscons pci0 pci1 pci2 pci3 uall video0 video1 uk0 - R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 - R tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b - R pf systrace wd0 wd1 wd2 wd3 std st0 st1 fd + R random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 + R tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b pf systrace + R wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |