From 76353f68231be8872ef8624ac17e978ca11f517d Mon Sep 17 00:00:00 2001 From: John Hay Date: Thu, 22 Aug 2002 10:37:55 +0000 Subject: [PATCH] Add an entry for VScom PCI-200L 2 port serial card. PR: 41142 Submitted by: Shinsuke Matsui Obtained from: OpenBSD --- sys/dev/puc/pucdata.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d724e6a8752..15e3f9be1a0 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 },