[netdrvr] Remove long-unused bits from Becker template drivers
authorJeff Garzik <jeff@garzik.org>
Tue, 27 Jun 2006 03:47:50 +0000 (23:47 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 27 Jun 2006 03:47:50 +0000 (23:47 -0400)
commit1f1bd5fc326a46d8c49132260f661b7cc954846f
treeb564551c3f47ebdff46a348e7ca80bf02b79df4a
parenta2b524b2ec6caa0499aea56a58fdb67a6d10db90
[netdrvr] Remove long-unused bits from Becker template drivers

Symbols such as PCI_USES_IO, PCI_ADDR0, etc. originated from Donald
Becker's net driver template, but have been long unused.  Remove.

In a few drivers, this allows the further eliminate of the pci_flags (or
just plain flags) member in the template driver probe structure.

Most of this logic is simply open-coded in most drivers, since it never
changes.

Made a few other cleanups while I was in there, too:
* constify, __devinitdata several PCI ID tables
* replace table terminating entries such as "{0,}," and "{NULL},"
  with a more-clean "{ }".

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/3c59x.c
drivers/net/dl2k.h
drivers/net/eepro100.c
drivers/net/epic100.c
drivers/net/fealnx.c
drivers/net/pcnet32.c
drivers/net/tulip/winbond-840.c
drivers/net/yellowfin.c