Author: fs
Date: Sun Feb 25 17:22:30 2007
New Revision: 8324

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/forcedeth-napi-broken.patch
Modified:
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
Log:
Make FORCEDETH_NAPI depend on BROKEN.


Added: dists/trunk/linux-2.6/debian/patches/bugfix/forcedeth-napi-broken.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/forcedeth-napi-broken.patch     
Sun Feb 25 17:22:30 2007
@@ -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

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1        
(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1        Sun Feb 
25 17:22:30 2007
@@ -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

_______________________________________________
Kernel-svn-changes mailing list
Kernel-svn-changes@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to