CVS commit: src/sys/arch/x86/pci

2022-09-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Sep 6 01:44:24 UTC 2022 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Fix compile error. Compile test only. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 04:52:53 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: G.C. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/usr.bin/netstat/if.c Please note that diffs

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 04:52:53 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: G.C. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/usr.bin/netstat/if.c Please note that diffs

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 02:26:22 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Print oqdrops correctly. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/netstat/if.c Please note that diffs are

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 02:26:22 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Print oqdrops correctly. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/usr.bin/netstat/if.c Please note that diffs are

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 00:18:25 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Get if_data correctly when kvm is used. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/usr.bin/netstat/if.c Please note

CVS commit: src/usr.bin/netstat

2022-09-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Sep 5 00:18:25 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Get if_data correctly when kvm is used. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/usr.bin/netstat/if.c Please note

CVS commit: src/usr.bin/netstat

2022-09-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Sep 2 06:25:43 UTC 2022 Modified Files: src/usr.bin/netstat: atalk.c if.c inet.c inet6.c main.c pfkey.c pfsync.c route.c unix.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/netstat

2022-09-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Sep 2 06:25:43 UTC 2022 Modified Files: src/usr.bin/netstat: atalk.c if.c inet.c inet6.c main.c pfkey.c pfsync.c route.c unix.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/netstat

2022-09-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 1 10:10:20 UTC 2022 Modified Files: src/usr.bin/netstat: atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c main.c mbuf.c mroute.c mroute6.c netstat.h pfkey.c pfsync.c route.c unix.c vtw.c Log

CVS commit: src/usr.bin/netstat

2022-09-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Sep 1 10:10:20 UTC 2022 Modified Files: src/usr.bin/netstat: atalk.c bpf.c fast_ipsec.c if.c inet.c inet6.c main.c mbuf.c mroute.c mroute6.c netstat.h pfkey.c pfsync.c route.c unix.c vtw.c Log

CVS commit: src/sys/kern

2022-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 31 05:24:41 UTC 2022 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Fix previous to make it compile again. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/subr_lockdebug.c

CVS commit: src/sys/kern

2022-08-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 31 05:24:41 UTC 2022 Modified Files: src/sys/kern: subr_lockdebug.c Log Message: Fix previous to make it compile again. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/kern/subr_lockdebug.c

CVS commit: src/usr.bin/netstat

2022-08-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 18 12:25:32 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Use NULL instead of 0. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/usr.bin/netstat/if.c Please note that diffs are not

CVS commit: src/usr.bin/netstat

2022-08-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 18 12:25:32 UTC 2022 Modified Files: src/usr.bin/netstat: if.c Log Message: Use NULL instead of 0. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/usr.bin/netstat/if.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 08:55:43 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). To generate a diff of this commit: cvs rdiff -u -r1.756 -r1.757

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 08:55:43 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: To avoid releasing mutex temporally, use new wm_set_mdio_slow_mode_hv_locked(). To generate a diff of this commit: cvs rdiff -u -r1.756 -r1.757

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 08:52:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistency use -1 instead of 1 for some error code. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.755 -r1.756

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 08:52:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistency use -1 instead of 1 for some error code. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.755 -r1.756

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:49:18 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code correctly if phy.acquire() failed. This is not a real bug because the return value is not used. To generate a diff of this

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:49:18 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code correctly if phy.acquire() failed. This is not a real bug because the return value is not used. To generate a diff of this

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:44:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code to the upper layer instead of -1. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.753 -r1.754

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:44:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code to the upper layer instead of -1. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.753 -r1.754

CVS commit: src/sys/dev/pci

2022-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 05:45:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Modify debug messages so that we can determine where it happened. To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753

CVS commit: src/sys/dev/pci

2022-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 05:45:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Modify debug messages so that we can determine where it happened. To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753

CVS commit: [netbsd-9] src/doc

2022-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 25 06:32:07 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Add missing entry for ticket #1476. To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-9.3 Please

CVS commit: [netbsd-9] src/doc

2022-07-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 25 06:32:07 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Add missing entry for ticket #1476. To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-9.3 Please

CVS commit: src/sys/dev/pci

2022-07-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 22 05:23:50 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add more statistics countes. - Add many statics counters that the chip has. - Attach event counters only if available. To

CVS commit: src/sys/dev/pci

2022-07-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 22 05:23:50 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add more statistics countes. - Add many statics counters that the chip has. - Attach event counters only if available. To

CVS commit: src/sys/dev/pci

2022-07-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 20 06:43:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Modify comment. Use __BIT() a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

CVS commit: src/sys/dev/pci

2022-07-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 20 06:43:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Modify comment. Use __BIT() a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

CVS commit: src/doc

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:28:39 UTC 2022 Modified Files: src/doc: CHANGES Log Message: doc: mfii(4): Support Newer devices up to SAS39{08,16} (Aero). To generate a diff of this commit: cvs rdiff -u -r1.2890 -r1.2891 src/doc/CHANGES

CVS commit: src/doc

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:28:39 UTC 2022 Modified Files: src/doc: CHANGES Log Message: doc: mfii(4): Support Newer devices up to SAS39{08,16} (Aero). To generate a diff of this commit: cvs rdiff -u -r1.2890 -r1.2891 src/doc/CHANGES

CVS commit: src/share/man/man4

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:25:52 UTC 2022 Modified Files: src/share/man/man4: mfii.4 Log Message: Update supported devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mfii.4 Please note that diffs are

CVS commit: src/share/man/man4

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:25:52 UTC 2022 Modified Files: src/share/man/man4: mfii.4 Log Message: Update supported devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/mfii.4 Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:23:51 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Enable Aero. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/mfii.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:23:51 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Enable Aero. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/mfii.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:13:03 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: It seems that a logical volume number and the target ID is different on newer systems. It's observed on an Aero. Add sc->sc_ld[X].ld_target_id to

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:13:03 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: It seems that a logical volume number and the target ID is different on newer systems. It's observed on an Aero. Add sc->sc_ld[X].ld_target_id to

CVS commit: src/sys/dev

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 06:52:41 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add max 256 VD support. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/mfireg.h

CVS commit: src/sys/dev

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 06:52:41 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add max 256 VD support. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/mfireg.h

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:16:23 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.739 -r1.740 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:16:23 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.739 -r1.740 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:15:27 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistently use semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.738 -r1.739 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:15:27 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistently use semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.738 -r1.739 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:44:57 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add preliminary support for Aero. - Aero supports 32bit descriptor. - Even if the Aero card supports 32bit

CVS commit: src/sys/dev

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:44:57 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add preliminary support for Aero. - Aero supports 32bit descriptor. - Even if the Aero card supports 32bit

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:56 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use bus_space_write_8() if available. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/mfii.c Please note that

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:56 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use bus_space_write_8() if available. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/mfii.c Please note that

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:18 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Modify strange bus_space_barrier(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:18 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Modify strange bus_space_barrier(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:33:49 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:33:49 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:32:50 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:32:50 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci/ixgbe

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:31:47 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The legacy

CVS commit: src/sys/dev/pci/ixgbe

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:31:47 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The legacy

CVS commit: src/sys/dev/pci

2022-07-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 05:49:47 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix compile error if WM_DEBUG is set. To generate a diff of this commit: cvs rdiff -u -r1.736 -r1.737 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-07-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 05:49:47 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix compile error if WM_DEBUG is set. To generate a diff of this commit: cvs rdiff -u -r1.736 -r1.737 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev

2022-06-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 29 13:03:20 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add CVPM02 BBU support. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/mfireg.h

CVS commit: src/sys/dev

2022-06-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 29 13:03:20 UTC 2022 Modified Files: src/sys/dev/ic: mfireg.h src/sys/dev/pci: mfii.c Log Message: Add CVPM02 BBU support. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/mfireg.h

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:55:11 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: KNF a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:55:11 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: KNF a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:38:19 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Add some MegaRAID devices (except Aero series). Not tested. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/mfii.c

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:38:19 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Add some MegaRAID devices (except Aero series). Not tested. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/mfii.c

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:35:59 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1442 -r1.1443 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1441

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:35:23 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some MegaRAID devices. To generate a diff of this commit: cvs rdiff -u -r1.1459 -r1.1460 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:35:23 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some MegaRAID devices. To generate a diff of this commit: cvs rdiff -u -r1.1459 -r1.1460 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:32:30 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Add comment. Sort entries. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/mfii.c Please

CVS commit: src/sys/dev/pci

2022-06-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 27 15:32:30 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Add comment. Sort entries. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/mfii.c Please

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2022-06-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 22 23:48:54 UTC 2022 Modified Files: src/usr.sbin/sysinst [netbsd-9]: label.c Log Message: Pull up following revision(s) (requested by martin in ticket #1476): usr.sbin/sysinst/label.c: revision 1.39 PR 56893:

CVS commit: [netbsd-9] src/usr.sbin/sysinst

2022-06-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 22 23:48:54 UTC 2022 Modified Files: src/usr.sbin/sysinst [netbsd-9]: label.c Log Message: Pull up following revision(s) (requested by martin in ticket #1476): usr.sbin/sysinst/label.c: revision 1.39 PR 56893:

CVS commit: src/sys/dev/pci

2022-06-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 22 14:29:12 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Fix wrong access in mfii_start(). I hope this fixes kern/55192 and kern/56669. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/pci

2022-06-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 22 14:29:12 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Fix wrong access in mfii_start(). I hope this fixes kern/55192 and kern/56669. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/x86/x86

2022-06-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 20 15:40:24 UTC 2022 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile and amx_int8. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/arch/x86/x86

2022-06-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 20 15:40:24 UTC 2022 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add tdx_guest, brs, hfi, ibt, amx_bf16, amx_tile and amx_int8. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/dev/pci

2022-06-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 17 06:54:02 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1441 -r1.1442 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1440

CVS commit: src/sys/dev/pci

2022-06-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 17 06:52:51 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Update some descriptions of Intel 700 series Ethernet devices. To generate a diff of this commit: cvs rdiff -u -r1.1458 -r1.1459

CVS commit: src/sys/dev/pci

2022-06-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 17 06:52:51 UTC 2022 Modified Files: src/sys/dev/pci: pcidevs Log Message: Update some descriptions of Intel 700 series Ethernet devices. To generate a diff of this commit: cvs rdiff -u -r1.1458 -r1.1459

CVS commit: src/sys/dev/pci

2022-06-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 17 05:49:35 UTC 2022 Modified Files: src/sys/dev/pci: if_ixlreg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/pci

2022-06-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 17 05:49:35 UTC 2022 Modified Files: src/sys/dev/pci: if_ixlreg.h Log Message: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/cpuctl/arch

2022-06-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 15 16:28:01 UTC 2022 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Modify output of CPUID Fn000a. old: cpu0: Perfmon-eax 0x8300805 cpu0: Perfmon-eax 0x8300805 cpu0: Perfmon-edx 0x8604 new: cpu0:

CVS commit: src/usr.sbin/cpuctl/arch

2022-06-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 15 16:28:01 UTC 2022 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Modify output of CPUID Fn000a. old: cpu0: Perfmon-eax 0x8300805 cpu0: Perfmon-eax 0x8300805 cpu0: Perfmon-edx 0x8604 new: cpu0:

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

2022-06-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 15 16:25:33 UTC 2022 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Modify CPUID Fn000a %ebx's string. Add new string for %ecx. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191

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

2022-06-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jun 15 16:25:33 UTC 2022 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Modify CPUID Fn000a %ebx's string. Add new string for %ecx. To generate a diff of this commit: cvs rdiff -u -r1.190 -r1.191

CVS commit: src/usr.sbin/tprof/arch

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 09:28:58 UTC 2022 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Disable the unsupported events from the bit vector length in EAX. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.sbin/tprof/arch

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 09:28:58 UTC 2022 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Disable the unsupported events from the bit vector length in EAX. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.sbin/tprof/arch

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 07:40:58 UTC 2022 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add topdown-slots to Intel architectural performance monitoring version 1. To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/usr.sbin/tprof/arch

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 07:40:58 UTC 2022 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add topdown-slots to Intel architectural performance monitoring version 1. To generate a diff of this commit: cvs rdiff -u -r1.10

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

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 06:22:32 UTC 2022 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add top-down slots event bit of architectural performance monitoring leaf. To generate a diff of this commit: cvs rdiff -u

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

2022-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 13 06:22:32 UTC 2022 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add top-down slots event bit of architectural performance monitoring leaf. To generate a diff of this commit: cvs rdiff -u

CVS commit: [netbsd-9] src/doc

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 03:08:35 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1463. To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-9.3 Please note that diffs are

CVS commit: [netbsd-9] src/doc

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 03:08:35 UTC 2022 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1463. To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-9.3 Please note that diffs are

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 03:07:03 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: sshkey-xmss.c version.h Log Message: Pull up following revision(s) (requested by martin in ticket #1463):

CVS commit: [netbsd-9] src/crypto/external/bsd/openssh/dist

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 03:07:03 UTC 2022 Modified Files: src/crypto/external/bsd/openssh/dist [netbsd-9]: sshkey-xmss.c version.h Log Message: Pull up following revision(s) (requested by martin in ticket #1463):

CVS commit: src/sys/dev/pci/ixgbe

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 02:16:37 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_82598.c ixgbe_api.c ixgbe_common.c Log Message: s/filer/filter/ in comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/dev/pci/ixgbe

2022-06-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jun 6 02:16:37 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_82598.c ixgbe_api.c ixgbe_common.c Log Message: s/filer/filter/ in comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.18

CVS commit: src/sys/dev/pci/ixgbe

2022-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 2 17:20:21 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr. To generate a diff of this commit: cvs rdiff -u -r1.320

CVS commit: src/sys/dev/pci/ixgbe

2022-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 2 17:20:21 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr. To generate a diff of this commit: cvs rdiff -u -r1.320

CVS commit: src/sys/dev/pci/ixgbe

2022-06-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 2 16:56:22 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: KNF. Modify comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.319 -r1.320 src/sys/dev/pci/ixgbe/ixgbe.c

<    3   4   5   6   7   8   9   10   11   12   >