diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-07-06 06:13:12 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-07-06 06:13:12 +0000 |
commit | d7d10167cac2fd8f6ee01c4fdb1b15b1ef5dbee9 (patch) | |
tree | f85438ce60e50d5cf9201944dd7b0f4976110fe1 /etc/etc.alpha | |
parent | 538f5287962d57f44303cfa3eec6b00b78dac342 (diff) |
regen after kstat addition
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/MAKEDEV | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 402a2370ccf..4058d731e68 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.alpha/MAKEDEV.md,v 1.74 2020/01/24 14:11:01 mpi Exp -# OpenBSD: MAKEDEV.common,v 1.110 2020/04/18 21:28:35 ratchov Exp +# OpenBSD: etc.alpha/MAKEDEV.md,v 1.76 2020/07/06 06:11:26 dlg Exp +# OpenBSD: MAKEDEV.common,v 1.111 2020/07/06 06:11:26 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 # @@ -90,6 +90,7 @@ # video* Video V4L2 devices # vscsi* Virtual SCSI controller # switch* Switch driver +# kstat Kernel Statistics PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -246,6 +247,10 @@ ttyB*|ttyc*) M cua$type$U c $major $(($minor+128)) 660 dialer root ;; +kstat) + M kstat c 51 0 640 + ;; + switch*) M switch$U c 69 $U 600 ;; @@ -535,11 +540,11 @@ all) R sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 ttyB0 ttyB1 tap0 R tap1 tap2 tap3 tun0 tun1 tun2 tun3 pty0 fd1 fd1B fd1C fd1D R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H - R diskmap vscsi0 ch0 bio audio0 audio1 audio2 audio3 dt bpf - R fuse pppac pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 - R uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 - R tuner0 radio0 speaker video0 video1 uk0 random lpa0 lpa1 - R lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 + R diskmap vscsi0 ch0 bio audio0 audio1 audio2 audio3 kstat dt + R bpf fuse pppac pppx hotplug ptm local wscons pci0 pci1 pci2 + R pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 + R rmidi7 tuner0 radio0 speaker video0 video1 uk0 random lpa0 + R lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 tty02 tty03 tty04 tty05 R tty06 tty07 tty08 tty09 tty0a tty0b ttyc0 ttyc1 ttyc2 ttyc3 R ttyc4 ttyc5 ttyc6 ttyc7 pf wd0 wd1 wd2 wd3 std st0 st1 fd ;; |