Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add missing WM_TX_{,INTR_}PROCESS_LIMIT_DEFAULT ...



details:   https://anonhg.NetBSD.org/src/rev/df9a277adc5b
branches:  trunk
changeset: 1027721:df9a277adc5b
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Dec 17 08:27:06 2021 +0000

description:
Add missing WM_TX_{,INTR_}PROCESS_LIMIT_DEFAULT options same as RX side.

diffstat:

 sys/dev/pci/files.pci |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9550105fa1f5 -r df9a277adc5b sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Fri Dec 17 08:17:40 2021 +0000
+++ b/sys/dev/pci/files.pci     Fri Dec 17 08:27:06 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.439 2021/11/12 06:51:04 skrll Exp $
+#      $NetBSD: files.pci,v 1.440 2021/12/17 08:27:06 knakahara Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -677,6 +677,8 @@
 defflag        opt_if_wm.h     WM_EVENT_COUNTERS WM_DISABLE_EVENT_COUNTERS
 defparam opt_if_wm.h   WM_RX_PROCESS_LIMIT_DEFAULT
                        WM_RX_INTR_PROCESS_LIMIT_DEFAULT
+                       WM_TX_PROCESS_LIMIT_DEFAULT
+                       WM_TX_INTR_PROCESS_LIMIT_DEFAULT
                        WM_DISABLE_MSI
                        WM_DISABLE_MSIX
 



Home | Main Index | Thread Index | Old Index