diff options
author | jhay <jhay@FreeBSD.org> | 2002-08-22 10:40:00 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 2002-08-22 10:40:00 +0000 |
commit | 6f456f2f05d82e333bab8412df7ffc936bf87473 (patch) | |
tree | f4891cd0b2fcd9593e4927aed6e983b4734d4b88 /sys/dev/puc/pucdata.c | |
parent | 81254db73af790ccf746391af5792e8e0172501b (diff) | |
download | FreeBSD-src-6f456f2f05d82e333bab8412df7ffc936bf87473.zip FreeBSD-src-6f456f2f05d82e333bab8412df7ffc936bf87473.tar.gz |
Add an entry for Avlab's low profile 4 serial port card.
PR: 41146
Submitted by: Shinsuke Matsui <smatsui@internet-inc.co.jp>
Obtained from: NetBSD
Diffstat (limited to 'sys/dev/puc/pucdata.c')
-rw-r--r-- | sys/dev/puc/pucdata.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 15e3f9b..2547d5a 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 }, |