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.loongson | |
parent | 538f5287962d57f44303cfa3eec6b00b78dac342 (diff) |
regen after kstat addition
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/MAKEDEV | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index d9fa7931c1d..01f1e58444c 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.30 2020/01/23 02:47:28 dlg Exp -# OpenBSD: MAKEDEV.common,v 1.110 2020/04/18 21:28:35 ratchov Exp +# OpenBSD: etc.loongson/MAKEDEV.md,v 1.32 2020/07/06 06:11:27 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 # @@ -81,6 +81,7 @@ # video* Video V4L2 devices # vscsi* Virtual SCSI controller # switch* Switch driver +# kstat Kernel Statistics PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -221,6 +222,10 @@ std) M klog c 6 0 600 ;; +kstat) + M kstat c 51 0 640 + ;; + switch*) M switch$U c 75 $U 600 ;; @@ -466,11 +471,11 @@ all) R drm0 drm1 drm2 drm3 switch0 switch1 switch2 switch3 vnd0 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 audio3 dt bpf - R fuse pppac pppx hotplug ptm local wscons pci0 pci1 pci2 pci3 - R uall video0 video1 uk0 random tty00 tty01 tty02 tty03 tty04 - R tty05 tty06 tty07 tty08 tty09 tty0a tty0b apm pf wd0 wd1 wd2 - R wd3 std st0 st1 fd + R pty1 pty2 diskmap vscsi0 audio0 audio1 audio2 audio3 kstat + R dt bpf fuse pppac pppx hotplug ptm local wscons pci0 pci1 + R pci2 pci3 uall video0 video1 uk0 random tty00 tty01 tty02 + R tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b apm pf + R wd0 wd1 wd2 wd3 std st0 st1 fd ;; wd*|sd*) |