summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2003-08-02 13:25:31 +0000
committerbde <bde@FreeBSD.org>2003-08-02 13:25:31 +0000
commit06b828941c28fb7ad4c2112e519547b0ec74b8e4 (patch)
treec8c37de995bb449ccd90a48638f3c0c8b9034af8 /sys/dev/puc
parent4a97de3d538aa6a7a38d8b23e559632dee0f8f67 (diff)
downloadFreeBSD-src-06b828941c28fb7ad4c2112e519547b0ec74b8e4.zip
FreeBSD-src-06b828941c28fb7ad4c2112e519547b0ec74b8e4.tar.gz
Support the Titan VScom PCI-200HV2 2 port serial card.
MFC after: 3 days
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 18d96c0..3517958 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -750,6 +750,16 @@ const struct puc_device_description puc_devices[] = {
},
},
+ { "Titan VScom PCI-200HV2", /* 2S */
+ NULL,
+ { 0x14d2, 0xe020, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
+ },
+ },
+
/* NEC PK-UG-X001 K56flex PCI Modem card.
NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
{ "NEC PK-UG-X001 K56flex PCI Modem",
OpenPOWER on IntegriCloud