diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-01-23 02:52:17 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-01-23 02:52:17 +0000 |
commit | 13b1e1430f44f5d7571a944e0657fbb47d07553d (patch) | |
tree | 1f50d754bd71ed99e6c5c2d5ae72f1f055fff1f6 /etc/etc.loongson | |
parent | 124bf5ad66a603c2f3117a74d408a294655b6c3a (diff) |
regen after adding pppac
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/MAKEDEV | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index a3e1410c016..793e2de2c50 100644 --- a/etc/etc.loongson/MAKEDEV +++ b/etc/etc.loongson/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.loongson/MAKEDEV.md,v 1.29 2020/01/21 16:20:44 mpi Exp -# OpenBSD: MAKEDEV.common,v 1.108 2020/01/21 16:20:43 mpi Exp +# OpenBSD: etc.loongson/MAKEDEV.md,v 1.30 2020/01/23 02:47:28 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 # @@ -73,6 +73,7 @@ # pci* PCI bus devices # pf* Packet Filter # pppx* PPP Multiplexer +# pppac* PPP Access Concentrator # *random In-kernel random data source # tun* Network tunnel driver # tap* Ethernet tunnel driver @@ -251,6 +252,10 @@ tun*) MKlist[${#MKlist[*]}]=";ln -s urandom random" ;; +pppac*) + M pppac$U c 89 $U 600 + ;; + pppx*) M pppx$U c 71 $U 600 ;; @@ -464,7 +469,7 @@ all) R vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 R cd1 rd0 tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 bio pty0 R pty1 pty2 diskmap vscsi0 audio0 audio1 audio2 dt bpf fuse - R pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall + R pppac pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 uall R video0 video1 uk0 random tty00 tty01 tty02 tty03 tty04 tty05 R tty06 tty07 tty08 tty09 tty0a tty0b apm pf wd0 wd1 wd2 wd3 R std st0 st1 fd |