CVS commit: src/sys/dev/ic

2024-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Mar 16 18:17:39 UTC 2024 Modified Files: src/sys/dev/ic: lan9118reg.h Log Message: s/Broardcast/Broadcast/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/lan9118reg.h Please note

CVS commit: src/sys/dev/ic

2024-03-16 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat Mar 16 18:17:39 UTC 2024 Modified Files: src/sys/dev/ic: lan9118reg.h Log Message: s/Broardcast/Broadcast/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/lan9118reg.h Please note

CVS commit: src/sys/dev/ic

2024-03-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Mar 14 16:43:00 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Use ether_crc32_be() instead of having a local bitrev32() function to munge ether_crc32_le() output when programming multicast filter. To

CVS commit: src/sys/dev/ic

2024-03-14 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Mar 14 16:43:00 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Use ether_crc32_be() instead of having a local bitrev32() function to munge ether_crc32_le() output when programming multicast filter. To

CVS commit: src/sys/dev/ic

2024-03-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 11 21:10:46 UTC 2024 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Disestablish admin q interrupt while suspended. And re-establish on resume. Fixes nvmectl(8) after a suspend/resume cycle on some

CVS commit: src/sys/dev/ic

2024-03-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Mar 11 21:10:46 UTC 2024 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): Disestablish admin q interrupt while suspended. And re-establish on resume. Fixes nvmectl(8) after a suspend/resume cycle on some

CVS commit: src/sys/dev/ic

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 17:16:26 UTC 2024 Modified Files: src/sys/dev/ic: lsi64854reg.h Log Message: lsi64854reg: fix snprintb formats DDMACSR_BITS and PDMACSR_BITS To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2024-03-10 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Mar 10 17:16:26 UTC 2024 Modified Files: src/sys/dev/ic: lsi64854reg.h Log Message: lsi64854reg: fix snprintb formats DDMACSR_BITS and PDMACSR_BITS To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/dev/ic

2024-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 10 04:49:22 UTC 2024 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): don't write to INTMC register if in intx mode this matches the handling of INTMS, both of which have the same restrictions on access in MSI-X

CVS commit: src/sys/dev/ic

2024-03-09 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 10 04:49:22 UTC 2024 Modified Files: src/sys/dev/ic: nvme.c Log Message: nvme(4): don't write to INTMC register if in intx mode this matches the handling of INTMS, both of which have the same restrictions on access in MSI-X

CVS commit: src/sys/dev/ic

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 02:31:44 UTC 2024 Modified Files: src/sys/dev/ic: mc146818.c mc146818var.h Log Message: Expose mc146818_{get,set}time_ymdhms() and allow a front-end to override these function pointers in the TODR handle, allowing the

CVS commit: src/sys/dev/ic

2024-03-05 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Mar 6 02:31:44 UTC 2024 Modified Files: src/sys/dev/ic: mc146818.c mc146818var.h Log Message: Expose mc146818_{get,set}time_ymdhms() and allow a front-end to override these function pointers in the TODR handle, allowing the

CVS commit: src/sys/dev/ic

2024-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 3 10:09:42 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Reorder the bus_dmamap_sync sync operations BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD to BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE for

CVS commit: src/sys/dev/ic

2024-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 3 10:09:42 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Reorder the bus_dmamap_sync sync operations BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD to BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE for

CVS commit: src/sys/dev/ic

2024-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 3 10:02:11 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: More KNF (whitespace around binary operators) To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/dwc_gmac.c Please

CVS commit: src/sys/dev/ic

2024-03-03 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Mar 3 10:02:11 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: More KNF (whitespace around binary operators) To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/dwc_gmac.c Please

CVS commit: src/sys/dev/ic

2024-02-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Feb 29 22:02:41 UTC 2024 Modified Files: src/sys/dev/ic: mpc106reg.h Log Message: Fix couple typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/mpc106reg.h Please note that diffs

CVS commit: src/sys/dev/ic

2024-02-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Feb 29 22:02:41 UTC 2024 Modified Files: src/sys/dev/ic: mpc106reg.h Log Message: Fix couple typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/mpc106reg.h Please note that diffs

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:33:07 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_var.h Log Message: Use __BIT. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_gmac_var.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:33:07 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_var.h Log Message: Use __BIT. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_gmac_var.h Please note that diffs are not

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:28:56 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Enforce the device 32 bit DMA limitation via bus_dmatag_subregion if bus can address more than 4GB. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:28:56 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Enforce the device 32 bit DMA limitation via bus_dmatag_subregion if bus can address more than 4GB. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:25:38 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: KNF - spaces around binary operators. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/ic/dwc_gmac.c Please note that

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:25:38 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: KNF - spaces around binary operators. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/ic/dwc_gmac.c Please note that

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:21:24 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Remove unused "SHIFT" defines. The "MASK" versions exist. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/ic

2024-02-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Feb 27 08:21:24 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_reg.h Log Message: Remove unused "SHIFT" defines. The "MASK" versions exist. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/dev/ic

2024-02-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 19 14:54:04 UTC 2024 Modified Files: src/sys/dev/ic: ciss.c Log Message: ciss(4): Fix panic when the number of logical drive is zero. Currently, this drives requires at least one logical drive. If there is no any

CVS commit: src/sys/dev/ic

2024-02-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Feb 19 14:54:04 UTC 2024 Modified Files: src/sys/dev/ic: ciss.c Log Message: ciss(4): Fix panic when the number of logical drive is zero. Currently, this drives requires at least one logical drive. If there is no any

CVS commit: src/sys/dev/ic

2024-02-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 13 13:17:51 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: in sti_screen_setup() don't bother looking for fonts if STI_FBMODE is requested To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/ic

2024-02-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 13 13:17:51 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: in sti_screen_setup() don't bother looking for fonts if STI_FBMODE is requested To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/ic

2024-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 11 12:28:20 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix spello in debug output To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2024-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 11 12:28:20 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac.c Log Message: Fix spello in debug output To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/dev/ic/dwc_gmac.c Please note that diffs are

CVS commit: src/sys/dev/ic

2024-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 11 12:25:20 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_var.h Log Message: Fix a comment. arm32 stopped using 8K pages a long time ago. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/ic

2024-02-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Feb 11 12:25:20 UTC 2024 Modified Files: src/sys/dev/ic: dwc_gmac_var.h Log Message: Fix a comment. arm32 stopped using 8K pages a long time ago. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/ic

2024-02-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 10 15:55:00 UTC 2024 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: Fix an error message by removing an extra 'x' To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/dwc_eqos.c Please

CVS commit: src/sys/dev/ic

2024-02-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Feb 10 15:55:00 UTC 2024 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: Fix an error message by removing an extra 'x' To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/dwc_eqos.c Please

CVS commit: src/sys/dev/ic

2024-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 9 16:57:11 UTC 2024 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: Fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/dwc_mmc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2024-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 9 16:57:11 UTC 2024 Modified Files: src/sys/dev/ic: dwc_mmc.c Log Message: Fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/dwc_mmc.c Please note that diffs are not

CVS commit: src/sys/dev/ic

2024-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 9 16:56:23 UTC 2024 Modified Files: src/sys/dev/ic: dw_hdmi.c dwiic.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dw_hdmi.c cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2024-02-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Feb 9 16:56:23 UTC 2024 Modified Files: src/sys/dev/ic: dw_hdmi.c dwiic.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/dw_hdmi.c cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2024-02-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Feb 2 22:43:12 UTC 2024 Modified Files: src/sys/dev/ic: aac_tables.h Log Message: s/maintenace/maintenance/ in command status code description. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2024-02-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Feb 2 22:43:12 UTC 2024 Modified Files: src/sys/dev/ic: aac_tables.h Log Message: s/maintenace/maintenance/ in command status code description. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2024-02-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Feb 2 22:23:54 UTC 2024 Modified Files: src/sys/dev/ic: dp8390var.h Log Message: s/tranceiver/transceiver/ in comment and definition. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ic/dp8390var.h

CVS commit: src/sys/dev/ic

2024-02-02 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Feb 2 22:23:54 UTC 2024 Modified Files: src/sys/dev/ic: dp8390var.h Log Message: s/tranceiver/transceiver/ in comment and definition. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ic/dp8390var.h

CVS commit: src/sys/dev/ic

2024-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 1 06:50:36 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/sti.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-01-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 1 06:50:36 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/sti.c Please note that diffs are not public

CVS commit: src/sys/dev/ic

2024-01-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 1 02:41:56 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: sti.c: fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/sti.c Please note that diffs are

CVS commit: src/sys/dev/ic

2024-01-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu Feb 1 02:41:56 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: sti.c: fix a typo in a comment To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/ic/sti.c Please note that diffs are

CVS commit: src/sys/dev/ic

2024-01-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 31 08:15:00 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: Make this work properly on PCI Visualize EG: - use bus_space_*_stream() for all register accesses in order to avoid byte order conversion on PCI

CVS commit: src/sys/dev/ic

2024-01-31 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 31 08:15:00 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: Make this work properly on PCI Visualize EG: - use bus_space_*_stream() for all register accesses in order to avoid byte order conversion on PCI

CVS commit: src/sys/dev/ic

2023-12-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Dec 31 21:32:43 UTC 2023 Modified Files: src/sys/dev/ic: bwfm.c Log Message: bwfm.c: KNF a comment (spaces->tabs) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/bwfm.c Please note that

CVS commit: src/sys/dev/ic

2023-12-31 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun Dec 31 21:32:43 UTC 2023 Modified Files: src/sys/dev/ic: bwfm.c Log Message: bwfm.c: KNF a comment (spaces->tabs) To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/ic/bwfm.c Please note that

CVS commit: src/sys/dev/ic

2023-12-30 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Dec 31 03:19:22 UTC 2023 Modified Files: src/sys/dev/ic: rtl80x9.c Log Message: ne(4): Write CR0 properly. Writing 0b000 to RD2-0 in CR0 appears harmless, but it is "not allowed" by the RTL8019AS (and several NE2000 derived)

CVS commit: src/sys/dev/ic

2023-12-30 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Dec 31 03:19:22 UTC 2023 Modified Files: src/sys/dev/ic: rtl80x9.c Log Message: ne(4): Write CR0 properly. Writing 0b000 to RD2-0 in CR0 appears harmless, but it is "not allowed" by the RTL8019AS (and several NE2000 derived)

CVS commit: src/sys/dev/ic

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:29:03 UTC 2023 Modified Files: src/sys/dev/ic: dw_hdmi.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/ic

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:29:03 UTC 2023 Modified Files: src/sys/dev/ic: dw_hdmi.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/ic

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:28:15 UTC 2023 Modified Files: src/sys/dev/ic: anx_dp.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 13:28:15 UTC 2023 Modified Files: src/sys/dev/ic: anx_dp.c Log Message: Output is always 16bit, the internal audio data type may differ. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/ic

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 13 15:08:06 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos_reg.h Log Message: eqos(4): Extend bitwidth of SYSBUS_MODE_{RD,WR}_OSR_LMT to 4bits. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 13 15:08:06 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos_reg.h Log Message: eqos(4): Extend bitwidth of SYSBUS_MODE_{RD,WR}_OSR_LMT to 4bits. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 13 15:07:19 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_reg.h Log Message: eqos(4): Set bit 31 when writing MAC_ADDRESS0_HIGH register. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/ic

2023-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 13 15:07:19 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_reg.h Log Message: eqos(4): Set bit 31 when writing MAC_ADDRESS0_HIGH register. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:50:14 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix multicast filter updates. 1. Don't touch the obsolete IFF_ALLMULTI. 2. Set ETHER_F_ALLMULTI if we're accepting all multicast

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:50:14 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix multicast filter updates. 1. Don't touch the obsolete IFF_ALLMULTI. 2. Set ETHER_F_ALLMULTI if we're accepting all multicast

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:50:02 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Fix locking around multicast filter updates. - Can't touch if_flags without IFNET_LOCK. - Can't take IFNET_LOCK in

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:50:02 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Fix locking around multicast filter updates. - Can't touch if_flags without IFNET_LOCK. - Can't take IFNET_LOCK in

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:49:49 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Don't touch if_flags in tx path. Can't touch this without IFNET_LOCK. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:49:49 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Don't touch if_flags in tx path. Can't touch this without IFNET_LOCK. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:49:37 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Wait for callout to halt and make sure it stays halted. To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/dev/ic

2023-11-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 2 13:49:37 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c dwc_eqos_var.h Log Message: eqos(4): Wait for callout to halt and make sure it stays halted. To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/dev/ic

2023-11-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 2 02:32:41 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/dwc_eqos.c Please note that diffs

CVS commit: src/sys/dev/ic

2023-11-01 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Nov 2 02:32:41 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/ic/dwc_eqos.c Please note that diffs

CVS commit: src/sys/dev/ic

2023-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Oct 29 14:55:16 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Set flow control correctly. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/ic

2023-10-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Oct 29 14:55:16 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Set flow control correctly. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/ic/dwc_eqos.c Please note

CVS commit: src/sys/dev/ic

2023-10-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 13:00:13 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Use EQOS_TXLOCK() more to be stable. Fix a bug that sc_tx.{cur,next,queued} become inconsitent. Use txlock when accessing TX data.

CVS commit: src/sys/dev/ic

2023-10-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 26 13:00:13 UTC 2023 Modified Files: src/sys/dev/ic: dwc_eqos.c Log Message: eqos(4): Use EQOS_TXLOCK() more to be stable. Fix a bug that sc_tx.{cur,next,queued} become inconsitent. Use txlock when accessing TX data.

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

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

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

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

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

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

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

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

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

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

CVS commit: src/sys/dev/ic

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:54:41 UTC 2023 Modified Files: src/sys/dev/ic: tulip.c Log Message: mask a value with the array size mask to avoid a GCC 12 warning. i'm fairly sure this can't actually happen, but it likely avoids any potential bug

CVS commit: src/sys/dev/ic

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Sep 4 21:54:41 UTC 2023 Modified Files: src/sys/dev/ic: tulip.c Log Message: mask a value with the array size mask to avoid a GCC 12 warning. i'm fairly sure this can't actually happen, but it likely avoids any potential bug

CVS commit: src/sys/dev/ic

2023-08-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Aug 8 17:31:13 UTC 2023 Modified Files: src/sys/dev/ic: hd44780_subr.c hd44780var.h Log Message: Avoid adding another member to the softc and use sc_flags instead. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/dev/ic

2023-08-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Aug 8 17:31:13 UTC 2023 Modified Files: src/sys/dev/ic: hd44780_subr.c hd44780var.h Log Message: Avoid adding another member to the softc and use sc_flags instead. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/dev/ic

2023-08-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Aug 8 16:32:39 UTC 2023 Modified Files: src/sys/dev/ic: hd44780_subr.c hd44780var.h Log Message: Add a flag for output only devices and attachments. It is necessary to skip the test for the device as output only attached

CVS commit: src/sys/dev/ic

2023-08-08 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Tue Aug 8 16:32:39 UTC 2023 Modified Files: src/sys/dev/ic: hd44780_subr.c hd44780var.h Log Message: Add a flag for output only devices and attachments. It is necessary to skip the test for the device as output only attached

  1   2   3   4   5   6   >