Make FORCEDETH_NAPI depend on BROKEN.

svn path=/dists/trunk/linux-2.6/; revision=8324
This commit is contained in:
Frederik Schüler 2007-02-25 16:22:30 +00:00
parent 1514804b68
commit 032d2546b0
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -ruN a/drivers/net/Kconfig b/drivers/net/Kconfig
--- a/drivers/net/Kconfig 2007-02-04 19:44:54.000000000 +0100
+++ b/drivers/net/Kconfig 2007-02-25 01:47:11.000000000 +0100
@@ -1438,7 +1438,7 @@
config FORCEDETH_NAPI
bool "Use Rx and Tx Polling (NAPI) (EXPERIMENTAL)"
- depends on FORCEDETH && EXPERIMENTAL
+ depends on FORCEDETH && EXPERIMENTAL && BROKEN
help
NAPI is a new driver API designed to reduce CPU and interrupt load
when the driver is receiving lots of packets from the card. It is

View File

@ -34,3 +34,4 @@
+ bugfix/alpha/asm-subarchs.patch
+ bugfix/powerpc/drivers_macintosh-broken.patch
+ bugfix/sparc/drivers_net-broken.patch
+ bugfix/forcedeth-napi-broken.patch