[RFC][PATCH 2/13] SST driver: PCI ids

From: Straub, Michael
Date: Thu Jun 22 2006 - 09:06:54 EST


Adds Equinox multi-port serial (SST) driver.

Part 2: Adds Equinox specific vendor id and SST specific device ids to
PCI
id table.

Signed-off-by: Mike Straub <michael.straub@xxxxxxxxxxx>

---
pci_ids.h | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+)

diff -Naurp -X dontdiff linux-2.6.17/include/linux/pci_ids.h
linux-2.6.17.eqnx/include/linux/pci_ids.h
--- linux-2.6.17/include/linux/pci_ids.h 2006-06-17
21:49:35.000000000 -0400
+++ linux-2.6.17.eqnx/include/linux/pci_ids.h 2006-06-20
09:49:55.000000000 -0400
@@ -1347,6 +1347,36 @@
#define PCI_VENDOR_ID_ZIATECH 0x1138
#define PCI_DEVICE_ID_ZIATECH_5550_HC 0x5550

+#define PCI_VENDOR_ID_EQNX 0x113f
+#define PCI_DEVICE_ID_EQNX_SST64P 0x0808
+#define PCI_DEVICE_ID_EQNX_SST128P 0x1010
+#define PCI_DEVICE_ID_EQNX_SST8PRJ 0x8814
+#define PCI_DEVICE_ID_EQNX_SST8PRJ2 0x9014
+#define PCI_DEVICE_ID_EQNX_SST64PHP 0x0868
+#define PCI_DEVICE_ID_EQNX_SST128PHP 0x1070
+#define PCI_DEVICE_ID_EQNX_SST4P 0x8888
+#define PCI_DEVICE_ID_EQNX_SST4PRJ 0x888C
+#define PCI_DEVICE_ID_EQNX_SST8P 0x9090
+#define PCI_DEVICE_ID_EQNX_SST8PRJ3 0x9094
+#define PCI_DEVICE_ID_EQNX_SSTMM8P 0x9898
+#define PCI_DEVICE_ID_EQNX_SSTMM4P 0x989C
+#define PCI_DEVICE_ID_EQNX_SST4PC8 0x88A0
+#define PCI_DEVICE_ID_EQNX_SST4PC4 0x88A4
+#define PCI_DEVICE_ID_EQNX_SST2P 0x88A8
+#define PCI_DEVICE_ID_EQNX_SST4PC0 0x88AC
+#define PCI_DEVICE_ID_EQNX_SST8PC8 0x90B0
+#define PCI_DEVICE_ID_EQNX_SST8PC4 0x90B4
+#define PCI_DEVICE_ID_EQNX_SST4PLP 0x88B8
+#define PCI_DEVICE_ID_EQNX_SST8PC0 0x90BC
+#define PCI_DEVICE_ID_EQNX_SST16PDB 0x80C0
+#define PCI_DEVICE_ID_EQNX_SST16PRJ 0x80C4
+#define PCI_DEVICE_ID_EQNX_SST16PNP 0x80C8
+#define PCI_DEVICE_ID_EQNX_SST16PDB9 0x80D0
+#define PCI_DEVICE_ID_EQNX_SST8PDB 0x80D4
+#define PCI_DEVICE_ID_EQNX_SST4PPWR 0x88EC
+#define PCI_DEVICE_ID_EQNX_SST8PHP 0x90F0
+#define PCI_DEVICE_ID_EQNX_SST8PPWR 0x90F4
+#define PCI_DEVICE_ID_EQNX_SST4PULP 0x88FC


#define PCI_VENDOR_ID_SYSKONNECT 0x1148
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/