CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 06:18:09 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use SCVPC and HRMPC for 82575 and newer. The SCVPC(SerDes/SGMII Code Violation Packet Count) register and the HRMPC (Header

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 06:18:09 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use SCVPC and HRMPC for 82575 and newer. The SCVPC(SerDes/SGMII Code Violation Packet Count) register and the HRMPC (Header

CVS commit: src/sys/arch/sbmips/include

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 14:56:56 UTC 2023 Modified Files: src/sys/arch/sbmips/include: systemsw.h Log Message: sbmips/systemsw.h: sys/stdbool.h for bool. XXX sys/types.h should bring this in too, but that doesn't happen in the crash(8)

CVS commit: src/sys/dev/raidframe

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 16:16:50 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: snprintf() should really include a format. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 17:09:27 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Revert unnecessary style- and build-breaking change. Broke the clang builds because of duplicate syncobj_t definitions. Just use `struct

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 17:09:27 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Revert unnecessary style- and build-breaking change. Broke the clang builds because of duplicate syncobj_t definitions. Just use `struct

CVS commit: src/sys/arch/sbmips/include

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 14:56:56 UTC 2023 Modified Files: src/sys/arch/sbmips/include: systemsw.h Log Message: sbmips/systemsw.h: sys/stdbool.h for bool. XXX sys/types.h should bring this in too, but that doesn't happen in the crash(8)

CVS commit: src/sys/dev/raidframe

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 16:16:50 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_disks.c Log Message: snprintf() should really include a format. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 21:59:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: files.raidframe rf_decluster.c rf_driver.c rf_netbsdkintf.c rf_paritymap.c rf_raid.h

CVS commit: src

2023-09-25 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Sep 25 21:59:39 UTC 2023 Modified Files: src/sbin/raidctl: raidctl.8 raidctl.c src/sys/dev/raidframe: files.raidframe rf_decluster.c rf_driver.c rf_netbsdkintf.c rf_paritymap.c rf_raid.h

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 18:55:53 UTC 2023 Modified Files: src/sys/sys: sleepq.h Log Message: sys/sleepq.h: Fix more syncobj_t creep. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/sys/sleepq.h Please note that

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 18:55:53 UTC 2023 Modified Files: src/sys/sys: sleepq.h Log Message: sys/sleepq.h: Fix more syncobj_t creep. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/sys/sleepq.h Please note that

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 18:30:44 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Oops -- l_syncobj needs const now. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/sys/lwp.h Please note that

CVS commit: src/sys/sys

2023-09-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Sep 25 18:30:44 UTC 2023 Modified Files: src/sys/sys: lwp.h Log Message: sys/lwp.h: Oops -- l_syncobj needs const now. To generate a diff of this commit: cvs rdiff -u -r1.223 -r1.224 src/sys/sys/lwp.h Please note that

CVS commit: src/sys/net

2023-09-25 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Sep 26 03:43:27 UTC 2023 Modified Files: src/sys/net: if_ipsec.c Log Message: Use unit id instead of if_index to reduce fixed_reqid space. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/net

2023-09-25 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Sep 26 03:43:27 UTC 2023 Modified Files: src/sys/net: if_ipsec.c Log Message: Use unit id instead of if_index to reduce fixed_reqid space. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 07:11:08 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Add some info to some event counters. - The difference between the RUC(Rx Undersize) and RFC(Rx Fragment) is whether the CRC is valid

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 07:11:08 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Add some info to some event counters. - The difference between the RUC(Rx Undersize) and RFC(Rx Fragment) is whether the CRC is valid

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 07:12:25 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): the IAC(Interrupt Assertion Count) register is for 82571 and newer. To generate a diff of this commit: cvs rdiff -u -r1.786 -r1.787

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 07:12:25 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): the IAC(Interrupt Assertion Count) register is for 82571 and newer. To generate a diff of this commit: cvs rdiff -u -r1.786 -r1.787

CVS commit: src/sys/dev

2023-09-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 25 08:42:05 UTC 2023 Modified Files: src/sys/dev: files.audio Log Message: defflag AUDIO_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/files.audio Please note that diffs are not

CVS commit: src/sys/dev

2023-09-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Sep 25 08:42:05 UTC 2023 Modified Files: src/sys/dev: files.audio Log Message: defflag AUDIO_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/files.audio Please note that diffs are not

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 08:18:14 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Modify descriptions of flow control related event counters. To generate a diff of this commit: cvs rdiff -u -r1.787 -r1.788

CVS commit: src/sys/dev/pci

2023-09-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 25 08:18:14 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Modify descriptions of flow control related event counters. To generate a diff of this commit: cvs rdiff -u -r1.787 -r1.788

CVS commit: src/sys/dev/pci

2023-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 25 09:15:48 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Replace /* nothing */ to __nothing for evcnt macros Prevent empty if bodies for !WM_EVENT_COUNTERS. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2023-09-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 25 09:15:48 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Replace /* nothing */ to __nothing for evcnt macros Prevent empty if bodies for !WM_EVENT_COUNTERS. To generate a diff of this commit: cvs