summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2011-03-22 15:53:23 -0700
committerStephen Hemminger <shemminger@vyatta.com>2011-03-22 15:53:23 -0700
commit83e28f37c7b89b3502e97e719fc6ff3bcec6594f (patch)
tree3d8811c1275ef565c6e2b51834a6faff72883c31
parent9602f30c34f9cc151bea43dc9a52016f57124cbc (diff)
downloadvyatta-cfg-system-83e28f37c7b89b3502e97e719fc6ff3bcec6594f.tar.gz
vyatta-cfg-system-83e28f37c7b89b3502e97e719fc6ff3bcec6594f.zip
Update copybreak module param list
Update list of network drivers copybreak parameters to match current kernel version. This is harmless with out of date kernels. Fixes warning about unknown module parameter with r8169
-rw-r--r--etc/modprobe.d/no-copybreak.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/modprobe.d/no-copybreak.conf b/etc/modprobe.d/no-copybreak.conf
index 967be532..822fcf30 100644
--- a/etc/modprobe.d/no-copybreak.conf
+++ b/etc/modprobe.d/no-copybreak.conf
@@ -40,6 +40,7 @@
options 3c515 rx_copybreak=0
options 3c59x rx_copybreak=0
+options bcm63xx copybreak=0
options cxgb copybreak=0
options e1000 copybreak=0
options e1000e copybreak=0
@@ -48,8 +49,8 @@ options fealnx rx_copybreak=0
options hamachi rx_copybreak=0
options ixgb copybreak=0
options natsemi rx_copybreak=0
+options pch_gbe copybreak=0
options pcnet32 rx_copybreak=0
-options r8169 rx_copybreak=0
options sis190 rx_copybreak=0
options sky2 copybreak=0
options starfire rx_copybreak=0