CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:14:46 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Some statistics registers were replaced with new counters. - 0x403c was CEXTERR(Carrier Extension Error). 82575 and

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:14:46 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h if_wmvar.h Log Message: Some statistics registers were replaced with new counters. - 0x403c was CEXTERR(Carrier Extension Error). 82575 and

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:08:47 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Don't add "Count" for event counter's description. To generate a diff of this commit: cvs rdiff -u -r1.773 -r1.774 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:08:47 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Don't add "Count" for event counter's description. To generate a diff of this commit: cvs rdiff -u -r1.773 -r1.774 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:07:08 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that the transmit underrun counter is incorrectly counted. The transmit underrun bit in the transmit status filed is only for 82544

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:07:08 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix a bug that the transmit underrun counter is incorrectly counted. The transmit underrun bit in the transmit status filed is only for 82544

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:04:06 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: IC{TX,RX}*C registers are for older than 82575. To generate a diff of this commit: cvs rdiff -u -r1.771 -r1.772 src/sys/dev/pci/if_wm.c Please

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:04:06 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: IC{TX,RX}*C registers are for older than 82575. To generate a diff of this commit: cvs rdiff -u -r1.771 -r1.772 src/sys/dev/pci/if_wm.c Please

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:01:57 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sort lines. No functional change. Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach() to match. To generate a diff of this

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 07:01:57 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sort lines. No functional change. Reorder evcnt_attach_dynamic(), WM_EVCNT_ADD() and evcnt_detach() to match. To generate a diff of this

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:59:31 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sort lines. No functional change. Rearrange the order of the registers so that they are roughly in ascending order. To generate a diff of

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:59:31 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sort lines. No functional change. Rearrange the order of the registers so that they are roughly in ascending order. To generate a diff of

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:56:49 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add note for the TORL register. The TOR register includes error, flow control and broadcast rejected. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:56:49 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add note for the TORL register. The TOR register includes error, flow control and broadcast rejected. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:54:23 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Count some 64bit counters correctly. - Fix calculation of GORC, GOTC, TOR and TOT counters correctly. - Found by knakahara. To generate a

CVS commit: src/sys/dev/pci

2023-05-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 11 06:54:23 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Count some 64bit counters correctly. - Fix calculation of GORC, GOTC, TOR and TOT counters correctly. - Found by knakahara. To generate a

CVS commit: src/usr.sbin/tprof

2023-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 17 08:37:24 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 tprof.c tprof.h tprof_top.c Log Message: Use the default counter if -e argument is not specified. monitor command: The default counter is selected

CVS commit: src/usr.sbin/tprof

2023-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 17 08:37:24 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 tprof.c tprof.h tprof_top.c Log Message: Use the default counter if -e argument is not specified. monitor command: The default counter is selected

CVS commit: src/usr.sbin/tprof

2023-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 17 07:13:36 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 Log Message: Add two note to the tprof(8)'s manual page. - "list" command prints the maximum number of counters that can be used simultaneously. -

CVS commit: src/usr.sbin/tprof

2023-04-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 17 07:13:36 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 Log Message: Add two note to the tprof(8)'s manual page. - "list" command prints the maximum number of counters that can be used simultaneously. -

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

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 12 02:15:51 UTC 2023 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/tprof/arch/tprof_x86.c

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

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 12 02:15:51 UTC 2023 Modified Files: src/usr.sbin/tprof/arch: tprof_x86.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/tprof/arch/tprof_x86.c

CVS commit: src/sys/dev/tprof

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 10:07:12 UTC 2023 Modified Files: src/sys/dev/tprof: tprof.c tprof_armv7.c tprof_armv8.c tprof_types.h tprof_x86_amd.c tprof_x86_intel.c Log Message: KNF. No functional change. To generate a diff of this

CVS commit: src/sys/dev/tprof

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 10:07:12 UTC 2023 Modified Files: src/sys/dev/tprof: tprof.c tprof_armv7.c tprof_armv8.c tprof_types.h tprof_x86_amd.c tprof_x86_intel.c Log Message: KNF. No functional change. To generate a diff of this

CVS commit: src/sys/dev/tprof

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 09:53:28 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Test cpuid_level in tprof_intel_ncounters(). This function is called before tprof_intel_ident(). To generate a diff of this

CVS commit: src/sys/dev/tprof

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 09:53:28 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Test cpuid_level in tprof_intel_ncounters(). This function is called before tprof_intel_ident(). To generate a diff of this

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

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 06:42:30 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/sys/arch/x86/include/specialreg.h Please

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

2023-04-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 06:42:30 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.206 src/sys/arch/x86/include/specialreg.h Please

CVS commit: src/sys/dev/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:47:01 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Obtain the number of general counters from CPUID 0xa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:47:01 UTC 2023 Modified Files: src/sys/dev/tprof: tprof_x86_intel.c Log Message: Obtain the number of general counters from CPUID 0xa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:44:06 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:44:06 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:42:15 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add Intel lam and AMD vnmi. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/procfs_machdep.c

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

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 11 02:42:15 UTC 2023 Modified Files: src/sys/arch/x86/x86: procfs_machdep.c Log Message: Add Intel lam and AMD vnmi. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/procfs_machdep.c

CVS commit: src/usr.sbin/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 10 06:08:56 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add Cometlake support. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/usr.sbin/tprof

2023-04-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Apr 10 06:08:56 UTC 2023 Modified Files: src/usr.sbin/tprof: tprof.8 src/usr.sbin/tprof/arch: tprof_x86.c Log Message: Add Cometlake support. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/dev/pci

2023-04-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 6 04:44:09 UTC 2023 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.1460 -r1.1461 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1459

CVS commit: src/sys/dev/pci

2023-04-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 6 04:44:09 UTC 2023 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.1460 -r1.1461 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1459

CVS commit: src/sys/dev/pci

2023-04-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 6 04:43:43 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3. To generate a diff of this commit: cvs rdiff -u -r1.1479 -r1.1480

CVS commit: src/sys/dev/pci

2023-04-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 6 04:43:43 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3. To generate a diff of this commit: cvs rdiff -u -r1.1479 -r1.1480

CVS commit: src

2023-02-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 15:41:41 UTC 2023 Modified Files: src/share/man/man4: igpio.4 src/sys/dev/acpi: igpio_acpi.c Log Message: igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225. It seems additional code is

CVS commit: src

2023-02-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 27 15:41:41 UTC 2023 Modified Files: src/share/man/man4: igpio.4 src/sys/dev/acpi: igpio_acpi.c Log Message: igpio(4): Disable Baytrail and Lynxpoint support. Fixes PR kern/57225. It seems additional code is

CVS commit: src/sys/dev/mii

2023-02-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 22 08:09:10 UTC 2023 Modified Files: src/sys/dev/mii: atphy.c brgphy.c ciphy.c ipgphy.c jmphy.c mii_physubr.c tlphy.c urlphy.c Log Message: Retry autonegotiation every mii_anegticks seconds instead of

CVS commit: src/sys/dev/mii

2023-02-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Feb 22 08:09:10 UTC 2023 Modified Files: src/sys/dev/mii: atphy.c brgphy.c ciphy.c ipgphy.c jmphy.c mii_physubr.c tlphy.c urlphy.c Log Message: Retry autonegotiation every mii_anegticks seconds instead of

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

2023-02-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 17 09:53:24 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add AMD CPUID Fn_0008 %ebx bit 3 INVLPGB. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203

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

2023-02-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 17 09:53:24 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Add AMD CPUID Fn_0008 %ebx bit 3 INVLPGB. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203

CVS commit: src

2023-02-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 14 15:46:07 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h src/usr.sbin/cpuctl/arch: i386.c Log Message: Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1. To generate a

CVS commit: src

2023-02-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 14 15:46:07 UTC 2023 Modified Files: src/sys/arch/x86/include: specialreg.h src/usr.sbin/cpuctl/arch: i386.c Log Message: Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1. To generate a

CVS commit: src/sys/dev/pci

2023-02-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 14 14:43:16 UTC 2023 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.1459 -r1.1460 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1458

CVS commit: src/sys/dev/pci

2023-02-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 14 14:42:47 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors. To generate a diff of this commit: cvs rdiff -u -r1.1478 -r1.1479

CVS commit: src/sys/dev/pci

2023-02-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 14 14:42:47 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add devices from PPR for AMD Family 19h Model 61h Revision B1 processors. To generate a diff of this commit: cvs rdiff -u -r1.1478 -r1.1479

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

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:43:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too. PCI device ID 0x15c8 also use X557-AT PHY, so create the thermal sensor

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

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:43:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Use thermal sensor code for IXGBE_DEV_ID_X550EM_A_10G_T, too. PCI device ID 0x15c8 also use X557-AT PHY, so create the thermal sensor

CVS commit: src/sys/dev/pci

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:32:11 UTC 2023 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.1458 -r1.1459 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1457

CVS commit: src/sys/dev/pci

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:32:11 UTC 2023 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.1458 -r1.1459 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1457

CVS commit: src/sys/dev/pci

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:31:52 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Samsung SM990. To generate a diff of this commit: cvs rdiff -u -r1.1477 -r1.1478 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: src/sys/dev/pci

2023-02-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Feb 3 05:31:52 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Samsung SM990. To generate a diff of this commit: cvs rdiff -u -r1.1477 -r1.1478 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: src/doc

2023-01-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 12:41:07 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Remove two entries. Those were pulled up to netbsd-10 branch. To generate a diff of this commit: cvs rdiff -u -r1.2949 -r1.2950 src/doc/CHANGES Please

CVS commit: src/doc

2023-01-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 12:41:07 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Remove two entries. Those were pulled up to netbsd-10 branch. To generate a diff of this commit: cvs rdiff -u -r1.2949 -r1.2950 src/doc/CHANGES Please

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

2023-01-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 12:36:52 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: amdsmn(4),amdzentemp(4): Add Zen3+ Rembrandt(19h/4xh) & Zen4 Genoa(19h/1xh). To generate a diff of this commit: cvs rdiff -u

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

2023-01-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 12:36:52 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: amdsmn(4),amdzentemp(4): Add Zen3+ Rembrandt(19h/4xh) & Zen4 Genoa(19h/1xh). To generate a diff of this commit: cvs rdiff -u

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

2023-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 07:45:21 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Reduce diff against DragonFly. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

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

2023-01-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 28 07:45:21 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Reduce diff against DragonFly. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys

2023-01-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 20 01:35:03 UTC 2023 Modified Files: src/sys/arch/x86/x86: intel_busclock.c src/sys/dev/pcmcia: mhzc.c Log Message: s/attemping/attempting/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/sys

2023-01-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 20 01:35:03 UTC 2023 Modified Files: src/sys/arch/x86/x86: intel_busclock.c src/sys/dev/pcmcia: mhzc.c Log Message: s/attemping/attempting/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.25

CVS commit: src/usr.bin/sed

2023-01-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 20 01:26:02 UTC 2023 Modified Files: src/usr.bin/sed: compile.c Log Message: s/delimeter/delimiter/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.bin/sed/compile.c Please note that

CVS commit: src/usr.bin/sed

2023-01-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jan 20 01:26:02 UTC 2023 Modified Files: src/usr.bin/sed: compile.c Log Message: s/delimeter/delimiter/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.bin/sed/compile.c Please note that

CVS commit: src/sys/dev/pci

2023-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 11:53:26 UTC 2023 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.1456 -r1.1457 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1455

CVS commit: src/sys/dev/pci

2023-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 11:53:26 UTC 2023 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.1456 -r1.1457 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1455

CVS commit: src/sys/dev/pci

2023-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 11:52:38 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add AMD Family 19h/1xh devices. To generate a diff of this commit: cvs rdiff -u -r1.1475 -r1.1476 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2023-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 11:52:38 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add AMD Family 19h/1xh devices. To generate a diff of this commit: cvs rdiff -u -r1.1475 -r1.1476 src/sys/dev/pci/pcidevs Please note that

CVS commit: src

2023-01-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 17 14:13:48 UTC 2023 Modified Files: src/lib/libskey: skeysubr.c src/sys/dev/ppbus: ppbus_base.c Log Message: s/charater/character/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src

2023-01-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 17 14:13:48 UTC 2023 Modified Files: src/lib/libskey: skeysubr.c src/sys/dev/ppbus: ppbus_base.c Log Message: s/charater/character/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/doc

2023-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 12 10:13:14 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Mention piixpm(4) update. To generate a diff of this commit: cvs rdiff -u -r1.2944 -r1.2945 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/doc

2023-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 12 10:13:14 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Mention piixpm(4) update. To generate a diff of this commit: cvs rdiff -u -r1.2944 -r1.2945 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/sys/dev/pci

2023-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 12 10:10:10 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify error message to match the current behavior. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/piixpm.c

CVS commit: src/sys/dev/pci

2023-01-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 12 10:10:10 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify error message to match the current behavior. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/piixpm.c

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 10 00:05:53 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c piixpmreg.h Log Message: Use MMIO for PM register access on newer revision's devices. Newer revision's device only support memory mapped access. At least,

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Jan 10 00:05:53 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c piixpmreg.h Log Message: Use MMIO for PM register access on newer revision's devices. Newer revision's device only support memory mapped access. At least,

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:29:39 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify for following MMIO support. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:29:39 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify for following MMIO support. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:27:10 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Simplify and modify for following MMIO support. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:27:10 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Simplify and modify for following MMIO support. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:26:08 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify comment. Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/piixpm.c

CVS commit: src/sys/dev/pci

2023-01-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jan 9 16:26:08 UTC 2023 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Modify comment. Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pci/piixpm.c

CVS commit: src/doc

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 15:00:04 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Mention igpio(4) update. To generate a diff of this commit: cvs rdiff -u -r1.2943 -r1.2944 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/doc

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 15:00:04 UTC 2023 Modified Files: src/doc: CHANGES Log Message: Mention igpio(4) update. To generate a diff of this commit: cvs rdiff -u -r1.2943 -r1.2944 src/doc/CHANGES Please note that diffs are not public

CVS commit: src/share/man/man4

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 13:56:21 UTC 2023 Modified Files: src/share/man/man4: igpio.4 Log Message: igpio.4: Update list of supported devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/igpio.4 Please

CVS commit: src/share/man/man4

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 13:56:21 UTC 2023 Modified Files: src/share/man/man4: igpio.4 Log Message: igpio.4: Update list of supported devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/igpio.4 Please

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 11:15:00 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: igpio: Update pin definitions. - Add Ice Lake-N(INT34C3) - Add Raptor Lake-S(INTC1085). - Add another Baytrail(INT33FC). - Modify INTC1057. It

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 11:15:00 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: igpio: Update pin definitions. - Add Ice Lake-N(INT34C3) - Add Raptor Lake-S(INTC1085). - Add another Baytrail(INT33FC). - Modify INTC1057. It

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 11:09:52 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Move entries of Alder Lake-S and Tiger Lake-LP. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 11:09:52 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Move entries of Alder Lake-S and Tiger Lake-LP. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 08:00:50 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/igpioreg.h Please note that

CVS commit: src/sys/dev/ic

2023-01-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 08:00:50 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/igpioreg.h Please note that

CVS commit: src/sys/dev/ic

2023-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 03:27:02 UTC 2023 Modified Files: src/sys/dev/ic: igpio.c igpiovar.h Log Message: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/igpio.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2023-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 03:27:02 UTC 2023 Modified Files: src/sys/dev/ic: igpio.c igpiovar.h Log Message: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/igpio.c cvs rdiff -u

CVS commit: src/sys/dev/ic

2023-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 03:22:02 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Modify comment. Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/igpioreg.h

CVS commit: src/sys/dev/ic

2023-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 03:22:02 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: Modify comment. Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/igpioreg.h

CVS commit: src/sys/dev/ic

2023-01-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jan 7 02:13:06 UTC 2023 Modified Files: src/sys/dev/ic: igpioreg.h Log Message: One more fix for Lewisburg. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/igpioreg.h Please note that diffs are

<    1   2   3   4   5   6   7   8   9   10   >