diff options
author | Komuro <komurojun@nifty.com> | 2007-08-12 20:45:41 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:42 -0400 |
commit | df950828b0ee51ff63c49c67d561bfd3d6096788 (patch) | |
tree | 0e74e4c664c4e6da6cdcdd7486259ff5aae33cfd /drivers/net/dl2k.h | |
parent | b6aec32a7774a398c4a194ad6b6392528b5a7a5b (diff) |
dl2k: add Sundance/Tamarack TC902x Gigabit Ethernet Adapter support
Actually, D-Link modified the VendorID/ProductID of the TC902x.
The TC902x is the original chipset.
Signed-off-by: Komuro <komurojun-mbn@nifty.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/dl2k.h')
-rw-r--r-- | drivers/net/dl2k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dl2k.h b/drivers/net/dl2k.h index e443065a452e..5b801775f42d 100644 --- a/drivers/net/dl2k.h +++ b/drivers/net/dl2k.h | |||
@@ -692,6 +692,7 @@ struct netdev_private { | |||
692 | 692 | ||
693 | static const struct pci_device_id rio_pci_tbl[] = { | 693 | static const struct pci_device_id rio_pci_tbl[] = { |
694 | {0x1186, 0x4000, PCI_ANY_ID, PCI_ANY_ID, }, | 694 | {0x1186, 0x4000, PCI_ANY_ID, PCI_ANY_ID, }, |
695 | {0x13f0, 0x1021, PCI_ANY_ID, PCI_ANY_ID, }, | ||
695 | { } | 696 | { } |
696 | }; | 697 | }; |
697 | MODULE_DEVICE_TABLE (pci, rio_pci_tbl); | 698 | MODULE_DEVICE_TABLE (pci, rio_pci_tbl); |