diff options
Diffstat (limited to 'etc/etc.sparc64/MAKEDEV')
-rw-r--r-- | etc/etc.sparc64/MAKEDEV | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index e98f5b5b84b..0edd4df389c 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.90 2020/01/21 16:20:44 mpi Exp -# OpenBSD: MAKEDEV.common,v 1.108 2020/01/21 16:20:43 mpi Exp +# OpenBSD: etc.sparc64/MAKEDEV.md,v 1.91 2020/01/23 02:47:29 dlg Exp +# OpenBSD: MAKEDEV.common,v 1.109 2020/01/23 02:47:29 dlg Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -87,6 +87,7 @@ # pci* PCI bus devices # pf* Packet Filter # pppx* PPP Multiplexer +# pppac* PPP Access Concentrator # rmidi* Raw MIDI devices # *random In-kernel random data source # tun* Network tunnel driver @@ -303,6 +304,10 @@ rmidi*) M rmidi$U c 68 $U 666 ;; +pppac*) + M pppac$U c 138 $U 600 + ;; + pppx*) M pppx$U c 131 $U 600 ;; @@ -638,12 +643,12 @@ all) R sd7 sd8 sd9 cd0 cd1 rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 R tun3 bio pty0 fd1 fd1B fd1C fd1D fd1E fd1F fd1G fd1H fd0 R fd0B fd0C fd0D fd0E fd0F fd0G fd0H diskmap vscsi0 ch0 audio0 - R audio1 audio2 dt bpf fuse pppx hotplug ptm local wscons pci0 - R pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 - R rmidi5 rmidi6 rmidi7 video0 video1 uk0 random lpa0 lpa1 lpa2 - R lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 tty06 - R tty07 tty08 tty09 tty0a tty0b ttyh0 ttyh1 pf wd0 wd1 wd2 wd3 - R std st0 st1 fd + R audio1 audio2 dt bpf fuse pppac pppx hotplug ptm local + R wscons pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 + R rmidi4 rmidi5 rmidi6 rmidi7 video0 video1 uk0 random lpa0 + R lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 + R tty06 tty07 tty08 tty09 tty0a tty0b ttyh0 ttyh1 pf wd0 wd1 + R wd2 wd3 std st0 st1 fd ;; wd*|sd*) |