diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-08-27 09:05:48 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-08-27 09:05:48 -0700 |
commit | 694826938f19a97640a7b87a73e5e06eb572e63c (patch) | |
tree | 454015e2110e2d38353185f5d78c41c139e7a8a2 | |
parent | 92f2314585e789288656da5830fed0b25ab843f2 (diff) | |
download | vyatta-cfg-694826938f19a97640a7b87a73e5e06eb572e63c.tar.gz vyatta-cfg-694826938f19a97640a7b87a73e5e06eb572e63c.zip |
add no copybreak for more drivers
-rw-r--r-- | etc/modprobe.d/vyatta_nocopybreak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/modprobe.d/vyatta_nocopybreak b/etc/modprobe.d/vyatta_nocopybreak index deb962f..0ac3052 100644 --- a/etc/modprobe.d/vyatta_nocopybreak +++ b/etc/modprobe.d/vyatta_nocopybreak @@ -40,6 +40,9 @@ options e1000 copybreak=0 options e1000e copybreak=0 +options sky2 copybreak=0 +options via-rhine rx_copybreak=0 +options via-velocity rx_copybreak=0 |