From 032d2546b0330da3415e203a92bce733185607b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Sch=C3=BCler?= Date: Sun, 25 Feb 2007 16:22:30 +0000 Subject: [PATCH] Make FORCEDETH_NAPI depend on BROKEN. svn path=/dists/trunk/linux-2.6/; revision=8324 --- debian/patches/bugfix/forcedeth-napi-broken.patch | 12 ++++++++++++ debian/patches/series/1~experimental.1 | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/bugfix/forcedeth-napi-broken.patch diff --git a/debian/patches/bugfix/forcedeth-napi-broken.patch b/debian/patches/bugfix/forcedeth-napi-broken.patch new file mode 100644 index 000000000..3039d103f --- /dev/null +++ b/debian/patches/bugfix/forcedeth-napi-broken.patch @@ -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 diff --git a/debian/patches/series/1~experimental.1 b/debian/patches/series/1~experimental.1 index bd9b2ed21..81988ff9b 100644 --- a/debian/patches/series/1~experimental.1 +++ b/debian/patches/series/1~experimental.1 @@ -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