diff options
author | Krzysztof Halasa <khc@pm.waw.pl> | 2006-03-30 10:01:53 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-01 14:32:52 -0500 |
commit | 58a7ce64426394a46e80cdc9440cc1e7c195e85d (patch) | |
tree | a33f3a552c22deb4a47976eb67d1a557d7fed29e /include/linux/pci_ids.h | |
parent | b0348b90a4a8149e5a0df312ab7810793ba7b3a4 (diff) |
[PATCH] Goramo PCI200SYN WAN driver subsystem ID patch
Goramo finally got PCI subsystem ID for their PCI200SYN card. The
attached patch adds support for it - cards with old EEPROM data
will emit a warning with URL for update tool.
Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 870fe38378b1..6a1ef8b635c5 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -930,6 +930,7 @@ | |||
930 | #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 | 930 | #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 |
931 | #define PCI_DEVICE_ID_PLX_R753 0x1152 | 931 | #define PCI_DEVICE_ID_PLX_R753 0x1152 |
932 | #define PCI_DEVICE_ID_PLX_OLITEC 0x1187 | 932 | #define PCI_DEVICE_ID_PLX_OLITEC 0x1187 |
933 | #define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 | ||
933 | #define PCI_DEVICE_ID_PLX_9050 0x9050 | 934 | #define PCI_DEVICE_ID_PLX_9050 0x9050 |
934 | #define PCI_DEVICE_ID_PLX_9080 0x9080 | 935 | #define PCI_DEVICE_ID_PLX_9080 0x9080 |
935 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 | 936 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 |