Skip to content

Commit

Permalink
[PATCH] e1000: revert 'e1000: Remove 0x1000 as supported device'
Browse files Browse the repository at this point in the history
The commit 'e1000: Remove 0x1000 as supported device' (Jeff Kirsher,
673a052) Removes PIC device ID 8086:1000
from the list of supported devices. A fix was submitted for the original
issue (commit 6a95169).

This commit reverts commit 673a052 and
re-enables 82542rev3 chips completely.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Auke-Jan H Kok authored and Jeff Garzik committed Sep 13, 2006
1 parent 2a69bf4 commit d3148ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
* {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
*/
static struct pci_device_id e1000_pci_tbl[] = {
INTEL_E1000_ETHERNET_DEVICE(0x1000),
INTEL_E1000_ETHERNET_DEVICE(0x1001),
INTEL_E1000_ETHERNET_DEVICE(0x1004),
INTEL_E1000_ETHERNET_DEVICE(0x1008),
Expand Down

0 comments on commit d3148ce

Please sign in to comment.