projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b39374
)
[netdrvr tulip] new PCI ID
author
Jeff Garzik
<jgarzik@pobox.com>
Wed, 31 Aug 2005 09:48:59 +0000
(
05:48
-0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Wed, 31 Aug 2005 09:48:59 +0000
(
05:48
-0400)
Noted in BZ# 2960.
drivers/net/tulip/tulip_core.c
patch
|
blob
|
history
diff --git
a/drivers/net/tulip/tulip_core.c
b/drivers/net/tulip/tulip_core.c
index 05da5bea564c9481846b9109aac24712b6f3ed3c..6266a9a7e6e3a36430b33039af682f3dbdd15607 100644
(file)
--- a/
drivers/net/tulip/tulip_core.c
+++ b/
drivers/net/tulip/tulip_core.c
@@
-238,6
+238,7
@@
static struct pci_device_id tulip_pci_tbl[] = {
{ 0x17B3, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ 0x10b7, 0x9300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* 3Com 3CSOHO100B-TX */
{ 0x14ea, 0xab08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET }, /* Planex FNW-3602-TX */
+ { 0x1414, 0x0002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
{ } /* terminate list */
};
MODULE_DEVICE_TABLE(pci, tulip_pci_tbl);