aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorShawn Bohrer <shawn.bohrer@ni.com>2009-04-06 12:32:07 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-06 17:36:27 -0400
commit46a0fac9438764533245928b78d35fbaa5d7adf4 (patch)
tree9b0bf6bde8b581eda40a80e4405644f80ba091bb /include/linux/pci_ids.h
parent97ea33f9e375e4f9b3049ca861e5c91cc626c55f (diff)
8250_pci: add support for National Instruments 843x RS232 devices
This implements basic support for all 843x RS232 devices, but does not add DMA support. This means that sustained data transfers at high baud rates may not be possible on multiple ports simultaneously. Signed-off-by: Shawn Bohrer <shawn.bohrer@ni.com> Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 170f8b1f22db..449e7d9d549f 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -944,6 +944,20 @@
944#define PCI_DEVICE_ID_SUN_TOMATILLO 0xa801 944#define PCI_DEVICE_ID_SUN_TOMATILLO 0xa801
945#define PCI_DEVICE_ID_SUN_CASSINI 0xabba 945#define PCI_DEVICE_ID_SUN_CASSINI 0xabba
946 946
947#define PCI_VENDOR_ID_NI 0x1093
948#define PCI_DEVICE_ID_NI_PXI8430_2322 0x7080
949#define PCI_DEVICE_ID_NI_PCI8430_2322 0x70db
950#define PCI_DEVICE_ID_NI_PXI8430_2324 0x70dd
951#define PCI_DEVICE_ID_NI_PCI8430_2324 0x70df
952#define PCI_DEVICE_ID_NI_PXI8430_2328 0x70e2
953#define PCI_DEVICE_ID_NI_PCI8430_2328 0x70e4
954#define PCI_DEVICE_ID_NI_PXI8430_23216 0x70e6
955#define PCI_DEVICE_ID_NI_PCI8430_23216 0x70e7
956#define PCI_DEVICE_ID_NI_PXI8432_2322 0x70e8
957#define PCI_DEVICE_ID_NI_PCI8432_2322 0x70ea
958#define PCI_DEVICE_ID_NI_PXI8432_2324 0x70ec
959#define PCI_DEVICE_ID_NI_PCI8432_2324 0x70ee
960
947#define PCI_VENDOR_ID_CMD 0x1095 961#define PCI_VENDOR_ID_CMD 0x1095
948#define PCI_DEVICE_ID_CMD_643 0x0643 962#define PCI_DEVICE_ID_CMD_643 0x0643
949#define PCI_DEVICE_ID_CMD_646 0x0646 963#define PCI_DEVICE_ID_CMD_646 0x0646