diff options
| author | Jan Zuchhold <jan@zuchhold.com> | 2003-07-24 20:31:52 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-07-24 20:31:52 -0700 |
| commit | bca415fe90426dde045f8031775d0e050a324c53 (patch) | |
| tree | f5f0c231320d88ab883619d3fe2053f863b8d293 /drivers | |
| parent | db6ef7de9498c51965171540dfa3de43303b8fdf (diff) | |
[TG3]: Recognize Altima AC1001 device IDs.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/tg3.c | 2 | ||||
| -rw-r--r-- | drivers/pci/pci.ids | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 0ba668a78784..c57a51839e9e 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -148,6 +148,8 @@ static struct pci_device_id tg3_pci_tbl[] __devinitdata = { PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC1000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, + { PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC1001, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_ALTIMA, PCI_DEVICE_ID_ALTIMA_AC9100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { 0, } diff --git a/drivers/pci/pci.ids b/drivers/pci/pci.ids index 0b227fe0059f..a352aa961c09 100644 --- a/drivers/pci/pci.ids +++ b/drivers/pci/pci.ids @@ -5831,6 +5831,7 @@ 1737 Linksys 173b Altima (nee Broadcom) 03e8 AC1000 Gigabit Ethernet + 03e9 AC1001 Gigabit Ethernet 03ea AC9100 Gigabit Ethernet 1743 Peppercon AG 8139 ROL/F-100 Fast Ethernet Adapter with ROL |
