diff options
-rw-r--r-- | etc/etc.beagle/MAKEDEV | 13 | ||||
-rw-r--r-- | share/man/man8/man8.beagle/MAKEDEV.8 | 9 |
2 files changed, 7 insertions, 15 deletions
diff --git a/etc/etc.beagle/MAKEDEV b/etc/etc.beagle/MAKEDEV index 1af31dc0806..00b95f8236f 100644 --- a/etc/etc.beagle/MAKEDEV +++ b/etc/etc.beagle/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.beagle/MAKEDEV.md,v 1.2 2012/04/06 15:18:41 jsing Exp -# OpenBSD: MAKEDEV.common,v 1.59 2012/04/06 15:18:41 jsing Exp +# OpenBSD: etc.beagle/MAKEDEV.md,v 1.3 2012/08/23 06:15:28 deraadt Exp +# OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp # OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -73,7 +73,6 @@ # iop* I2O controller devices # lkm Loadable kernel modules interface # music* MIDI sequencer -# nnpfs* NNPFS filesystem node # pci* PCI bus devices # pf* Packet Filter # pppx* PPP Multiplexer @@ -286,10 +285,6 @@ pci*) MKlist[${#MKlist[*]}]=";[ -h pci ] || ln -sf pci0 pci" ;; -nnpfs*) - M nnpfs$U c 51 $U 600 - ;; - music*) M music$U c 58 $U M sequencer$U c 58 $(($U+128)) @@ -502,8 +497,8 @@ all) R bthub0 bthub1 bthub2 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 R sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tun0 tun1 tun2 tun3 bio R bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 - R diskmap vscsi0 nnpfs0 ch0 hotplug ptm local wscons pci0 pci1 - R pci2 pci3 iop0 iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 + R diskmap vscsi0 ch0 hotplug ptm local wscons pci0 pci1 pci2 + R pci3 iop0 iop1 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 R rmidi5 rmidi6 rmidi7 tuner0 radio0 music0 video0 video1 uk0 R random lkm tty00 tty01 tty02 tty03 apm crypto pf systrace R wd0 wd1 wd2 wd3 std st0 st1 fd diff --git a/share/man/man8/man8.beagle/MAKEDEV.8 b/share/man/man8/man8.beagle/MAKEDEV.8 index 95b8677aa43..f3b1e8c2cf9 100644 --- a/share/man/man8/man8.beagle/MAKEDEV.8 +++ b/share/man/man8/man8.beagle/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.1 2012/08/23 07:03:53 todd Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.2 2012/08/23 14:59:02 todd Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.beagle/MAKEDEV.md,v 1.2 2012/04/06 15:18:41 jsing Exp -.\" OpenBSD: MAKEDEV.common,v 1.59 2012/04/06 15:18:41 jsing Exp +.\" OpenBSD: etc.beagle/MAKEDEV.md,v 1.3 2012/08/23 06:15:28 deraadt Exp +.\" OpenBSD: MAKEDEV.common,v 1.60 2012/08/23 06:15:28 deraadt Exp .\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -212,9 +212,6 @@ Loadable kernel modules interface, see .It Ar music* MIDI sequencer, see .Xr music 4 . -.It Ar nnpfs* -NNPFS filesystem node, see -.Xr mount_nnpfs 8 . .It Ar pci* PCI bus devices, see .Xr pci 4 . |