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

2024-09-19 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Sep 19 17:57:15 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: s/trafic/traffic/ and s/Crrently/Currently/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/ixgb

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

2024-09-19 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Sep 19 17:57:15 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: s/trafic/traffic/ and s/Crrently/Currently/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/ixgb

CVS commit: src/sys/dev/pci

2024-09-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 14 07:01:33 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Update bge_if_flags in bge_ifflags_cb before calling bge_setmulti so the new setting of IFF_PROMISC is used by bge_setmulti To generate a diff of

CVS commit: src/sys/dev/pci

2024-09-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 14 07:01:33 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Update bge_if_flags in bge_ifflags_cb before calling bge_setmulti so the new setting of IFF_PROMISC is used by bge_setmulti To generate a diff of

CVS commit: src/sys/dev/pci

2024-09-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 7 06:25:27 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Conditionally call mutex_obj_free for the mutexes in bge_release_resources as there are code path where they might not have been allocated (yat).

CVS commit: src/sys/dev/pci

2024-09-06 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Sep 7 06:25:27 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Conditionally call mutex_obj_free for the mutexes in bge_release_resources as there are code path where they might not have been allocated (yat).

CVS commit: src/sys/dev/pci

2024-09-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Sep 5 17:54:02 UTC 2024 Modified Files: src/sys/dev/pci: if_vte.c Log Message: s/vte_rxoef/vte_rxeof/ in debug message. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_vte.c Please note tha

CVS commit: src/sys/dev/pci

2024-09-05 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Sep 5 17:54:02 UTC 2024 Modified Files: src/sys/dev/pci: if_vte.c Log Message: s/vte_rxoef/vte_rxeof/ in debug message. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/pci/if_vte.c Please note tha

CVS commit: src/sys/dev/pci

2024-08-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 29 20:41:49 UTC 2024 Modified Files: src/sys/dev/pci: ppb.c Log Message: improve grammar in the comment. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ppb.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2024-08-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 29 20:41:49 UTC 2024 Modified Files: src/sys/dev/pci: ppb.c Log Message: improve grammar in the comment. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/ppb.c Please note that diffs are not

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

2024-08-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 29 04:55:33 UTC 2024 Modified Files: src/sys/dev/pci/cxgb: cxgb_t3_hw.c Log Message: s/Perfoms/Performs/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/cxgb/cxgb_t3_hw.c Please n

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

2024-08-28 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 29 04:55:33 UTC 2024 Modified Files: src/sys/dev/pci/cxgb: cxgb_t3_hw.c Log Message: s/Perfoms/Performs/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/cxgb/cxgb_t3_hw.c Please n

CVS commit: src/sys/dev/pci

2024-08-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 28 05:58:11 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Apply changes from PR/58584 after testing (and fixing). Tested on an Apple M1. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/pci

2024-08-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 28 05:58:11 UTC 2024 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Apply changes from PR/58584 after testing (and fixing). Tested on an Apple M1. To generate a diff of this commit: cvs rdiff -u -r1.3

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

2024-08-22 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 22 20:18:10 UTC 2024 Modified Files: src/sys/dev/pci/igc: igc_defines.h Log Message: s/Shfit/Shift/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/igc/igc_defines.h Please note t

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

2024-08-22 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 22 20:18:10 UTC 2024 Modified Files: src/sys/dev/pci/igc: igc_defines.h Log Message: s/Shfit/Shift/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/igc/igc_defines.h Please note t

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

2024-08-21 Thread T K Spindler (moof)
On Wed, Aug 21, 2024 at 01:42:28AM -0700, John Nemeth wrote: > } Log Message: > } Add Areca ARC-1224 > > I noticed that you mentioned newer Areca devices on icb. Is > there a particular device that you're interested in. I have an > updated version of arcmsr(4) that I've been meaning to clea

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

2024-08-21 Thread John Nemeth
On Aug 20, 22:44, "Tom Spindler" wrote: } } Module Name: src } Committed By: dogcow } Date: Tue Aug 20 22:44:04 UTC 2024 } } Modified Files: } src/sys/dev/pci: pcidevs } } Log Message: } Add Areca ARC-1224 Hi Tom, I noticed that you mentioned newer Areca devices on icb. Is

CVS commit: src/sys/dev/pci

2024-08-20 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Aug 20 22:45:31 UTC 2024 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.1488 -r1.1489 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1487 -r1.1488

CVS commit: src/sys/dev/pci

2024-08-20 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Aug 20 22:45:31 UTC 2024 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.1488 -r1.1489 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1487 -r1.1488

CVS commit: src/sys/dev/pci

2024-08-20 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Aug 20 22:44:04 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Areca ARC-1224 To generate a diff of this commit: cvs rdiff -u -r1.1509 -r1.1510 src/sys/dev/pci/pcidevs Please note that diffs are not publ

CVS commit: src/sys/dev/pci

2024-08-20 Thread Tom Spindler
Module Name:src Committed By: dogcow Date: Tue Aug 20 22:44:04 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Areca ARC-1224 To generate a diff of this commit: cvs rdiff -u -r1.1509 -r1.1510 src/sys/dev/pci/pcidevs Please note that diffs are not publ

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/sys/dev/pci

2024-08-17 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Aug 17 14:58:51 UTC 2024 Modified Files: src/sys/dev/pci: cy82c693.c Log Message: Make the cyhc lock a regular mutex rather than a spin mutex. Simplify some interaction with the lock by converting some open-coded test/panic

CVS commit: src/sys/dev/pci

2024-08-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 14 12:11:48 UTC 2024 Modified Files: src/sys/dev/pci: pm3fb.c Log Message: initialize a screen even if we're not the console To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c Please

CVS commit: src/sys/dev/pci

2024-08-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 14 12:11:48 UTC 2024 Modified Files: src/sys/dev/pci: pm3fb.c Log Message: initialize a screen even if we're not the console To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/pm3fb.c Please

CVS commit: src/sys/dev/pci

2024-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 5 19:26:43 UTC 2024 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio(4): Assert child attach finished before we allow queueing. Should help catch mistakes like: PR kern/58555: Kernel panic during boot wh

CVS commit: src/sys/dev/pci

2024-08-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 5 19:26:43 UTC 2024 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio(4): Assert child attach finished before we allow queueing. Should help catch mistakes like: PR kern/58555: Kernel panic during boot wh

CVS commit: src/sys/dev/pci

2024-07-16 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 17 03:13:37 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen after intel arc. To generate a diff of this commit: cvs rdiff -u -r1.1487 -r1.1488 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1

CVS commit: src/sys/dev/pci

2024-07-16 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 17 03:13:12 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: add the intel "arc" a-series of cards. To generate a diff of this commit: cvs rdiff -u -r1.1508 -r1.1509 src/sys/dev/pci/pcidevs Please note that d

CVS commit: src/sys/dev/pci

2024-07-16 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jul 17 03:13:12 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: add the intel "arc" a-series of cards. To generate a diff of this commit: cvs rdiff -u -r1.1508 -r1.1509 src/sys/dev/pci/pcidevs Please note that d

CVS commit: src/sys/dev/pci

2024-07-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 11 04:47:10 UTC 2024 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.1486 -r1.1487 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1485 -r1.14

CVS commit: src/sys/dev/pci

2024-07-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 11 03:58:07 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Realtek RTL8126. To generate a diff of this commit: cvs rdiff -u -r1.1507 -r1.1508 src/sys/dev/pci/pcidevs Please note that diffs are not p

CVS commit: src/sys/dev/pci

2024-07-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jul 11 03:58:07 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Realtek RTL8126. To generate a diff of this commit: cvs rdiff -u -r1.1507 -r1.1508 src/sys/dev/pci/pcidevs Please note that diffs are not p

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

2024-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 10 03:26:30 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: Remove ifdef NET_MPSAFE. Make ixgbe MP-scalable by default. Same as wm(4). To generate a diff of this commit: cvs rdiff -u

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

2024-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 10 03:26:30 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: Remove ifdef NET_MPSAFE. Make ixgbe MP-scalable by default. Same as wm(4). To generate a diff of this commit: cvs rdiff -u

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

2024-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 10 03:23:02 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: ixgbe is always MP-safe, so remove IXGBE_MPSAFE macro. Before this change, IXGBE_MPSAFE is not defined if NET_MPSAFE is not s

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

2024-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 10 03:23:02 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: ixgbe: ixgbe is always MP-safe, so remove IXGBE_MPSAFE macro. Before this change, IXGBE_MPSAFE is not defined if NET_MPSAFE is not s

CVS commit: src/sys/dev/pci

2024-07-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jul 7 23:29:04 UTC 2024 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): Match on ConnectX-6 virtual functions, too. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci

CVS commit: src/sys/dev/pci

2024-07-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Jul 7 23:29:04 UTC 2024 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): Match on ConnectX-6 virtual functions, too. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci

CVS commit: src/sys/dev/pci

2024-06-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 30 09:30:45 UTC 2024 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci_resource: Make unexpected bus numbers in bridges non-fatal. Firmware bugs happen. Log a warning and continue instead of panicing. T

CVS commit: src/sys/dev/pci

2024-06-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 30 09:30:45 UTC 2024 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci_resource: Make unexpected bus numbers in bridges non-fatal. Firmware bugs happen. Log a warning and continue instead of panicing. T

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

2024-06-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 27 07:31:42 UTC 2024 Modified Files: src/sys/dev/pci/igc: if_igc.h Log Message: igc: Use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS to detect atomic_loadstore(9) is applicable to 64-bit integers. Thanks riastr

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

2024-06-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Jun 27 07:31:42 UTC 2024 Modified Files: src/sys/dev/pci/igc: if_igc.h Log Message: igc: Use __HAVE_ATOMIC64_LOADSTORE instead of __HAVE_ATOMIC64_OPS to detect atomic_loadstore(9) is applicable to 64-bit integers. Thanks riastr

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:55:23 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Use container_of, not cast. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/virtio_pci.c Ple

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:55:23 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Use container_of, not cast. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/virtio_pci.c Ple

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:55:09 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sprinkle const. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/p

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:55:09 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sprinkle const. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/dev/p

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:54:55 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sprinkle KNF. - No parameter names in function prototypes. - Fix indentation. - Break overlong lines. - Blank line between d

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:54:55 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sprinkle KNF. - No parameter names in function prototypes. - Fix indentation. - Break overlong lines. - Blank line between d

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:54:03 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Omit needless blank lines and commented code. No functional change intended. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:54:03 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Omit needless blank lines and commented code. No functional change intended. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:53:45 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pc

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:53:45 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Sort includes. No functional change intended. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pc

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:48 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Zero sc_bars_iosize[i] on unmap. No functional change intended, but this makes the code less brittle. Prompted by PR kern/583

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:48 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Zero sc_bars_iosize[i] on unmap. No functional change intended, but this makes the code less brittle. Prompted by PR kern/583

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:31 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Don't detach on shutdown. The virtio bus does not keep state in memory that needs to flushed to persistent storage. Typically

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:31 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Don't detach on shutdown. The virtio bus does not keep state in memory that needs to flushed to persistent storage. Typically

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:16 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Nix useless sc_mapped_iosize. This appears to have been a mistaken attempt to pass the subregion length through to bus_space_u

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:16 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Nix useless sc_mapped_iosize. This appears to have been a mistaken attempt to pass the subregion length through to bus_space_u

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:03 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Unmap the BARs we actually mapped on >=1.0 detach. PR kern/58335 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:22:03 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio@pci: Unmap the BARs we actually mapped on >=1.0 detach. PR kern/58335 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:21:45 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/virtio_pci.c Please

CVS commit: src/sys/dev/pci

2024-06-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 25 14:21:45 UTC 2024 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: Nix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/virtio_pci.c Please

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:27:29 UTC 2024 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add Brainboxes puc(4) devices >From Cameron Williams in PR 58358. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/de

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:27:29 UTC 2024 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add Brainboxes puc(4) devices >From Cameron Williams in PR 58358. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/de

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:26:03 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. For PR 58358 To generate a diff of this commit: cvs rdiff -u -r1.1485 -r1.1486 src/sys/dev/pci/pcidevs.h cvs rdiff -u

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:26:03 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. For PR 58358 To generate a diff of this commit: cvs rdiff -u -r1.1485 -r1.1486 src/sys/dev/pci/pcidevs.h cvs rdiff -u

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:22:51 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Brainboxes and devices >From Cameron Williams in PR 58358. To generate a diff of this commit: cvs rdiff -u -r1.1506 -r1.1507 src/sys/dev/p

CVS commit: src/sys/dev/pci

2024-06-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jun 23 17:22:51 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Brainboxes and devices >From Cameron Williams in PR 58358. To generate a diff of this commit: cvs rdiff -u -r1.1506 -r1.1507 src/sys/dev/p

CVS commit: src/sys/dev/pci

2024-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 14 03:15:04 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: PCI_CLASS_MASK: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/

CVS commit: src/sys/dev/pci

2024-06-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jun 14 03:15:04 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: PCI_CLASS_MASK: Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/

CVS commit: src/sys/dev/pci

2024-06-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 12 16:51:54 UTC 2024 Modified Files: src/sys/dev/pci: ld_virtio.c Log Message: ld@virtio(4): Fix maximum size parameters. - SEG_MAX is the maximum number of segments. - SIZE_MAX is the maximum number of bytes in a sing

CVS commit: src/sys/dev/pci

2024-06-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jun 12 16:51:54 UTC 2024 Modified Files: src/sys/dev/pci: ld_virtio.c Log Message: ld@virtio(4): Fix maximum size parameters. - SEG_MAX is the maximum number of segments. - SIZE_MAX is the maximum number of bytes in a sing

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

2024-06-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 12 06:21:37 UTC 2024 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc: Add missing '\n' to a DPRINTF message To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/igc/if_igc.c Please n

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

2024-06-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 12 06:21:37 UTC 2024 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc: Add missing '\n' to a DPRINTF message To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/igc/if_igc.c Please n

CVS commit: src/sys/dev/pci

2024-06-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jun 8 21:02:29 UTC 2024 Modified Files: src/sys/dev/pci: emuxki.c Log Message: s/amound/amount/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/emuxki.c Please note that diffs are

CVS commit: src/sys/dev/pci

2024-06-08 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Jun 8 21:02:29 UTC 2024 Modified Files: src/sys/dev/pci: emuxki.c Log Message: s/amound/amount/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/emuxki.c Please note that diffs are

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

2024-05-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 30 08:55:02 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Move RECOVERY_MODE feature test code for readability. No functional change. ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in betw

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

2024-05-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu May 30 08:55:02 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Move RECOVERY_MODE feature test code for readability. No functional change. ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in betw

CVS commit: src/sys/dev/pci

2024-05-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue May 21 22:47:11 UTC 2024 Modified Files: src/sys/dev/pci: eapreg.h Log Message: eap(4): re-organize mixer controls to put classes first some software (understandably) doesn't like it if you declare a mixer node's child before th

CVS commit: src/sys/dev/pci

2024-05-21 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue May 21 22:47:11 UTC 2024 Modified Files: src/sys/dev/pci: eapreg.h Log Message: eap(4): re-organize mixer controls to put classes first some software (understandably) doesn't like it if you declare a mixer node's child before th

CVS commit: src/sys/dev/pci

2024-05-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 17 12:20:02 UTC 2024 Modified Files: src/sys/dev/pci: eap.c Log Message: eap(4): Restore the full set of supported hardware encodings from netbsd-7 Tested in QEMU. To generate a diff of this commit: cvs rdiff -u -r1.102 -r

CVS commit: src/sys/dev/pci

2024-05-17 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 17 12:20:02 UTC 2024 Modified Files: src/sys/dev/pci: eap.c Log Message: eap(4): Restore the full set of supported hardware encodings from netbsd-7 Tested in QEMU. To generate a diff of this commit: cvs rdiff -u -r1.102 -r

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

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 13 03:15:33 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment. The number of queues is not limited to 8. The number of queue is calculated from both the number of CPUs and the number of

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

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon May 13 03:15:33 UTC 2024 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Modify comment. The number of queues is not limited to 8. The number of queue is calculated from both the number of CPUs and the number of

CVS commit: src/sys/dev/pci

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 12 23:30:37 UTC 2024 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.1484 -r1.1485 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1483 -r1.14

CVS commit: src/sys/dev/pci

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 12 23:30:07 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel Rapotr Lake graphics. To generate a diff of this commit: cvs rdiff -u -r1.1505 -r1.1506 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 12 23:30:07 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some Intel Rapotr Lake graphics. To generate a diff of this commit: cvs rdiff -u -r1.1505 -r1.1506 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 12 23:29:14 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Phison PS5021 and PS5026. To generate a diff of this commit: cvs rdiff -u -r1.1504 -r1.1505 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2024-05-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun May 12 23:29:14 UTC 2024 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Phison PS5021 and PS5026. To generate a diff of this commit: cvs rdiff -u -r1.1504 -r1.1505 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:31:26 UTC 2024 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: b3_2706_map_vme(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/btvmeii.c Please note that d

CVS commit: src/sys/dev/pci

2024-04-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Apr 24 02:31:26 UTC 2024 Modified Files: src/sys/dev/pci: btvmeii.c Log Message: b3_2706_map_vme(): Use VM_BESTFIT. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/btvmeii.c Please note that d

CVS commit: src/sys/dev/pci

2024-04-23 Thread Hans Rosenfeld
Module Name:src Committed By: hans Date: Tue Apr 23 15:34:07 UTC 2024 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Sync the statistics DMA memory correctly before it is accessed. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/pci/if

CVS commit: src/sys/dev/pci

2024-04-23 Thread Hans Rosenfeld
Module Name:src Committed By: hans Date: Tue Apr 23 15:34:07 UTC 2024 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Sync the statistics DMA memory correctly before it is accessed. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/dev/pci/if

CVS commit: src/sys/dev/pci

2024-04-19 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 19 21:24:00 UTC 2024 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: s/Resorce/Resource/ in comment and log message. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/dev/pci/pci_s

CVS commit: src/sys/dev/pci

2024-04-19 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Apr 19 21:24:00 UTC 2024 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h Log Message: s/Resorce/Resource/ in comment and log message. To generate a diff of this commit: cvs rdiff -u -r1.243 -r1.244 src/sys/dev/pci/pci_s

CVS commit: src/sys/dev/pci

2024-04-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Apr 11 10:42:42 UTC 2024 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): enforce full-duplex mark in mcx_media_status(), when link is up. LACP protocol requires full-duplex to be enabled for lagg(4) to work, ho

CVS commit: src/sys/dev/pci

2024-04-11 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Apr 11 10:42:42 UTC 2024 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: mcx(4): enforce full-duplex mark in mcx_media_status(), when link is up. LACP protocol requires full-duplex to be enabled for lagg(4) to work, ho

CVS commit: src/sys/dev/pci

2024-04-06 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Apr 6 09:11:50 UTC 2024 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.1483 -r1.1484 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1482 -r1.148

  1   2   3   4   5   6   7   8   9   10   >