more puc happiness
authorderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 01:09:07 +0000 (01:09 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 01:09:07 +0000 (01:09 +0000)
sys/dev/pci/pcidevs
sys/dev/pci/pucdata.c

index 2e0ea3c..1609cf2 100644 (file)
@@ -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
index bc55b21..3f4e70c 100644 (file)
@@ -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 $  */
 
 /*
@@ -1376,6 +1376,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  },