From 799e9b2414f67c459602fc31ea98ba33dced44bb Mon Sep 17 00:00:00 2001 From: John Hay Date: Thu, 22 Aug 2002 10:40:00 +0000 Subject: Add an entry for Avlab's low profile 4 serial port card. PR: 41146 Submitted by: Shinsuke Matsui Obtained from: NetBSD --- sys/dev/puc/pucdata.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 15e3f9be1a00..2547d5a43b49 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -886,6 +886,18 @@ const struct puc_device_description puc_devices[] = { }, }, + /* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */ + { "Avlab Low Profile PCI 4 Serial", + { 0x14db, 0x2150, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, + }, + }, + /* Decision Computer Inc, serial ports */ { "Decision Computer Inc, PCCOM 4-port serial", { 0x6666, 0x0001, 0, 0 }, -- cgit v1.3