aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-08-02 13:25:31 +0000
committerBruce Evans <bde@FreeBSD.org>2003-08-02 13:25:31 +0000
commit40f018905bcb135e7810adf37b49ce4ca56e4e74 (patch)
treec8c37de995bb449ccd90a48638f3c0c8b9034af8 /sys
parenta35006e814ba8ab9b725e557b16c60447e3db633 (diff)
downloadsrc-40f018905bcb135e7810adf37b49ce4ca56e4e74.tar.gz
src-40f018905bcb135e7810adf37b49ce4ca56e4e74.zip
Support the Titan VScom PCI-200HV2 2 port serial card.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=118357
Diffstat (limited to 'sys')
-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 18d96c00ad57..3517958dbea6 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",