CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:49:18 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code correctly if phy.acquire() failed. This is not a real bug because the return value is not used. To generate a diff of this

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:49:18 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code correctly if phy.acquire() failed. This is not a real bug because the return value is not used. To generate a diff of this

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:44:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code to the upper layer instead of -1. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.753 -r1.754

CVS commit: src/sys/dev/pci

2022-08-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 07:44:40 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass an error code to the upper layer instead of -1. Advised by knakahara. To generate a diff of this commit: cvs rdiff -u -r1.753 -r1.754

CVS commit: src/sys/dev/pci

2022-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 05:45:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Modify debug messages so that we can determine where it happened. To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753

CVS commit: src/sys/dev/pci

2022-08-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 8 05:45:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Modify debug messages so that we can determine where it happened. To generate a diff of this commit: cvs rdiff -u -r1.752 -r1.753

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:37:48 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Provide and use (when appropriate) a bge_free_jumbo_mem. To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:37:48 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c if_bgevar.h Log Message: Provide and use (when appropriate) a bge_free_jumbo_mem. To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:26:19 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Misc tidyup. NFC. To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/sys/dev/pci/if_bge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:26:19 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Misc tidyup. NFC. To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/sys/dev/pci/if_bge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:24:24 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Unwrap a long line and remove unecessary brackets. NFC. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/sys/dev/pci/if_bge.c

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:24:24 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Unwrap a long line and remove unecessary brackets. NFC. To generate a diff of this commit: cvs rdiff -u -r1.370 -r1.371 src/sys/dev/pci/if_bge.c

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:19:39 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix the KNF. oops. To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/dev/pci/if_bge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:19:39 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix the KNF. oops. To generate a diff of this commit: cvs rdiff -u -r1.369 -r1.370 src/sys/dev/pci/if_bge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:12:47 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 08:12:47 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 07:48:19 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 src/sys/dev/pci/if_bge.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci

2022-08-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Aug 7 07:48:19 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.367 -r1.368 src/sys/dev/pci/if_bge.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 15:38:42 UTC 2022 Modified Files: src/sys/dev/pci: if_sip.c Log Message: sip(4): Tidy up DMA syncs. - No membar_producer in sip_init_rxdesc -- use bus_dmamap_sync with BUS_DMASYNC_PREWRITE to order updates to the

CVS commit: src/sys/dev/pci

2022-08-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Aug 6 15:38:42 UTC 2022 Modified Files: src/sys/dev/pci: if_sip.c Log Message: sip(4): Tidy up DMA syncs. - No membar_producer in sip_init_rxdesc -- use bus_dmamap_sync with BUS_DMASYNC_PREWRITE to order updates to the

CVS commit: src/sys/dev/pci

2022-08-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 5 05:50:54 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sprinkle const on splfoo call results. To generate a diff of this commit: cvs rdiff -u -r1.751 -r1.752 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-08-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 5 05:50:54 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Sprinkle const on splfoo call results. To generate a diff of this commit: cvs rdiff -u -r1.751 -r1.752 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-08-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 4 21:11:52 UTC 2022 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: s/bufferred/buffered/ in memory description.L: To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/if_bnx.c Please

CVS commit: src/sys/dev/pci

2022-08-04 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Thu Aug 4 21:11:52 UTC 2022 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: s/bufferred/buffered/ in memory description.L: To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/if_bnx.c Please

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

2022-08-03 Thread Nick Hudson
On 03/08/2022 07:26, Kengo NAKAHARA wrote: Hi, On 2022/08/03 14:23, Nick Hudson wrote: Module Name:    src Committed By:    skrll Date:    Wed Aug  3 05:23:30 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some KASSERTs around the locking protocol. Discussed

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

2022-08-03 Thread Kengo NAKAHARA
Hi, On 2022/08/03 14:23, Nick Hudson wrote: Module Name:src Committed By: skrll Date: Wed Aug 3 05:23:30 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some KASSERTs around the locking protocol. Discussed with msaitoh@, knakahara@ and riastradh@

CVS commit: src/sys/dev/pci

2022-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 3 05:29:04 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add a KASSERT for the locking protocol in wm_ioctl. Read the interface up/down status from sc_if_flags (under WM_CORE_LOCK) when deciding if the

CVS commit: src/sys/dev/pci

2022-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 3 05:29:04 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add a KASSERT for the locking protocol in wm_ioctl. Read the interface up/down status from sc_if_flags (under WM_CORE_LOCK) when deciding if the

CVS commit: src/sys/dev/pci

2022-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 3 05:23:30 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some KASSERTs around the locking protocol. Discussed with msaitoh@, knakahara@ and riastradh@ To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2022-08-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Aug 3 05:23:30 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Add some KASSERTs around the locking protocol. Discussed with msaitoh@, knakahara@ and riastradh@ To generate a diff of this commit: cvs rdiff

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

2022-07-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Jul 29 20:55:41 UTC 2022 Modified Files: src/sys/dev/pci/cxgb: cxgb_common.h Log Message: s/collissions/collisions/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/cxgb/cxgb_common.h Please note

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

2022-07-29 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Jul 29 20:55:41 UTC 2022 Modified Files: src/sys/dev/pci/cxgb: cxgb_common.h Log Message: s/collissions/collisions/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/cxgb/cxgb_common.h Please note

CVS commit: src/sys/dev/pci

2022-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 29 15:30:42 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Improve a couple of comments To generate a diff of this commit: cvs rdiff -u -r1.748 -r1.749 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 29 15:30:42 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Improve a couple of comments To generate a diff of this commit: cvs rdiff -u -r1.748 -r1.749 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 29 15:29:07 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.747 -r1.748 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 29 15:29:07 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.747 -r1.748 src/sys/dev/pci/if_wm.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 28 09:22:25 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF the KNF To generate a diff of this commit: cvs rdiff -u -r1.746 -r1.747 src/sys/dev/pci/if_wm.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-07-28 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 28 09:22:25 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF the KNF To generate a diff of this commit: cvs rdiff -u -r1.746 -r1.747 src/sys/dev/pci/if_wm.c Please note that diffs are not public

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

2022-07-27 Thread Masanobu SAITOH
Hi. On 2022/07/22 23:22, Hisashi T Fujinaka wrote: > On Fri, 22 Jul 2022, SAITOH Masanobu wrote: > >> Module Name:    src >> Committed By:    msaitoh >> Date:    Fri Jul 22 05:23:50 UTC 2022 >> >> Modified Files: >> src/sys/dev/pci: if_wm.c if_wmreg.h >> >> Log Message: >> Add more

CVS commit: src/sys/dev/pci

2022-07-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 26 14:53:12 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-07-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 26 14:53:12 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.366 -r1.367 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-07-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 25 08:29:14 UTC 2022 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: Some more BITS(3) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_bgevar.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 25 08:29:14 UTC 2022 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: Some more BITS(3) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/if_bgevar.h Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 25 08:19:50 UTC 2022 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed from the FreeBSD driver in 2003. To generate a diff of this

CVS commit: src/sys/dev/pci

2022-07-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 25 08:19:50 UTC 2022 Modified Files: src/sys/dev/pci: if_bgevar.h Log Message: G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed from the FreeBSD driver in 2003. To generate a diff of this

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

2022-07-22 Thread Hisashi T Fujinaka
On Fri, 22 Jul 2022, SAITOH Masanobu wrote: Module Name:src Committed By: msaitoh Date: Fri Jul 22 05:23:50 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add more statistics countes. - Add many statics counters that the chip has.

CVS commit: src/sys/dev/pci

2022-07-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 22 06:31:08 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: malloc -> kmem. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-07-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Jul 22 06:31:08 UTC 2022 Modified Files: src/sys/dev/pci: if_bge.c Log Message: malloc -> kmem. To generate a diff of this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/dev/pci/if_bge.c Please note that diffs are not public

CVS commit: src/sys/dev/pci

2022-07-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 22 05:23:50 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add more statistics countes. - Add many statics counters that the chip has. - Attach event counters only if available. To

CVS commit: src/sys/dev/pci

2022-07-21 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 22 05:23:50 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Add more statistics countes. - Add many statics counters that the chip has. - Attach event counters only if available. To

CVS commit: src/sys/dev/pci

2022-07-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 20 06:43:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Modify comment. Use __BIT() a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

CVS commit: src/sys/dev/pci

2022-07-20 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 20 06:43:37 UTC 2022 Modified Files: src/sys/dev/pci: if_wmreg.h Log Message: Modify comment. Use __BIT() a little. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126

CVS commit: src/sys/dev/pci

2022-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 19 08:22:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier. The bus space is mapped non-prefetchable and non-cacheable, so there is no need for

CVS commit: src/sys/dev/pci

2022-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 19 08:22:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use CSR_WRITE_FLUSH, not bus_space_barrier. The bus space is mapped non-prefetchable and non-cacheable, so there is no need for

CVS commit: src/sys/dev/pci

2022-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 19 08:21:02 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc. The newly written tx descriptor needs to be visible to the device before the

CVS commit: src/sys/dev/pci

2022-07-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 19 08:21:02 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: wm(4): Use bus_dmamap_sync, not bus_space_barrier, for tx desc. The newly written tx descriptor needs to be visible to the device before the

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:50:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.742 -r1.743 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:50:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.742 -r1.743 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:47:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Don't need sys/malloc.h so remove the #include To generate a diff of this commit: cvs rdiff -u -r1.741 -r1.742 src/sys/dev/pci/if_wm.c Please

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:47:34 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Don't need sys/malloc.h so remove the #include To generate a diff of this commit: cvs rdiff -u -r1.741 -r1.742 src/sys/dev/pci/if_wm.c Please

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:46:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Turn a locking botch (shouldn't drop lock on error) into a KASSERT To generate a diff of this commit: cvs rdiff -u -r1.740 -r1.741

CVS commit: src/sys/dev/pci

2022-07-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 19 06:46:29 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Turn a locking botch (shouldn't drop lock on error) into a KASSERT To generate a diff of this commit: cvs rdiff -u -r1.740 -r1.741

CVS commit: src/sys/dev/pci

2022-07-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 17 10:10:45 UTC 2022 Modified Files: src/sys/dev/pci: agp_i810.c Log Message: agp(4): Use bus_space_barrier, not membar_producer. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

CVS commit: src/sys/dev/pci

2022-07-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 17 10:10:45 UTC 2022 Modified Files: src/sys/dev/pci: agp_i810.c Log Message: agp(4): Use bus_space_barrier, not membar_producer. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:23:51 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Enable Aero. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/mfii.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:23:51 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Enable Aero. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/mfii.c Please note that diffs are not public domain;

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:13:03 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: It seems that a logical volume number and the target ID is different on newer systems. It's observed on an Aero. Add sc->sc_ld[X].ld_target_id to

CVS commit: src/sys/dev/pci

2022-07-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 16 07:13:03 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: It seems that a logical volume number and the target ID is different on newer systems. It's observed on an Aero. Add sc->sc_ld[X].ld_target_id to

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:16:23 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.739 -r1.740 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:16:23 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: KNF. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.739 -r1.740 src/sys/dev/pci/if_wm.c Please note that diffs are

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:15:27 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistently use semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.738 -r1.739 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2022-07-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Jul 11 06:15:27 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Consistently use semicolon. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.738 -r1.739 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:56 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use bus_space_write_8() if available. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/mfii.c Please note that

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:56 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Use bus_space_write_8() if available. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/mfii.c Please note that

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:18 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Modify strange bus_space_barrier(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-07-09 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jul 9 11:41:18 UTC 2022 Modified Files: src/sys/dev/pci: mfii.c Log Message: Modify strange bus_space_barrier(). To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/dev/pci/mfii.c Please note that diffs

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 9 01:24:32 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Remove redundant ``devsw_ok = false;'' Thanks mrg@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jul 9 01:24:32 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Remove redundant ``devsw_ok = false;'' Thanks mrg@ To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2022-07-08 Thread Paul Goyette
On Sat, 9 Jul 2022, matthew green wrote: "Paul Goyette" writes: Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate

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

2022-07-08 Thread matthew green
"Paul Goyette" writes: > Module Name: src > Committed By: pgoyette > Date: Fri Jul 8 17:32:19 UTC 2022 > > Modified Files: > src/sys/dev/pci: nvme_pci.c > > Log Message: > devsw_ok needs to survive across invocations of nvme_modcmd() so > allocate it statically. > > Should address

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate it statically. Should address remaining issues with kern/56914

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 17:32:19 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: devsw_ok needs to survive across invocations of nvme_modcmd() so allocate it statically. Should address remaining issues with kern/56914

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 16:10:34 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Initialize cmajor & bmajor so the devsw_attach() has a chance of succeeding. Record the success of devsw_attach(), and do not try later to

CVS commit: src/sys/dev/pci

2022-07-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 8 16:10:34 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Initialize cmajor & bmajor so the devsw_attach() has a chance of succeeding. Record the success of devsw_attach(), and do not try later to

CVS commit: src/sys/dev/pci

2022-07-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 7 23:54:17 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Add errno tto message when fail to attach the devsw To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/pci

2022-07-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 7 23:54:17 UTC 2022 Modified Files: src/sys/dev/pci: nvme_pci.c Log Message: Add errno tto message when fail to attach the devsw To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/sys/dev/pci

2022-07-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 7 06:11:19 UTC 2022 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/if_mcx.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 7 06:11:19 UTC 2022 Modified Files: src/sys/dev/pci: if_mcx.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/if_mcx.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 7 06:11:08 UTC 2022 Modified Files: src/sys/dev/pci: if_rge.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_rge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-07 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Jul 7 06:11:08 UTC 2022 Modified Files: src/sys/dev/pci: if_rge.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/if_rge.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:33:49 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:33:49 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:32:50 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

CVS commit: src/sys/dev/pci

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:32:50 UTC 2022 Modified Files: src/sys/dev/pci: if_vmx.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The MSI-X interrupt function

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

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:31:47 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The legacy

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

2022-07-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 06:31:47 UTC 2022 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Call txeof first, then rxeof for the consistency. There are three functions where the txeof and rxeof are called. The legacy

CVS commit: src/sys/dev/pci

2022-07-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 05:49:47 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix compile error if WM_DEBUG is set. To generate a diff of this commit: cvs rdiff -u -r1.736 -r1.737 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-07-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 6 05:49:47 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix compile error if WM_DEBUG is set. To generate a diff of this commit: cvs rdiff -u -r1.736 -r1.737 src/sys/dev/pci/if_wm.c Please note that

CVS commit: src/sys/dev/pci

2022-07-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 4 15:09:12 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Be less tautological and more explanatory in a comment. To generate a diff of this commit: cvs rdiff -u -r1.735 -r1.736 src/sys/dev/pci/if_wm.c

CVS commit: src/sys/dev/pci

2022-07-04 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jul 4 15:09:12 UTC 2022 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Be less tautological and more explanatory in a comment. To generate a diff of this commit: cvs rdiff -u -r1.735 -r1.736 src/sys/dev/pci/if_wm.c

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