kernel-ark/drivers/net/e1000e
Auke Kok 040babf9d8 e1000/e1000e: Move PCI-Express device IDs over to e1000e
e1000e will from now on support the PCI-Express adapters that
previously were supported by e1000. This support means better
performance and easier debugging from now on for both the old
PCI-X/PCI hardware and PCI-Express adapters.

This patch also moves 3 recently merged device IDs over to e1000e
that are identical to quad-port versions of already existing
dual port versions. With this last bit every former e1000 pci-e
device should work now with e1000e.

Here is a brief list of which gigabit driver to use with which
adapter:

  e1000:
	82540 -> 82547

  e1000e:
	82571 -> 82573
	ich8, ich9       (82562 or 82566)
	es2lan           (80003eslan)

  igb: (not yet merged, only available from e1000.sf.net)
	82575

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2008-01-28 15:03:43 -08:00
..
82571.c e1000/e1000e: Move PCI-Express device IDs over to e1000e 2008-01-28 15:03:43 -08:00
defines.h e1000e: alternate MAC address support 2008-01-28 15:03:42 -08:00
e1000.h e1000e: Disable L1 ASPM power savings for 82573 mobile variants 2008-01-28 15:03:43 -08:00
es2lan.c
ethtool.c netdev: ARRAY_SIZE() cleanups 2008-01-28 15:03:37 -08:00
hw.h e1000/e1000e: Move PCI-Express device IDs over to e1000e 2008-01-28 15:03:43 -08:00
ich8lan.c
lib.c e1000e: alternate MAC address support 2008-01-28 15:03:42 -08:00
Makefile
netdev.c e1000/e1000e: Move PCI-Express device IDs over to e1000e 2008-01-28 15:03:43 -08:00
param.c e1000e: Disable L1 ASPM power savings for 82573 mobile variants 2008-01-28 15:03:43 -08:00
phy.c netdev: ARRAY_SIZE() cleanups 2008-01-28 15:03:37 -08:00