Index: MAKEDEV.common =================================================================== RCS file: /cvs/src/etc/MAKEDEV.common,v retrieving revision 1.110 diff -u -p -r1.110 MAKEDEV.common --- MAKEDEV.common 18 Apr 2020 21:28:35 -0000 1.110 +++ MAKEDEV.common 6 Jul 2020 04:47:06 -0000 @@ -169,6 +169,7 @@ target(all, pvbus, 0, 1)dnl target(all, bpf)dnl target(all, kcov)dnl target(all, dt)dnl +target(all, kstat)dnl dnl _mkdev(all, {-all-}, {-dnl show_target(all)dnl @@ -532,3 +533,5 @@ __devitem(kcov, kcov, Kernel code covera _mkdev(kcov, kcov, {-M kcov c major_kcov_c 0 600-})dnl __devitem(dt, dt, Dynamic Tracer)dnl _mkdev(dt, dt, {-M dt c major_dt_c 0 600-})dnl +__devitem(kstat, kstat, Kernel Statistics)dnl +_mkdev(kstat, kstat, {-M kstat c major_kstat_c 0 644-})dnl Index: etc.alpha/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.alpha/MAKEDEV.md,v retrieving revision 1.75 diff -u -p -r1.75 MAKEDEV.md --- etc.alpha/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.75 +++ etc.alpha/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -83,6 +83,7 @@ _DEV(uk, 33) _DEV(vi, 44) _DEV(vscsi, 61) _DEV(switch, 69) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.amd64/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.amd64/MAKEDEV.md,v retrieving revision 1.75 diff -u -p -r1.75 MAKEDEV.md --- etc.amd64/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.75 +++ etc.amd64/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -97,6 +97,7 @@ _DEV(vmm, 10) _DEV(vscsi, 89) _DEV(pvbus, 95) _DEV(switch, 97) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.arm64/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.arm64/MAKEDEV.md,v retrieving revision 1.9 diff -u -p -r1.9 MAKEDEV.md --- etc.arm64/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.9 +++ etc.arm64/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -83,6 +83,7 @@ _DEV(uk, 20) _DEV(vi, 44) _DEV(vscsi, 89) _DEV(switch, 97) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.armv7/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.armv7/MAKEDEV.md,v retrieving revision 1.17 diff -u -p -r1.17 MAKEDEV.md --- etc.armv7/MAKEDEV.md 23 Jan 2020 02:47:28 -0000 1.17 +++ etc.armv7/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -89,6 +89,7 @@ _DEV(tuner, 75) _DEV(vi, 38) _DEV(vscsi, 100) _DEV(switch, 105) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.hppa/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.hppa/MAKEDEV.md,v retrieving revision 1.64 diff -u -p -r1.64 MAKEDEV.md --- etc.hppa/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.64 +++ etc.hppa/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -78,6 +78,7 @@ _DEV(uk, 15) _DEV(vi, 33) _DEV(vscsi, 54) _DEV(switch, 60) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.i386/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.i386/MAKEDEV.md,v retrieving revision 1.90 diff -u -p -r1.90 MAKEDEV.md --- etc.i386/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.90 +++ etc.i386/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -98,6 +98,7 @@ _DEV(vi, 44) _DEV(vscsi, 90) _DEV(pvbus, 95) _DEV(switch, 97) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.landisk/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.landisk/MAKEDEV.md,v retrieving revision 1.47 diff -u -p -r1.47 MAKEDEV.md --- etc.landisk/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.47 +++ etc.landisk/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -92,6 +92,7 @@ _DEV(uk, 28) _DEV(vi, 77) _DEV(vscsi, 99) _DEV(switch, 105) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.loongson/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.loongson/MAKEDEV.md,v retrieving revision 1.31 diff -u -p -r1.31 MAKEDEV.md --- etc.loongson/MAKEDEV.md 24 Apr 2020 20:09:04 -0000 1.31 +++ etc.loongson/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -84,6 +84,7 @@ _DEV(uk, 32) _DEV(vi, 45) _DEV(vscsi, 69) _DEV(switch, 75) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.luna88k/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.luna88k/MAKEDEV.md,v retrieving revision 1.34 diff -u -p -r1.34 MAKEDEV.md --- etc.luna88k/MAKEDEV.md 23 Jan 2020 02:47:28 -0000 1.34 +++ etc.luna88k/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -117,6 +117,7 @@ _DEV(uk, 41) _DEV(vscsi, 53) _DEV(switch, 57) _DEV(xp, 11) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.macppc/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.macppc/MAKEDEV.md,v retrieving revision 1.74 diff -u -p -r1.74 MAKEDEV.md --- etc.macppc/MAKEDEV.md 24 Apr 2020 20:09:05 -0000 1.74 +++ etc.macppc/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -99,6 +99,7 @@ _DEV(uk, 41) _DEV(vi, 45) _DEV(vscsi, 83) _DEV(switch, 89) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.octeon/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.octeon/MAKEDEV.md,v retrieving revision 1.18 diff -u -p -r1.18 MAKEDEV.md --- etc.octeon/MAKEDEV.md 24 Apr 2020 20:09:05 -0000 1.18 +++ etc.octeon/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -87,6 +87,7 @@ _DEV(uk, 32) _DEV(vi, 45) _DEV(vscsi, 69) _DEV(switch, 75) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.powerpc64/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.powerpc64/MAKEDEV.md,v retrieving revision 1.2 diff -u -p -r1.2 MAKEDEV.md --- etc.powerpc64/MAKEDEV.md 29 Jun 2020 17:39:58 -0000 1.2 +++ etc.powerpc64/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -77,6 +77,7 @@ _DEV(tun, 76) _DEV(uk, 70) _DEV(vscsi, 83) _DEV(switch, 74) +_DEV(kstat, 15) dnl divert(__mddivert)dnl dnl Index: etc.sgi/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.sgi/MAKEDEV.md,v retrieving revision 1.53 diff -u -p -r1.53 MAKEDEV.md --- etc.sgi/MAKEDEV.md 24 Apr 2020 20:09:05 -0000 1.53 +++ etc.sgi/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -91,6 +91,7 @@ _DEV(uk, 32) _DEV(vi, 45) _DEV(vscsi, 68) _DEV(switch, 75) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl Index: etc.sparc64/MAKEDEV.md =================================================================== RCS file: /cvs/src/etc/etc.sparc64/MAKEDEV.md,v retrieving revision 1.93 diff -u -p -r1.93 MAKEDEV.md --- etc.sparc64/MAKEDEV.md 25 May 2020 20:27:44 -0000 1.93 +++ etc.sparc64/MAKEDEV.md 6 Jul 2020 04:47:06 -0000 @@ -134,6 +134,7 @@ _DEV(vldc_spds, 132) _DEV(vldc_ldom, 132) _DEV(vdsp, 133) _DEV(switch, 136) +_DEV(kstat, 51) dnl divert(__mddivert)dnl dnl