diff options
author | Thomas Hoehn <thomas.hoehn@avocent.com> | 2007-02-10 04:46:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-11 13:51:33 -0500 |
commit | 482120084d843d4cbb7ff3eb84510a1471130ce0 (patch) | |
tree | 22943ce8e09319530a1acf84a397a7b1f6dbea6f /include/linux/pci_ids.h | |
parent | a21217daae8ce6e841e33d4a2bb24026723cb21d (diff) |
[PATCH] Perle multimodem card (PCI-RAS) detection
Get the Perle quad-modem PCI card (PCI-RAS4) detected by serial driver. It
may also get the PCI-RAS8 running, but can't guarantee as I didn't had one for
testing.
Signed-off-by: Thomas Hoehn <thomas.hoehn@avocent.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e5e5b9ffcfb5..d655378f1c63 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -959,6 +959,7 @@ | |||
959 | #define PCI_DEVICE_ID_PLX_R753 0x1152 | 959 | #define PCI_DEVICE_ID_PLX_R753 0x1152 |
960 | #define PCI_DEVICE_ID_PLX_OLITEC 0x1187 | 960 | #define PCI_DEVICE_ID_PLX_OLITEC 0x1187 |
961 | #define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 | 961 | #define PCI_DEVICE_ID_PLX_PCI200SYN 0x3196 |
962 | #define PCI_DEVICE_ID_PLX_9030 0x9030 | ||
962 | #define PCI_DEVICE_ID_PLX_9050 0x9050 | 963 | #define PCI_DEVICE_ID_PLX_9050 0x9050 |
963 | #define PCI_DEVICE_ID_PLX_9080 0x9080 | 964 | #define PCI_DEVICE_ID_PLX_9080 0x9080 |
964 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 | 965 | #define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa001 |
@@ -1994,6 +1995,10 @@ | |||
1994 | 1995 | ||
1995 | #define PCI_VENDOR_ID_CHELSIO 0x1425 | 1996 | #define PCI_VENDOR_ID_CHELSIO 0x1425 |
1996 | 1997 | ||
1998 | #define PCI_SUBVENDOR_ID_PERLE 0x155f | ||
1999 | #define PCI_SUBDEVICE_ID_PCI_RAS4 0xf001 | ||
2000 | #define PCI_SUBDEVICE_ID_PCI_RAS8 0xf010 | ||
2001 | |||
1997 | 2002 | ||
1998 | #define PCI_VENDOR_ID_SYBA 0x1592 | 2003 | #define PCI_VENDOR_ID_SYBA 0x1592 |
1999 | #define PCI_DEVICE_ID_SYBA_2P_EPP 0x0782 | 2004 | #define PCI_DEVICE_ID_SYBA_2P_EPP 0x0782 |