summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio_pci.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-31 21:11:20 +0000
committerphk <phk@FreeBSD.org>2003-01-31 21:11:20 +0000
commit9dd70473b6bcaa295c57599a605acdb94ba8ef9c (patch)
tree17f8c5ba7f721295743a4746b151686e88ca13a7 /sys/dev/sio/sio_pci.c
parentaffb5a1eb84c31ba3aabb5d45fd93e1125b42dbd (diff)
downloadFreeBSD-src-9dd70473b6bcaa295c57599a605acdb94ba8ef9c.zip
FreeBSD-src-9dd70473b6bcaa295c57599a605acdb94ba8ef9c.tar.gz
Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.
Diffstat (limited to 'sys/dev/sio/sio_pci.c')
-rw-r--r--sys/dev/sio/sio_pci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c
index 39f2f66..bf1d699 100644
--- a/sys/dev/sio/sio_pci.c
+++ b/sys/dev/sio/sio_pci.c
@@ -77,6 +77,13 @@ static struct pci_ids pci_ids[] = {
{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
{ 0x0103115d, "Xircom Cardbus modem", 0x10 },
{ 0x98459710, "Netmos Nm9845 PCI Bridge with Dual UART", 0x10 },
+ { 0x01c0135c, "Quatech SSCLP-200/300", 0x18
+ /*
+ * NB: You must mount the "SPAD" jumper to correctly detect
+ * the FIFO on the UART. Set the options on the jumpers,
+ * we do not support the extra registers on the Quatech.
+ */
+ },
{ 0x00000000, NULL, 0 }
};
OpenPOWER on IntegriCloud