From 83e28f37c7b89b3502e97e719fc6ff3bcec6594f Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 22 Mar 2011 15:53:23 -0700 Subject: 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 --- etc/modprobe.d/no-copybreak.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3