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

2024-04-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Apr 29 21:29:48 UTC 2024 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Make dwiic_pci compile without ACPI option. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2024-04-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Apr 29 21:29:48 UTC 2024 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Make dwiic_pci compile without ACPI option. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2023-11-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 21 23:22:23 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_machdep.c pci_msi_machdep.c Log Message: pci_machdep.c & pci_msi_machdep.c: comment fixes Correct spelling and grammar in some comments. To generate a

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

2023-11-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 21 23:22:23 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_machdep.c pci_msi_machdep.c Log Message: pci_machdep.c & pci_msi_machdep.c: comment fixes Correct spelling and grammar in some comments. To generate a

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

2023-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 7 06:23:40 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Fix detection of availability of MSI/MSI-X on some systems. Try to find all functions on bus 0, device 0 to find a PCI host bridge.

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

2023-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 7 06:23:40 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Fix detection of availability of MSI/MSI-X on some systems. Try to find all functions on bus 0, device 0 to find a PCI host bridge.

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 02:28:33 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Add Zen4 Phoenix support. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/pci/amdsmn.c Please note that

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 02:28:33 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Add Zen4 Phoenix support. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/pci/amdsmn.c Please note that

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 02:05:26 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Add Zen2 Mendocino APU support. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/pci/amdzentemp.c

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 02:05:26 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Add Zen2 Mendocino APU support. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/pci/amdzentemp.c

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 00:11:15 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Add Zen4 Ryzen "Phoenix" support. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/pci/amdzentemp.c

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

2023-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 28 00:11:15 UTC 2023 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Add Zen4 Ryzen "Phoenix" support. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/pci/amdzentemp.c

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

2023-05-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 13 11:27:10 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: s/requied/required/ in comments (likely grammar should be also improved in the future). To generate a diff of this commit: cvs

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

2023-05-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 13 11:27:10 UTC 2023 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: s/requied/required/ in comments (likely grammar should be also improved in the future). To generate a diff of this commit: cvs

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 10 00:07:49 UTC 2023 Modified Files: src/sys/arch/x86/pci/imcsmb: imc.c imcsmb.c Log Message: x86/imc(4): Use config_detach_children. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed May 10 00:07:49 UTC 2023 Modified Files: src/sys/arch/x86/pci/imcsmb: imc.c imcsmb.c Log Message: x86/imc(4): Use config_detach_children. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 9 23:11:09 UTC 2023 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: ichlpcib(4): Use config_detach_children. Delete a lot of unnecessary code with broken error branches involving config_detach which

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 9 23:11:09 UTC 2023 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: ichlpcib(4): Use config_detach_children. Delete a lot of unnecessary code with broken error branches involving config_detach which

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 9 23:10:11 UTC 2023 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: ichlpcib(4): KNF. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

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

2023-05-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue May 9 23:10:11 UTC 2023 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: ichlpcib(4): KNF. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

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/arch/x86/pci

2022-11-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 24 21:03:38 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: match zen3 "cezanne" (ryzen 5000-series APU.) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2022-11-24 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 24 21:03:38 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: match zen3 "cezanne" (ryzen 5000-series APU.) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

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

2022-10-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Oct 1 15:50:05 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: amdsmn(4),amdzentemp(4): Add support for 17h/6xh and 19h/6xh. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2022-10-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Oct 1 15:50:05 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: amdsmn(4),amdzentemp(4): Add support for 17h/6xh and 19h/6xh. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2022-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 28 10:09:48 UTC 2022 Modified Files: src/sys/arch/x86/pci/imcsmb: imc.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/pci/imcsmb/imc.c Please note that

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

2022-09-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Sep 28 10:09:48 UTC 2022 Modified Files: src/sys/arch/x86/pci/imcsmb: imc.c Log Message: Fix compile error. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/pci/imcsmb/imc.c Please note that

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:29 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: ichlpcib(4), tco(4): Rename iot -> pmt, ioh -> pmh. Makes it clearer that this is specifically about the power management

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:42:29 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: ichlpcib(4), tco(4): Rename iot -> pmt, ioh -> pmh. Makes it clearer that this is specifically about the power management

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:49 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Rename lpcib_tco_attach_args -> tco_attach_args. No longer hangs off LPC bus, newer devices hang it off SMBus.

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:49 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Rename lpcib_tco_attach_args -> tco_attach_args. No longer hangs off LPC bus, newer devices hang it off SMBus.

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Change has_rcba bit into version number. Will be useful for newer Intel platform controller hubs. No functional

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

2022-09-22 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Sep 22 14:41:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: ichlpcib.c tco.c tco.h Log Message: tco(4): Change has_rcba bit into version number. Will be useful for newer Intel platform controller hubs. No functional

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

2022-09-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 21 10:36:14 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c Log Message: tco(4): Fix whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2022-09-21 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 21 10:36:14 UTC 2022 Modified Files: src/sys/arch/x86/pci: tco.c Log Message: tco(4): Fix whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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/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/sys/arch/x86/pci

2022-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 06:59:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Rename for AMD F15/6X device. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2022-04-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Apr 27 06:59:26 UTC 2022 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Rename for AMD F15/6X device. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 27 19:04:04 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Add more Jasper Lake and Elkhart Lake devices. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2021-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 27 19:04:04 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Add more Jasper Lake and Elkhart Lake devices. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2021-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 27 14:53:12 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Add many Intel I2C devices. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/pci/dwiic_pci.c Please note

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

2021-10-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 27 14:53:12 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: Add many Intel I2C devices. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/pci/dwiic_pci.c Please note

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

2021-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 15 18:51:39 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Disable MSI and MSI-X support if IAPC_BOOT_ARCH reports that MSI is not supported. To generate a diff of this commit: cvs rdiff -u

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

2021-10-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Oct 15 18:51:39 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Disable MSI and MSI-X support if IAPC_BOOT_ARCH reports that MSI is not supported. To generate a diff of this commit: cvs rdiff -u

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

2021-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 21 03:01:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2021-06-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 21 03:01:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_ranges.c Log Message: prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 11:35:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Fix build failure on i386. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/amdzentemp.c Please

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

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 11:35:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Fix build failure on i386. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/pci/amdzentemp.c Please

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

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 08:45:18 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add support for per CCD temperature sensor from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-06-06 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun Jun 6 08:45:18 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add support for per CCD temperature sensor from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

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

2021-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 5 01:38:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add Zen 3 support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/amdzentemp.c

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

2021-06-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sat Jun 5 01:38:22 UTC 2021 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: amdzentemp(4): Add Zen 3 support. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/pci/amdzentemp.c

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

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 09:47:28 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: dwiic(4): Attribute output correctly and relegate to debug-level. Tidy up a little while here. To generate a diff of this commit:

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

2021-05-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat May 29 09:47:28 UTC 2021 Modified Files: src/sys/arch/x86/pci: dwiic_pci.c Log Message: dwiic(4): Attribute output correctly and relegate to debug-level. Tidy up a little while here. To generate a diff of this commit:

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

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:10:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: Remoave an extra space from a comment To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2021-03-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 14 08:10:23 UTC 2021 Modified Files: src/sys/arch/x86/pci: pci_msi_machdep.c Log Message: Remoave an extra space from a comment To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

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

2020-12-11 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 09:22:20 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Fix build failure when XNEPV is defined. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/pci/msipic.c

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

2020-12-11 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 09:22:20 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Fix build failure when XNEPV is defined. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/pci/msipic.c

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

2020-12-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 07:49:40 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Not pic->pic_addroute but pic->pic_hwunmask should enable interrupts for MSI-X. pic->pic_addroute should not enable interrupt, because

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

2020-12-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Dec 11 07:49:40 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Not pic->pic_addroute but pic->pic_hwunmask should enable interrupts for MSI-X. pic->pic_addroute should not enable interrupt, because

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

2020-05-04 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon May 4 09:34:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: constify the pic templates To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/pci/msipic.c Please note that

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

2020-05-04 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon May 4 09:34:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: constify the pic templates To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/pci/msipic.c Please note that

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

2020-04-27 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 27 23:40:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix the wrong logic about making the number of vmx(4) TX/RX queue be power of two reviewed by nonaka@n.o. To generate a diff of this

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

2020-04-27 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Mon Apr 27 23:40:37 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix the wrong logic about making the number of vmx(4) TX/RX queue be power of two reviewed by nonaka@n.o. To generate a diff of this

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

2020-04-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 23 13:40:36 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Apply previous change ("Don't mix sign and unsigned operands. Just use size_t for the loop.") to another loop variable. To generate a diff

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

2020-04-23 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Apr 23 13:40:36 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Apply previous change ("Don't mix sign and unsigned operands. Just use size_t for the loop.") to another loop variable. To generate a diff

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

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:02:57 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Don't mix sign and unsigned operands. Just use size_t for the loop. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-04-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 20 13:02:57 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c Log Message: Don't mix sign and unsigned operands. Just use size_t for the loop. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2020-04-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 20 11:03:02 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Update to support Family 15h Model 60 temperature sensors. Changes based on FreeBSD amdtemp driver changes by Conrad Meyer.

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

2020-04-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Apr 20 11:03:02 UTC 2020 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Update to support Family 15h Model 60 temperature sensors. Changes based on FreeBSD amdtemp driver changes by Conrad Meyer.

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

2020-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 7 12:42:11 UTC 2020 Modified Files: src/sys/arch/x86/pci: rdcpcib.c Log Message: Recognize more rdc devices (Andrius V.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/rdcpcib.c

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

2020-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 7 12:42:11 UTC 2020 Modified Files: src/sys/arch/x86/pci: rdcpcib.c Log Message: Recognize more rdc devices (Andrius V.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pci/rdcpcib.c

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

2020-03-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Mar 24 09:27:46 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: fix vmx(4) cannot link up at boot time. reviewed by msaitoh@n.o, thanks. vmx(4) could call if_link_state_change(ifp, LINK_STATE_UP)

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

2020-03-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Mar 24 09:27:46 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: fix vmx(4) cannot link up at boot time. reviewed by msaitoh@n.o, thanks. vmx(4) could call if_link_state_change(ifp, LINK_STATE_UP)

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

2020-02-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 2 05:27:21 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: - Adopt . - Use ifmedia_fini(). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/pci/if_vmx.c Please note

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

2020-02-01 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Feb 2 05:27:21 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: - Adopt . - Use ifmedia_fini(). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/pci/if_vmx.c Please note

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

2020-01-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 08:43:30 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing callout_destroy(). Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

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

2020-01-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 08:43:30 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing callout_destroy(). Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

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

2020-01-28 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 02:58:51 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in evcnt description. Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2020-01-28 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Wed Jan 29 02:58:51 UTC 2020 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in evcnt description. Pointed out by yamaguchi@n.o. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

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

2019-12-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Dec 24 10:21:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing splnet() for ether_ioctl() caused by if_vmx.c:r1.32. pointed out by nonaka@n.o, thanks. To generate a diff of this commit:

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

2019-12-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Tue Dec 24 10:21:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix missing splnet() for ether_ioctl() caused by if_vmx.c:r1.32. pointed out by nonaka@n.o, thanks. To generate a diff of this commit:

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

2019-11-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Wed Nov 13 02:55:00 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Disable MSI-X before writing the MSI-X table. That fixes MSI-X interrupt lost on VMware ESXi 6.7 PCI passthrough devices. ok knakahara@

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

2019-11-12 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Wed Nov 13 02:55:00 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Disable MSI-X before writing the MSI-X table. That fixes MSI-X interrupt lost on VMware ESXi 6.7 PCI passthrough devices. ok knakahara@

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

2019-10-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 10 08:55:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix kassert failure in vmxnet3_transmit(). Pointed out by ryo@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.50

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

2019-10-10 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Thu Oct 10 08:55:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix kassert failure in vmxnet3_transmit(). Pointed out by ryo@n.o, thanks. To generate a diff of this commit: cvs rdiff -u -r1.50

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

2019-10-04 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 4 12:23:37 UTC 2019 Modified Files: src/sys/arch/x86/pci: pcib.c Log Message: add missing break. surely it is not intended to treat viatech devices with non VT82C686A's device id as maybe cyrix pci bridges. To generate a

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

2019-10-04 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Oct 4 12:23:37 UTC 2019 Modified Files: src/sys/arch/x86/pci: pcib.c Log Message: add missing break. surely it is not intended to treat viatech devices with non VT82C686A's device id as maybe cyrix pci bridges. To generate a

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

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

2019-10-03 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Oct 3 18:53:08 UTC 2019 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: change bus_space_map to _x86_memio_map Resolves bus space reservation conflict between MI and MD code. Discussion:

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

2019-09-30 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Sep 30 07:13:54 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in vmxnet3_legacy_intr(). That causes sysctl hw.vmx*.{rx,tx} effect inversely when vmx(4) uses INTx or MSI. To generate a

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

2019-09-30 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Sep 30 07:13:54 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: Fix typo in vmxnet3_legacy_intr(). That causes sysctl hw.vmx*.{rx,tx} effect inversely when vmx(4) uses INTx or MSI. To generate a

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

2019-08-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Aug 30 05:03:32 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmxnet3_softc.vmx_stats should not count globally. pointed out by hikaru@n.o divide vmxnet3_softc.vmx_stats to each vmxnet3_txqueue and

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

2019-08-29 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Fri Aug 30 05:03:32 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: vmxnet3_softc.vmx_stats should not count globally. pointed out by hikaru@n.o divide vmxnet3_softc.vmx_stats to each vmxnet3_txqueue and

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

2019-08-18 Thread Kengo NAKAHARA
Hi, On 2019/08/19 14:25, Kengo NAKAHARA wrote: Module Name:src Committed By: knakahara Date: Mon Aug 19 05:25:38 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: add vmx(4) basic statistics counters. Sorry, I have forgotten this TODO in r1.40

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

2019-08-18 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Aug 19 05:25:38 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: add vmx(4) basic statistics counters. Sorry, I have forgotten this TODO in r1.40 commit message. To generate a diff of this commit:

  1   2   3   4   5   >