diff options
Diffstat (limited to 'etc/etc.sgi/MAKEDEV')
-rw-r--r-- | etc/etc.sgi/MAKEDEV | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV index 89df1c87a75..6149d1e304c 100644 --- a/etc/etc.sgi/MAKEDEV +++ b/etc/etc.sgi/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.sgi/MAKEDEV.md,v 1.52 2020/01/23 02:47:29 dlg Exp -# OpenBSD: MAKEDEV.common,v 1.110 2020/04/18 21:28:35 ratchov Exp +# OpenBSD: etc.sgi/MAKEDEV.md,v 1.54 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 # @@ -80,6 +80,7 @@ # video* Video V4L2 devices # vscsi* Virtual SCSI controller # switch* Switch driver +# kstat Kernel Statistics PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -220,6 +221,10 @@ std) M klog c 6 0 600 ;; +kstat) + M kstat c 51 0 640 + ;; + switch*) M switch$U c 75 $U 600 ;; @@ -469,11 +474,11 @@ all) R ttya ttyb switch0 switch1 switch2 switch3 vnd0 vnd1 vnd2 R vnd3 sd0 sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 R tap0 tap1 tap2 tap3 tun0 tun1 tun2 tun3 bio pty0 pty1 pty2 - R diskmap vscsi0 ch0 audio0 audio1 audio2 audio3 dt bpf fuse - 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 pf wd0 wd1 wd2 wd3 std - R st0 st1 fd + R diskmap vscsi0 ch0 audio0 audio1 audio2 audio3 kstat 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 pf wd0 wd1 wd2 wd3 + R std st0 st1 fd ;; wd*|sd*) |