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.i386 | |
parent | 538f5287962d57f44303cfa3eec6b00b78dac342 (diff) |
regen after kstat addition
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/MAKEDEV | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index b5574b11383..43eedf0002e 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.i386/MAKEDEV.md,v 1.89 2020/01/23 02:47:28 dlg Exp -# OpenBSD: MAKEDEV.common,v 1.110 2020/04/18 21:28:35 ratchov Exp +# OpenBSD: etc.i386/MAKEDEV.md,v 1.91 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 # @@ -99,6 +99,7 @@ # vscsi* Virtual SCSI controller # pvbus* paravirtual device tree root # switch* Switch driver +# kstat Kernel Statistics PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -250,6 +251,10 @@ ttyc*) M cuac$U c 38 $(($U+128)) 660 dialer root ;; +kstat) + M kstat c 51 0 640 + ;; + switch*) M switch$U c 97 $U 600 ;; @@ -583,9 +588,9 @@ all) R sd1 sd2 sd3 sd4 sd5 sd6 sd7 sd8 sd9 cd0 cd1 rd0 tap0 tap1 R tap2 tap3 tun0 tun1 tun2 tun3 bio pty0 fd1 fd1B fd1C fd1D R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H - R diskmap vscsi0 ch0 audio0 audio1 audio2 audio3 dt kcov bpf - R pvbus0 pvbus1 fuse pppac pppx hotplug ptm local wscons pci0 - R pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 + R diskmap vscsi0 ch0 audio0 audio1 audio2 audio3 kstat dt kcov + R bpf pvbus0 pvbus1 fuse pppac pppx hotplug ptm local wscons + R pci0 pci1 pci2 pci3 uall rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 R rmidi5 rmidi6 rmidi7 tuner0 radio0 speaker video0 video1 uk0 R random joy0 joy1 lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 tty00 tty01 R tty02 tty03 tty04 tty05 tty06 tty07 tty08 tty09 tty0a tty0b |