diff options
author | Krzysztof Halasa <khc@pm.waw.pl> | 2006-03-30 19:01:53 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-01 23:32:52 +0400 |
commit | 58a7ce64426394a46e80cdc9440cc1e7c195e85d (patch) | |
tree | a33f3a552c22deb4a47976eb67d1a557d7fed29e /include/linux/pci_ids.h | |
parent | b0348b90a4a8149e5a0df312ab7810793ba7b3a4 (diff) | |
download | linux-58a7ce64426394a46e80cdc9440cc1e7c195e85d.tar.xz |
[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 @@ #define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x1151 #define PCI_DEVICE_ID_PLX_R753 0x1152 #define PCI_DEVICE_ID_PLX_OLITEC 0x1187 +#define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 #define PCI_DEVICE_ID_PLX_9050 0x9050 #define PCI_DEVICE_ID_PLX_9080 0x9080 #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 |