CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 14:58:01 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c btvmeivar.h Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of th

CVS commit: src/sys/dev/pci

2023-12-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Dec 5 14:58:01 UTC 2023 Modified Files: src/sys/dev/pci: btvmei.c btvmeivar.h Log Message: Use vmem(9) rather than extent(9) to manage VME<->PCI address translations. While here, malloc(9) -> kmem(9), and fix a couple of th

CVS commit: src/sys/dev/pci

2023-11-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 26 06:38:28 UTC 2023 Modified Files: src/sys/dev/pci: ppb.c Log Message: ppb(4): Print out PCIe Gen5 link speed correctly To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/ppb.c Please note that

CVS commit: src/sys/dev/pci

2023-11-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 26 06:38:28 UTC 2023 Modified Files: src/sys/dev/pci: ppb.c Log Message: ppb(4): Print out PCIe Gen5 link speed correctly To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/pci/ppb.c Please note that

CVS commit: src/sys/dev/pci

2023-11-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 21 23:09:40 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: fix spelling and grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.791 -r1.792 src/sys/dev/pci/if_wm.c Pleas

CVS commit: src/sys/dev/pci

2023-11-21 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Tue Nov 21 23:09:40 UTC 2023 Modified Files: src/sys/dev/pci: if_wm.c Log Message: if_wm.c: fix spelling and grammar in a comment To generate a diff of this commit: cvs rdiff -u -r1.791 -r1.792 src/sys/dev/pci/if_wm.c Pleas

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:59:38 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length or odd starting address, unload the map and return EINVAL.

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull int

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 21:45:34 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: Revert previous. I'm going to make a slight change to the patch, and want it collapsed into a single commit to make it easier to pull int

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get really

CVS commit: src/sys/dev/pci

2023-11-20 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Nov 20 15:16:46 UTC 2023 Modified Files: src/sys/dev/pci: pciide_common.c Log Message: pciide_dma_dmamap_setup(): If we end up with a DMA segment with an odd length, unload the map and return EIO. Some controllers get really

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:49:44 UTC 2023 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: On alpha and sparc64, use VirtIO 1.0 and VIRTIO_F_ACCESS_PLATFORM so that DMA to PCI-attached VirtIO devices works properly. This is needed

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:49:44 UTC 2023 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: On alpha and sparc64, use VirtIO 1.0 and VIRTIO_F_ACCESS_PLATFORM so that DMA to PCI-attached VirtIO devices works properly. This is needed

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:47:03 UTC 2023 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: Define the VIRTIO_F_ACCESS_PLATFORM, VIRTIO_F_RING_PACKED, VIRTIO_F_ORDER_PLATFORM, and VIRTIO_F_SR_IOV feature bits. To generate a diff of

CVS commit: src/sys/dev/pci

2023-11-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 19 19:47:03 UTC 2023 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: Define the VIRTIO_F_ACCESS_PLATFORM, VIRTIO_F_RING_PACKED, VIRTIO_F_ORDER_PLATFORM, and VIRTIO_F_SR_IOV feature bits. To generate a diff of

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

2023-11-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 16 05:39:08 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: Modify for the readability. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci

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

2023-11-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 16 05:39:08 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: Modify for the readability. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/dev/pci

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

2023-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 15 03:50:22 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h ixv.c Log Message: ixgbe: Clear the WTHRESH bit field before writing it. To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 s

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

2023-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 15 03:50:22 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h ixv.c Log Message: ixgbe: Clear the WTHRESH bit field before writing it. To generate a diff of this commit: cvs rdiff -u -r1.347 -r1.348 s

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

2023-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 15 02:43:38 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: ixv(4): Remove unused IFF_OACTIVE. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/dev/pci/ixg

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

2023-11-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 15 02:43:38 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: ixv(4): Remove unused IFF_OACTIVE. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/dev/pci/ixg

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

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 14 03:03:18 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe(4): Modify comment. No functional change. ixgbe_tx_ctx_setup() may or may not consume one TX descriptor. To generate a diff of t

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

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 14 03:03:18 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe(4): Modify comment. No functional change. ixgbe_tx_ctx_setup() may or may not consume one TX descriptor. To generate a diff of t

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

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 14 02:31:46 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe(4): Move assignment of TXD. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/pci/ixgbe/ix_txrx.c

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

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 14 02:31:46 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe(4): Move assignment of TXD. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/dev/pci/ixgbe/ix_txrx.c

CVS commit: src/sys/dev/pci

2023-11-13 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Nov 13 08:10:53 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen for newer Areca boards To generate a diff of this commit: cvs rdiff -u -r1.1479 -r1.1480 src/sys/dev/pci/pcidevs.h cvs rd

CVS commit: src/sys/dev/pci

2023-11-13 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Nov 13 08:10:53 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen for newer Areca boards To generate a diff of this commit: cvs rdiff -u -r1.1479 -r1.1480 src/sys/dev/pci/pcidevs.h cvs rd

CVS commit: src/sys/dev/pci

2023-11-13 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Nov 13 08:07:24 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: add some newer Areca boards in prep for updating driver To generate a diff of this commit: cvs rdiff -u -r1.1498 -r1.1499 src/sys/dev/pci/pcidev

CVS commit: src/sys/dev/pci

2023-11-13 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Nov 13 08:07:24 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: add some newer Areca boards in prep for updating driver To generate a diff of this commit: cvs rdiff -u -r1.1498 -r1.1499 src/sys/dev/pci/pcidev

CVS commit: src/sys/dev/pci

2023-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 12 13:56:20 UTC 2023 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci: Improve resource allocation for non-prefetchable BARs. When allocating resources for PCI devices, use the following criteria: - Pre

CVS commit: src/sys/dev/pci

2023-11-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 12 13:56:20 UTC 2023 Modified Files: src/sys/dev/pci: pci_resource.c Log Message: pci: Improve resource allocation for non-prefetchable BARs. When allocating resources for PCI devices, use the following criteria: - Pre

CVS commit: src/sys/dev/pci

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:38:01 UTC 2023 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio_read_device_config_le_[24]: Fix for {aarch64,arm}eb Stop byte-swapping for big-endian aarch64 and arm to fix corrupted read for, e.g., sc_tag

CVS commit: src/sys/dev/pci

2023-11-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 7 13:38:01 UTC 2023 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio_read_device_config_le_[24]: Fix for {aarch64,arm}eb Stop byte-swapping for big-endian aarch64 and arm to fix corrupted read for, e.g., sc_tag

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:26:11 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4): stop management first when detaching Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.4

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:26:11 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4): stop management first when detaching Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.4

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:23:29 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4): establish interrupt after setting up resources Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:23:29 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4): establish interrupt after setting up resources Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:18:56 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4) is MP-ready, always use MPSAFE Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/s

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:18:56 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c Log Message: ena(4) is MP-ready, always use MPSAFE Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/s

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:17:41 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c if_enavar.h Log Message: ena(4): support RSS and delete FreeBSD-specified code Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci

2023-11-05 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Nov 5 18:17:41 UTC 2023 Modified Files: src/sys/dev/pci: if_ena.c if_enavar.h Log Message: ena(4): support RSS and delete FreeBSD-specified code Code contributed by KUSABA Takeshi To generate a diff of this commit: cvs

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

2023-11-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Nov 2 09:29:30 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): Notify which of 64- or 32-bit DMA is used To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/igc/if_igc.c Ple

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

2023-11-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Nov 2 09:29:30 UTC 2023 Modified Files: src/sys/dev/pci/igc: if_igc.c Log Message: igc(4): Notify which of 64- or 32-bit DMA is used To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/igc/if_igc.c Ple

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

2023-11-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 2 05:07:57 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.104 -r1.105 src/sys/dev/pci/i

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

2023-11-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 2 05:07:57 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.104 -r1.105 src/sys/dev/pci/i

CVS commit: src/sys/dev/pci

2023-10-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 31 13:57:08 UTC 2023 Modified Files: src/sys/dev/pci: if_eqos_pci.c Log Message: eqos_pci: Limit to 32bit DMA only for PSE devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_eqos_pci

CVS commit: src/sys/dev/pci

2023-10-31 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Oct 31 13:57:08 UTC 2023 Modified Files: src/sys/dev/pci: if_eqos_pci.c Log Message: eqos_pci: Limit to 32bit DMA only for PSE devices. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_eqos_pci

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

2023-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 30 02:46:28 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixgbe: Fix comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/sys/dev/pci/ixgbe/ixgbe.c P

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

2023-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Oct 30 02:46:28 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixgbe: Fix comment. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.344 -r1.345 src/sys/dev/pci/ixgbe/ixgbe.c P

CVS commit: src/sys/dev/pci

2023-10-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 03:43:10 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: pcidevs: regen. To generate a diff of this commit: cvs rdiff -u -r1.1478 -r1.1479 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.14

CVS commit: src/sys/dev/pci

2023-10-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 03:43:10 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: pcidevs: regen. To generate a diff of this commit: cvs rdiff -u -r1.1478 -r1.1479 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.14

CVS commit: src/sys/dev/pci

2023-10-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 03:42:41 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: pcidevs: Add Mellanox ConnectX-6 Lx. To generate a diff of this commit: cvs rdiff -u -r1.1497 -r1.1498 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2023-10-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 03:42:41 UTC 2023 Modified Files: src/sys/dev/pci: pcidevs Log Message: pcidevs: Add Mellanox ConnectX-6 Lx. To generate a diff of this commit: cvs rdiff -u -r1.1497 -r1.1498 src/sys/dev/pci/pcidevs Please note that

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

CVS commit: src/sys/dev/pci

2023-10-24 Thread Brian Buhrow
Module Name:src Committed By: buhrow Date: Wed Oct 25 00:21:49 UTC 2023 Modified Files: src/sys/dev/pci: mpii.c Log Message: Fixes for PR kern/57133: I can now explain why this assert is firing and have a fix for it. It is a regression introduced in R1.22 of mpii.c.

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

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

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/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/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:

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