diff options
| author | Scott Kilau <[email protected]> | 2008-05-01 04:35:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-05-01 08:04:01 -0700 |
| commit | 99da9047e675a4a8d671bbd67b34eb096c308b0d (patch) | |
| tree | bb02302295a444ff95c8c592431c9a7eff307c1a /include/linux | |
| parent | 6f441fe99814f64315b8c11890744230b990c460 (diff) | |
jsm: add new supported board to jsm serial driver
Add new PCI Express Neo/JSM board to the supported list of drivers in
the JSM driver.
Signed-off-by: Scott Kilau <[email protected]>
Acked-by: Ananda V <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -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 e5a53daf17f1..cf6dbd759395 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1429,6 +1429,7 @@ #define PCI_DEVICE_ID_NEO_2DB9PRI 0x00C9 #define PCI_DEVICE_ID_NEO_2RJ45 0x00CA #define PCI_DEVICE_ID_NEO_2RJ45PRI 0x00CB +#define PCIE_DEVICE_ID_NEO_4_IBM 0x00F4 #define PCI_VENDOR_ID_XIRCOM 0x115d #define PCI_DEVICE_ID_XIRCOM_RBM56G 0x0101 |