From: David S. Miller Date: Tue, 4 May 2010 06:33:05 +0000 (-0700) Subject: forcedeth: Kill NAPI config options. X-Git-Tag: v2.6.35-rc1~473^2~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a12761bcd5646691c5d16dd93df84d1b8849285;p=pandora-kernel.git forcedeth: Kill NAPI config options. All distributions enable it, therefore no significant body of users are even testing the driver with it disabled. And making NAPI configurable is heavily discouraged anyways. I left the MSI-X interrupt enabling thing in an "#if 0" block so hopefully someone can debug that and it can get re-enabled. Probably it was just one of the NVIDIA chipset MSI erratas that we work handle these days in the PCI quirks (see drivers/pci/quirks.c and stuff like nvenet_msi_disable()). Signed-off-by: David S. Miller --- Reading git-diff-tree failed