diff options
| author | John Hay <jhay@FreeBSD.org> | 2002-08-22 10:40:00 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 2002-08-22 10:40:00 +0000 |
| commit | 799e9b2414f67c459602fc31ea98ba33dced44bb (patch) | |
| tree | f4891cd0b2fcd9593e4927aed6e983b4734d4b88 | |
| parent | 76353f68231be8872ef8624ac17e978ca11f517d (diff) | |
Notes
| -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 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 }, |
