forcedeth: Kill NAPI config options.
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 May 2010 06:33:05 +0000 (23:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 May 2010 06:33:05 +0000 (23:33 -0700)
commit0a12761bcd5646691c5d16dd93df84d1b8849285
tree9e23f12299b0d85d425b81250089ebcd9431f865
parent53f224cc5f8f650f8e8d86abbe990c93f12834c8
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 <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/forcedeth.c