CVS commit: src/sys/dev/ic

2023-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 15:29:38 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Add sysctls for debugging. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/dev/ic/dwc_eqos.c cvs

CVS commit: src/sys/dev/ic

2023-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 15:11:48 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Add and modify some DPRINTF()s. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/ic

2023-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 15:11:48 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Add and modify some DPRINTF()s. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/ic

2023-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 14:54:53 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/dwc_eqos.c Please note that

CVS commit: src/sys/dev/ic

2023-10-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 23 14:54:53 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/dwc_eqos.c Please note that

CVS commit: src/sys/dev/ic

2023-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 21 14:49:12 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/dwc_eqos.c Please note that diffs are not publ

CVS commit: src/sys/dev/ic

2023-10-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 21 14:49:12 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/dwc_eqos.c Please note that diffs are not publ

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 13:29:51 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix compile error for arch that sizeof(bus_size_t) == 4 (i386). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 13:29:51 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix compile error for arch that sizeof(bus_size_t) == 4 (i386). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:58:11 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Accept if snpsver == 0x52. Tested with Intel Elkhart Lake. TODO: Multiqueue support. Add watchdog timer. Add

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:58:11 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Accept if snpsver == 0x52. Tested with Intel Elkhart Lake. TODO: Multiqueue support. Add watchdog timer. Add

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:53:27 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Add missing clock range. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_eqos.c Please note that di

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:53:27 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Add missing clock range. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_eqos.c Please note that di

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:51:49 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix a bug that the MAC address is swapped. Don't swap the MAC address in eqos_get_eaddr(). Other OSes except FreeBSD (which was based

CVS commit: src/sys/dev/ic

2023-10-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 20 09:51:49 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix a bug that the MAC address is swapped. Don't swap the MAC address in eqos_get_eaddr(). Other OSes except FreeBSD (which was based

CVS commit: src/sys/dev/pci

2023-10-19 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 19 23:43:40 UTC 2023 Modified Files: src/sys/dev/pci: if_rge.c Log Message: rge: properly handle mbuf allocation failures in rx interrupts several changes that should fix crashes seen after an mbuf allocation failure: - cre

CVS commit: src/sys/dev/pci

2023-10-19 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Oct 19 23:43:40 UTC 2023 Modified Files: src/sys/dev/pci: if_rge.c Log Message: rge: properly handle mbuf allocation failures in rx interrupts several changes that should fix crashes seen after an mbuf allocation failure: - cre

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

2023-10-17 Thread SAITOH Masanobu
On 2023/10/12 14:50, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Thu Oct 12 05:50:56 UTC 2023 > > Modified Files: > src/sys/dev/pci/ixgbe: ixgbe.c > > Log Message: > ixg(4): Don't print wrong error message about ixgbe_num_queues. > > Don't override t

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

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 18 03:52:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.343 -r1.344 src/sys/dev/pci/ixgbe/ixgbe

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

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 18 03:52:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.343 -r1.344 src/sys/dev/pci/ixgbe/ixgbe

CVS commit: src/sys/dev/mii

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 14:08:13 UTC 2023 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: miidevs: Regen. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.157

CVS commit: src/sys/dev/mii

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 14:08:13 UTC 2023 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: miidevs: Regen. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.157

CVS commit: src/sys/dev/mii

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 14:07:51 UTC 2023 Modified Files: src/sys/dev/mii: miidevs Log Message: miidevs: Add MaxLinear GPY115. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/dev/mii/miidevs Please note that diffs a

CVS commit: src/sys/dev/mii

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 14:07:51 UTC 2023 Modified Files: src/sys/dev/mii: miidevs Log Message: miidevs: Add MaxLinear GPY115. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/dev/mii/miidevs Please note that diffs a

CVS commit: src/sys/dev/ic

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 10:23:00 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos_reg.h Log Message: eqos(4): Fix definition of GMAC_MAC_HW_FEATURE1_RXFIFOSIZE. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc

CVS commit: src/sys/dev/ic

2023-10-17 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 17 10:23:00 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos_reg.h Log Message: eqos(4): Fix definition of GMAC_MAC_HW_FEATURE1_RXFIFOSIZE. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc

CVS commit: src/sys/dev

2023-10-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 17 09:59:46 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer.c: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/de

CVS commit: src/sys/dev

2023-10-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Oct 17 09:59:46 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: sequencer.c: Nix trailing whitespace. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/de

CVS commit: src/sys/dev/hid

2023-10-16 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 17 02:46:57 UTC 2023 Modified Files: src/sys/dev/hid: hid.c Log Message: Improve hid matching. It now matches all kinds (application/physical/logical) in the hid collection. Patch from PR applied. Addresses PR/46868. Ok s

CVS commit: src/sys/dev/hid

2023-10-16 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Oct 17 02:46:57 UTC 2023 Modified Files: src/sys/dev/hid: hid.c Log Message: Improve hid matching. It now matches all kinds (application/physical/logical) in the hid collection. Patch from PR applied. Addresses PR/46868. Ok s

Re: CVS commit: src/sys/dev/pci/igc

2023-10-16 Thread Greg Oster
On 2023-10-15 17.06, Joerg Sonnenberger wrote: On Sun, Oct 15, 2023 at 10:36:53PM +, Greg Oster wrote: Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR kerne

CVS commit: src/sys/dev

2023-10-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 16 13:31:33 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: Redo previous by making the DPRINT macro always expand to something. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/seq

CVS commit: src/sys/dev

2023-10-16 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 16 13:31:33 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: Redo previous by making the DPRINT macro always expand to something. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/dev/seq

Re: CVS commit: src/sys/dev/pci/igc

2023-10-15 Thread Joerg Sonnenberger
On Sun, Oct 15, 2023 at 10:36:53PM +, Greg Oster wrote: > Module Name: src > Committed By: oster > Date: Sun Oct 15 22:36:53 UTC 2023 > > Modified Files: > src/sys/dev/pci/igc: if_igc.c > > Log Message: > Fix build of the MODULAR kernel, which explicitly excludes vlans. Please

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

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR kernel, which explicitly excludes vlans. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci

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

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 22:36:53 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: Fix build of the MODULAR kernel, which explicitly excludes vlans. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci

CVS commit: src/sys/dev/raidframe

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:15:20 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_pq.c rf_pqdeg.c rf_pqdegdags.c rf_pqdegdags.h Log Message: Make RF_INCLUDE_RAID6 build (needs more changes to make it wor

CVS commit: src/sys/dev/raidframe

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:15:20 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_dagdegwr.c rf_dagffwr.c rf_pq.c rf_pqdeg.c rf_pqdegdags.c rf_pqdegdags.h Log Message: Make RF_INCLUDE_RAID6 build (needs more changes to make it wor

CVS commit: src/sys/dev

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:13:37 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: When building kernel=ALL, make gcc happy by addressing its warning of: "suggest braces around empty body in an 'if' statement". To generate a diff

CVS commit: src/sys/dev

2023-10-15 Thread Greg Oster
Module Name:src Committed By: oster Date: Sun Oct 15 18:13:37 UTC 2023 Modified Files: src/sys/dev: sequencer.c Log Message: When building kernel=ALL, make gcc happy by addressing its warning of: "suggest braces around empty body in an 'if' statement". To generate a diff

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 04:43:36 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): limit receive frame size upto 9600 even if ETHERCAP_VLAN_MTU is enabled To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 04:43:36 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): limit receive frame size upto 9600 even if ETHERCAP_VLAN_MTU is enabled To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 02:22:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): added ETHERCAP_VLAN_MTU support PR kern/57652 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/dev/pci/if_ixl.c

CVS commit: src/sys/dev/pci

2023-10-12 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Fri Oct 13 02:22:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): added ETHERCAP_VLAN_MTU support PR kern/57652 To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/dev/pci/if_ixl.c

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

2023-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 08:06:13 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Don't override the {ixgbe,ixv}_max_interrupt_rate global variable. Fix a bug that changing hw.ix[gv]X.qY.interrupt_ra

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

2023-10-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 08:06:13 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixv.c Log Message: ixgbe: Don't override the {ixgbe,ixv}_max_interrupt_rate global variable. Fix a bug that changing hw.ix[gv]X.qY.interrupt_ra

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 05:50:56 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Don't print wrong error message about ixgbe_num_queues. Don't override the ixgbe_num_queues global variable. It's the default valu

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 05:50:56 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Don't print wrong error message about ixgbe_num_queues. Don't override the ixgbe_num_queues global variable. It's the default valu

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

2023-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 12 04:08:44 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): igc_init: Enable interrupt after everything is set up Inspired by "ixgbe: Enable interrupt after setting IFF_RUNNING.": http://cvsweb.ne

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

2023-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Oct 12 04:08:44 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): igc_init: Enable interrupt after everything is set up Inspired by "ixgbe: Enable interrupt after setting IFF_RUNNING.": http://cvsweb.ne

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 03:43:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: ixgbe: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/pci/i

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 12 03:43:55 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: ixgbe: Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/dev/pci/i

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

2023-10-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 11 18:19:43 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): `nvm_ver & ...' has type int, so use %x, not %hx. This happens even though nvm_ver is unsigned short (uint16_t), because of the in

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

2023-10-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Oct 11 18:19:43 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): `nvm_ver & ...' has type int, so use %x, not %hx. This happens even though nvm_ver is unsigned short (uint16_t), because of the in

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 15:14:28 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Add I219{V,LM}({22,23}) devices (Raptor Lake). To generate a diff of this commit: cvs rdiff -u -r1.790 -r1.791 src/sys/dev/pci/if_wm.c P

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 15:05:26 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: wm(4): Add a new workaround for Tiger Lake and newer. - Define new WM_T_PCH_TGP and use it for Tiger Lake and newer. Note that we

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 15:14:28 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Add I219{V,LM}({22,23}) devices (Raptor Lake). To generate a diff of this commit: cvs rdiff -u -r1.790 -r1.791 src/sys/dev/pci/if_wm.c P

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 15:05:26 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: wm(4): Add a new workaround for Tiger Lake and newer. - Define new WM_T_PCH_TGP and use it for Tiger Lake and newer. Note that we

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 14:55: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.1477 -r1.1478 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1476 -r1.14

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 14:54:58 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: pcidevs: Add Intel I219{V,LM}({22,23}) To generate a diff of this commit: cvs rdiff -u -r1.1496 -r1.1497 src/sys/dev/pci/pcidevs Please note th

CVS commit: src/sys/dev/pci

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 14:54:58 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: pcidevs: Add Intel I219{V,LM}({22,23}) To generate a diff of this commit: cvs rdiff -u -r1.1496 -r1.1497 src/sys/dev/pci/pcidevs Please note th

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 09:43:17 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: ixg(4): Print DEVICE_CAPS register. To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340 src/sys/dev/pci/ixgbe/ixg

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

2023-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 09:43:17 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h Log Message: ixg(4): Print DEVICE_CAPS register. To generate a diff of this commit: cvs rdiff -u -r1.339 -r1.340 src/sys/dev/pci/ixgbe/ixg

CVS commit: src/sys/dev/pci

2023-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 11 07:44:54 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): Print device info on attach Without PCIVERBOSE option: ixl0 at pci1 dev 0 function 0: vendor 8086 product 1572 (rev. 0x01) With PCIVERBOSE

CVS commit: src/sys/dev/pci

2023-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 11 07:44:54 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): Print device info on attach Without PCIVERBOSE option: ixl0 at pci1 dev 0 function 0: vendor 8086 product 1572 (rev. 0x01) With PCIVERBOSE

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:44:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): update link status in workqueue To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/if_ixl.c Please note t

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:44:20 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): update link status in workqueue To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/if_ixl.c Please note t

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:29:47 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): use cv_broadcast to wakeup ioctl and workqueue context. Commands may be issued at the same time from the both context. To generate a

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:29:47 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): use cv_broadcast to wakeup ioctl and workqueue context. Commands may be issued at the same time from the both context. To generate a

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:24:25 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): skip getting link status if the last command is running To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci

CVS commit: src/sys/dev/pci

2023-10-10 Thread Shoichi YAMAGUCHI
Module Name:src Committed By: yamaguchi Date: Wed Oct 11 04:24:25 UTC 2023 Modified Files: src/sys/dev/pci: if_ixl.c Log Message: ixl(4): skip getting link status if the last command is running To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/dev/pci

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

2023-10-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 03:48:35 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 src/sys/dev/pci/ixgbe/ixgbe.c P

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

2023-10-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Oct 11 03:48:35 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixg(4): Whitespace. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.338 -r1.339 src/sys/dev/pci/ixgbe/ixgbe.c P

CVS commit: src/sys/dev/onewire

2023-10-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 10 19:21:39 UTC 2023 Modified Files: src/sys/dev/onewire: owtemp.c Log Message: PR kern/57088: add missing "onewire" link dependency Thanks Lloyd for pointing me to this PR as I independently fixed the missing module func

CVS commit: src/sys/dev/onewire

2023-10-10 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue Oct 10 19:21:39 UTC 2023 Modified Files: src/sys/dev/onewire: owtemp.c Log Message: PR kern/57088: add missing "onewire" link dependency Thanks Lloyd for pointing me to this PR as I independently fixed the missing module func

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:46:56 UTC 2023 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Add support for ASMEDIA 0x0624 ... an AHCI SATA adaptor which identifies itself as an IDE storage device To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:46:56 UTC 2023 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: Add support for ASMEDIA 0x0624 ... an AHCI SATA adaptor which identifies itself as an IDE storage device To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:45:54 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regenerate for ASMEDIA 0x0624 To generate a diff of this commit: cvs rdiff -u -r1.1476 -r1.1477 src/sys/dev/pci/pcidevs.h cvs rdiff

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:45:54 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regenerate for ASMEDIA 0x0624 To generate a diff of this commit: cvs rdiff -u -r1.1476 -r1.1477 src/sys/dev/pci/pcidevs.h cvs rdiff

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:44:16 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier To generate a diff of this commit: cvs rdiff -u -r1.1495 -r1.1496 src/sys/dev/pci/pc

CVS commit: src/sys/dev/pci

2023-10-10 Thread David Brownlee
Module Name:src Committed By: abs Date: Tue Oct 10 16:44:16 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add entry for ASMEDIA 0x0624 - ASM1062 + JMB575 Port Multiplier To generate a diff of this commit: cvs rdiff -u -r1.1495 -r1.1496 src/sys/dev/pci/pc

CVS commit: src/sys/dev/usb

2023-10-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Oct 10 10:58:03 UTC 2023 Modified Files: src/sys/dev/usb: ugen.c Log Message: Debug printf tidy up, KNF comma,space nits. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/ugen.c Please note th

CVS commit: src/sys/dev/usb

2023-10-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Tue Oct 10 10:58:03 UTC 2023 Modified Files: src/sys/dev/usb: ugen.c Log Message: Debug printf tidy up, KNF comma,space nits. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/ugen.c Please note th

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

2023-10-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 10 06:21:09 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): Fix half duplex setting From FreeBSD: 3b8d04f845b416d29a258658b8a48d1afb4a2e81 To generate a diff of this commit: cvs rdiff -u -r

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

2023-10-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 10 06:21:09 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): Fix half duplex setting From FreeBSD: 3b8d04f845b416d29a258658b8a48d1afb4a2e81 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 22:00:38 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_driver.c Log Message: Make the name of the condition more reflective of the name of the condition variable. From Edgar Fuß. To generate a diff of this commi

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 22:00:38 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_driver.c Log Message: Make the name of the condition more reflective of the name of the condition variable. From Edgar Fuß. To generate a diff of this commi

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 21:55:48 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: spaces->tabs. Noted by Edgar Fuß To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 src/sys/dev/raidframe/rf_netbsdki

CVS commit: src/sys/dev/raidframe

2023-10-09 Thread Greg Oster
Module Name:src Committed By: oster Date: Mon Oct 9 21:55:48 UTC 2023 Modified Files: src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: spaces->tabs. Noted by Edgar Fuß To generate a diff of this commit: cvs rdiff -u -r1.416 -r1.417 src/sys/dev/raidframe/rf_netbsdki

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:44:33 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Fix typo in comment. No functional change intended. PR kern/57645 XXX pullup-10 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:44:33 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Fix typo in comment. No functional change intended. PR kern/57645 XXX pullup-10 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:43:01 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): On if_init, stop/init if IFF_RUNNING -- not noop. ether_ioctl(9) relies on this to reinitialize an interface when a flags change re

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:43:01 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): On if_init, stop/init if IFF_RUNNING -- not noop. ether_ioctl(9) relies on this to reinitialize an interface when a flags change re

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:42:09 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Fix sense of conditional in usbnet_ifflags_cb. This appears to have been mistranscribed in revision 1.1 of usbnet.c. PR kern/57645

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:42:09 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Fix sense of conditional in usbnet_ifflags_cb. This appears to have been mistranscribed in revision 1.1 of usbnet.c. PR kern/57645

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:42:00 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Make sure unp->unp_if_flags is initialized on init. usbnet_ifflags_cb is only called if the flags change while up and running. (XX

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 17:42:00 UTC 2023 Modified Files: src/sys/dev/usb: usbnet.c Log Message: usbnet(9): Make sure unp->unp_if_flags is initialized on init. usbnet_ifflags_cb is only called if the flags change while up and running. (XX

CVS commit: src/sys/dev/pci

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 11:55:22 UTC 2023 Modified Files: src/sys/dev/pci: if_rge.c Log Message: rge(4): callout_stop can't be right here; just do callout_halt. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/pci

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 11:55:22 UTC 2023 Modified Files: src/sys/dev/pci: if_rge.c Log Message: rge(4): callout_stop can't be right here; just do callout_halt. XXX pullup-10 To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/usb

2023-10-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Oct 9 11:28:05 UTC 2023 Modified Files: src/sys/dev/usb: if_ure.c Log Message: ure(4): Set all bits, not no bits, in multicast filter for promisc. This was lost in revision 1.40. PR kern/57648 XXX pullup-10 To generat

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