summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-08-22 10:37:55 +0000
committerjhay <jhay@FreeBSD.org>2002-08-22 10:37:55 +0000
commit81254db73af790ccf746391af5792e8e0172501b (patch)
tree81ae2876b3aa5396cc778073a4e5d70fead0a208
parent126bca5e151237eb1a44c96d3e09e6e41f6cff04 (diff)
downloadFreeBSD-src-81254db73af790ccf746391af5792e8e0172501b.zip
FreeBSD-src-81254db73af790ccf746391af5792e8e0172501b.tar.gz
Add an entry for VScom PCI-200L 2 port serial card.
PR: 41142 Submitted by: Shinsuke Matsui <smatsui@internet-inc.co.jp> Obtained from: OpenBSD
-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 d724e6a..15e3f9b 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -623,6 +623,16 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* VScom PCI-200L: 2S */
+ { "VScom PCI-200L",
+ { 0x14d2, 0x8020, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8},
+ },
+ },
+
/* VScom PCI-400: 4S */
{ "VScom PCI-400",
{ 0x10b5, 0x1077, 0x10b5, 0x1077 },
OpenPOWER on IntegriCloud