diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 01:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 01:09:09 +0000 |
commit | a134026b5b3510f23406781934e7b190e7ab6e86 (patch) | |
tree | 6b0f7834a0c2fdca865bf87d34e7dc8a8649fd9c /sys/dev/pci | |
parent | c30affce68f0e95b5aac7c11fe70107f5da6cf9d (diff) |
more puc happiness
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 | ||||
-rw-r--r-- | sys/dev/pci/pucdata.c | 14 |
2 files changed, 15 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2e0ea3cb4be..1609cf2dd75 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1399 2008/08/18 22:28:36 brad Exp $ +$OpenBSD: pcidevs,v 1.1400 2008/08/22 01:09:07 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1149,6 +1149,7 @@ product AVANCE2 ALS4000 0x4000 ALS4000 /* AVlab products */ product AVLAB PCI2S 0x2130 Dual Serial product AVLAB LPPCI4S 0x2150 Quad Serial +product AVLAB LPPCI4S_2 0x2152 Quad Serial /* AVM products */ product AVM B1 0x0700 BRI ISDN diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index bc55b216dcb..3f4e70c6edb 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.55 2008/05/05 22:25:04 dlg Exp $ */ +/* $OpenBSD: pucdata.c,v 1.56 2008/08/22 01:09:08 deraadt Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -1378,6 +1378,18 @@ const struct puc_device_description puc_devices[] = { /* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */ { /* "Avlab Low Profile PCI 4 Serial" */ + { PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S_2, 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 }, + }, + }, + + /* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */ + { /* "Avlab Low Profile PCI 4 Serial" */ { PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { |