Home | History | Annotate | Line # | Download | only in pci
pucdata.c revision 1.69.2.1
      1  1.69.2.1    jruoho /*	$NetBSD: pucdata.c,v 1.69.2.1 2011/06/06 09:08:26 jruoho Exp $	*/
      2       1.1       cgd 
      3       1.1       cgd /*
      4       1.3       cgd  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
      5       1.1       cgd  *
      6       1.1       cgd  * Redistribution and use in source and binary forms, with or without
      7       1.1       cgd  * modification, are permitted provided that the following conditions
      8       1.1       cgd  * are met:
      9       1.1       cgd  * 1. Redistributions of source code must retain the above copyright
     10       1.1       cgd  *    notice, this list of conditions and the following disclaimer.
     11       1.1       cgd  * 2. Redistributions in binary form must reproduce the above copyright
     12       1.1       cgd  *    notice, this list of conditions and the following disclaimer in the
     13       1.1       cgd  *    documentation and/or other materials provided with the distribution.
     14       1.1       cgd  * 3. All advertising materials mentioning features or use of this software
     15       1.1       cgd  *    must display the following acknowledgement:
     16       1.1       cgd  *      This product includes software developed by Christopher G. Demetriou
     17       1.1       cgd  *	for the NetBSD Project.
     18       1.1       cgd  * 4. The name of the author may not be used to endorse or promote products
     19       1.1       cgd  *    derived from this software without specific prior written permission
     20       1.1       cgd  *
     21       1.1       cgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     22       1.1       cgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     23       1.1       cgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     24       1.1       cgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     25       1.1       cgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     26       1.1       cgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     27       1.1       cgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     28       1.1       cgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     29       1.1       cgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     30       1.1       cgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     31       1.1       cgd  */
     32       1.1       cgd 
     33       1.1       cgd /*
     34       1.1       cgd  * PCI "universal" communications card driver configuration data (used to
     35       1.1       cgd  * match/attach the cards).
     36       1.1       cgd  */
     37      1.21     lukem 
     38      1.21     lukem #include <sys/cdefs.h>
     39  1.69.2.1    jruoho __KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.69.2.1 2011/06/06 09:08:26 jruoho Exp $");
     40       1.1       cgd 
     41       1.1       cgd #include <sys/param.h>
     42       1.1       cgd #include <sys/systm.h>
     43       1.1       cgd #include <sys/device.h>
     44       1.1       cgd 
     45      1.54       riz #include <dev/pci/pcidevs.h>
     46       1.1       cgd #include <dev/pci/pcireg.h>
     47       1.1       cgd #include <dev/pci/pcivar.h>
     48       1.1       cgd #include <dev/pci/pucvar.h>
     49      1.11    bouyer #include <dev/ic/comreg.h>
     50       1.1       cgd 
     51       1.1       cgd const struct puc_device_description puc_devices[] = {
     52      1.26   hannken 	/*
     53      1.62   msaitoh 	 * Advantech multi serial cards
     54      1.62   msaitoh 	 */
     55      1.68   msaitoh 	/* Advantech PCI-1604UP 2 UARTs based on OX16PCI952 */
     56      1.68   msaitoh 	{   "Advantech PCI-1604UP UARTs",
     57      1.68   msaitoh 	    {	PCI_VENDOR_ADVANTECH,	PCI_PRODUCT_ADVANTECH_PCI1604, 0, 0 },
     58      1.68   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0 },
     59      1.68   msaitoh 	    {
     60      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
     61      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
     62      1.68   msaitoh 	    },
     63      1.68   msaitoh 	},
     64      1.68   msaitoh 
     65      1.64   msaitoh 	{   "Advantech PCI-1610 UARTs",
     66      1.64   msaitoh 	    {	PCI_VENDOR_ADVANTECH,	PCI_PRODUCT_ADVANTECH_PCI1600,
     67      1.64   msaitoh 		PCI_PRODUCT_ADVANTECH_PCI1610,	0x0 },
     68      1.64   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0x0 },
     69      1.62   msaitoh 	    {
     70      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
     71      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
     72      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
     73      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
     74      1.62   msaitoh 	    },
     75      1.62   msaitoh 	},
     76      1.62   msaitoh 
     77      1.64   msaitoh 	{   "Advantech PCI-1612 UARTs",
     78      1.64   msaitoh 	    {	PCI_VENDOR_ADVANTECH,	PCI_PRODUCT_ADVANTECH_PCI1600,
     79      1.64   msaitoh 		PCI_PRODUCT_ADVANTECH_PCI1612,	0x0 },
     80      1.64   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0x0 },
     81      1.64   msaitoh 	    {
     82      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
     83      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
     84      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
     85      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
     86      1.64   msaitoh 	    },
     87      1.64   msaitoh 	},
     88      1.64   msaitoh 
     89      1.64   msaitoh 	/* The use of subvendor ID is bit strange... */
     90      1.64   msaitoh 	{   "Advantech PCI-1620 (1-4) UARTs",
     91      1.64   msaitoh 	    {	PCI_VENDOR_ADVANTECH,	PCI_PRODUCT_ADVANTECH_PCI1600,
     92      1.64   msaitoh 		PCI_PRODUCT_ADVANTECH_PCI1620,	0x0 },
     93      1.64   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0x0 },
     94      1.64   msaitoh 	    {
     95      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
     96      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
     97      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
     98      1.64   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
     99      1.64   msaitoh 	    },
    100      1.64   msaitoh 	},
    101      1.64   msaitoh 
    102      1.64   msaitoh 	/* The use of subvendor ID is bit strange... */
    103      1.64   msaitoh 	{   "Advantech PCI-1620 (5-8) UARTs",
    104      1.64   msaitoh 	    {	PCI_VENDOR_ADVANTECH,	PCI_PRODUCT_ADVANTECH_PCI1620_1,
    105      1.64   msaitoh 		PCI_PRODUCT_ADVANTECH_PCI1620,	0x0 },
    106      1.64   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0x0 },
    107      1.62   msaitoh 	    {
    108      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 2 },
    109      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 2 },
    110      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 2 },
    111      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 2 },
    112      1.62   msaitoh 	    },
    113      1.62   msaitoh 	},
    114      1.62   msaitoh 
    115      1.62   msaitoh 	/*
    116      1.61   msaitoh 	 * Addi-Data APCI-7800 8-port serial card.
    117      1.61   msaitoh 	 * Uses an AMCC chip as PCI bridge.
    118      1.26   hannken 	 */
    119      1.61   msaitoh 	{   "Addi-Data APCI-7800",
    120      1.61   msaitoh 	    {   PCI_VENDOR_AMCIRCUITS, 0x818e, 0, 0  },
    121      1.61   msaitoh 	    {   0xffff, 0xffff, 0, 0  },
    122      1.26   hannken 	    {
    123      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    124      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ },
    125      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    126      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ },
    127      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    128      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ },
    129      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
    130      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ },
    131      1.26   hannken 	    },
    132      1.26   hannken 	},
    133      1.26   hannken 
    134      1.66   msaitoh 	/* Avlab Technology, Inc. PCI 2 Serial: 2S */
    135      1.66   msaitoh 	{   "Avlab PCI 2 Serial",
    136      1.66   msaitoh 	    {	PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_PCI2S,	0, 0  },
    137      1.66   msaitoh 	    {	0xffff,	0xffff,					0, 0  },
    138      1.66   msaitoh 	    {
    139      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    140      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    141      1.66   msaitoh 	    },
    142      1.66   msaitoh 	},
    143      1.66   msaitoh 
    144      1.61   msaitoh 	/* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */
    145      1.61   msaitoh 	{   "Avlab Low Profile PCI 4 Serial",
    146      1.66   msaitoh 	    {	PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S,	0, 0 },
    147      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    148      1.26   hannken 	    {
    149      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    150      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    151      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    152      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    153      1.26   hannken 	    },
    154      1.26   hannken 	},
    155      1.26   hannken 
    156      1.66   msaitoh 	/* Avlab Technology, Inc. Low Profile PCI 4 Serial: 4S */
    157      1.66   msaitoh 	{   "Avlab Low Profile PCI 4 Serial",
    158      1.66   msaitoh 	    {	PCI_VENDOR_AVLAB, PCI_PRODUCT_AVLAB_LPPCI4S_2,	0, 0  },
    159      1.66   msaitoh 	    {	0xffff,	0xffff,					0, 0  },
    160      1.66   msaitoh 	    {
    161      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    162      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    163      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    164      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    165      1.66   msaitoh 	    },
    166      1.66   msaitoh 	},
    167      1.66   msaitoh 
    168      1.61   msaitoh 	/*
    169      1.61   msaitoh 	 * B&B Electronics MIPort Serial cards.
    170      1.61   msaitoh 	 */
    171      1.61   msaitoh 	{ "BBELEC ISOLATED_2_PORT",
    172      1.61   msaitoh 	    {	PCI_VENDOR_BBELEC, PCI_PRODUCT_BBELEC_ISOLATED_2_PORT, 0, 0 },
    173      1.61   msaitoh 	    {	0xffff, 0xffff, 0,	0	},
    174      1.26   hannken 	    {
    175      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    176      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    177      1.26   hannken 	    },
    178      1.26   hannken 	},
    179      1.61   msaitoh 	{ "BBELEC ISOLATED_4_PORT",
    180      1.61   msaitoh 	    {	PCI_VENDOR_BBELEC, PCI_PRODUCT_BBELEC_ISOLATED_4_PORT, 0, 0 },
    181      1.61   msaitoh 	    {	0xffff, 0xffff, 0,	0	},
    182      1.26   hannken 	    {
    183      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    184      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    185      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    186      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    187      1.26   hannken 	    },
    188      1.26   hannken 	},
    189      1.61   msaitoh 	{ "BBELEC ISOLATED_8_PORT",
    190      1.61   msaitoh 	    {	PCI_VENDOR_BBELEC, PCI_PRODUCT_BBELEC_ISOLATED_8_PORT, 0, 0 },
    191      1.61   msaitoh 	    {	0xffff, 0xffff, 0,	0	},
    192      1.26   hannken 	    {
    193      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    194      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    195      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    196      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    197      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0800, COM_FREQ * 8 },
    198      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0a00, COM_FREQ * 8 },
    199      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0c00, COM_FREQ * 8 },
    200      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0e00, COM_FREQ * 8 },
    201      1.26   hannken 	    },
    202      1.26   hannken 	},
    203      1.26   hannken 
    204      1.62   msaitoh 	/*
    205      1.69   msaitoh 	 * Comtrol
    206      1.69   msaitoh 	 */
    207      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 RJ11 part A",
    208      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8010, 0, 0 },
    209      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    210      1.69   msaitoh 	    {
    211      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    212      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    213      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    214      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    215      1.69   msaitoh 	    },
    216      1.69   msaitoh 	},
    217      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 RJ11 part B",
    218      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8011, 0, 0 },
    219      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    220      1.69   msaitoh 	    {
    221      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    222      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    223      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    224      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    225      1.69   msaitoh 	    },
    226      1.69   msaitoh 	},
    227      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 Octa part A",
    228      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8012, 0, 0 },
    229      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    230      1.69   msaitoh 	    {
    231      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    232      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    233      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    234      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    235      1.69   msaitoh 	    },
    236      1.69   msaitoh 	},
    237      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 Octa part B",
    238      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8013, 0, 0 },
    239      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    240      1.69   msaitoh 	    {
    241      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    242      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    243      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    244      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    245      1.69   msaitoh 	    },
    246      1.69   msaitoh 	},
    247      1.69   msaitoh 	{   "Comtrol RocketPort 550/4 RJ45",
    248      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8014, 0, 0 },
    249      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    250      1.69   msaitoh 	    {
    251      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    252      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    253      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    254      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    255      1.69   msaitoh 	    },
    256      1.69   msaitoh 	},
    257      1.69   msaitoh 	{   "Comtrol RocketPort 550/Quad",
    258      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8015, 0, 0 },
    259      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    260      1.69   msaitoh 	    {
    261      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    262      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    263      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    264      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    265      1.69   msaitoh 	    },
    266      1.69   msaitoh 	},
    267      1.69   msaitoh 	{   "Comtrol RocketPort 550/16 part A",
    268      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8016, 0, 0 },
    269      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    270      1.69   msaitoh 	    {
    271      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    272      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    273      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    274      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    275      1.69   msaitoh 	    },
    276      1.69   msaitoh 	},
    277      1.69   msaitoh 	{   "Comtrol RocketPort 550/16 part B",
    278      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8017, 0, 0 },
    279      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    280      1.69   msaitoh 	    {
    281      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    282      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    283      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    284      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    285      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x20, COM_FREQ * 4},
    286      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x28, COM_FREQ * 4},
    287      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x30, COM_FREQ * 4},
    288      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x38, COM_FREQ * 4},
    289      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x40, COM_FREQ * 4},
    290      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x48, COM_FREQ * 4},
    291      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x50, COM_FREQ * 4},
    292      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x58, COM_FREQ * 4},
    293      1.69   msaitoh 	    },
    294      1.69   msaitoh 	},
    295      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 part A",
    296      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8018, 0, 0 },
    297      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    298      1.69   msaitoh 	    {
    299      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    300      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    301      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    302      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    303      1.69   msaitoh 	    },
    304      1.69   msaitoh 	},
    305      1.69   msaitoh 	{   "Comtrol RocketPort 550/8 part B",
    306      1.69   msaitoh 	    {	PCI_VENDOR_COMTROL, 0x8019, 0, 0 },
    307      1.69   msaitoh 	    {	0xffff,	0xffff,	0,	0 },
    308      1.69   msaitoh 	    {
    309      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 4},
    310      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 4},
    311      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 4},
    312      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 4},
    313      1.69   msaitoh 	    },
    314      1.69   msaitoh 	},
    315      1.69   msaitoh 
    316      1.69   msaitoh 	/*
    317      1.62   msaitoh 	 * Decision PCCOM PCI series. PLX 9052 with 1 or 2 16554 UARTS
    318      1.62   msaitoh 	 */
    319      1.62   msaitoh 	/* Decision Computer Inc PCCOM 2 Port RS232/422/485: 2S */
    320      1.62   msaitoh 	{   "Decision Computer Inc PCCOM 2 Port RS232/422/485",
    321      1.62   msaitoh 	    {	PCI_VENDOR_DCI,	PCI_PRODUCT_DCI_APCI2,	0x0,	0x0	},
    322      1.62   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0	},
    323      1.62   msaitoh 	    {
    324      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ},
    325      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ},
    326      1.62   msaitoh 	    },
    327      1.62   msaitoh 	},
    328      1.62   msaitoh 
    329      1.62   msaitoh 	/* Decision Computer Inc PCCOM 4 Port RS232/422/485: 4S */
    330      1.62   msaitoh 	{   "Decision Computer Inc PCCOM 4 Port RS232/422/485",
    331      1.62   msaitoh 	    {	PCI_VENDOR_DCI,	PCI_PRODUCT_DCI_APCI4,	0x0,	0x0	},
    332      1.62   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0	},
    333      1.62   msaitoh 	    {
    334      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ},
    335      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ},
    336      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ},
    337      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ},
    338      1.62   msaitoh 	    },
    339      1.62   msaitoh 	},
    340      1.62   msaitoh 
    341      1.62   msaitoh 	/* Decision Computer Inc PCCOM 8 Port RS232/422/485: 8S */
    342      1.62   msaitoh 	{   "Decision Computer Inc PCCOM 8 Port RS232/422/485",
    343      1.62   msaitoh 	    {	PCI_VENDOR_DCI,	PCI_PRODUCT_DCI_APCI8,	0x0,	0x0	},
    344      1.62   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0	},
    345      1.62   msaitoh 	    {
    346      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ},
    347      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ},
    348      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ},
    349      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ},
    350      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x20, COM_FREQ},
    351      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x28, COM_FREQ},
    352      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x30, COM_FREQ},
    353      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x38, COM_FREQ},
    354      1.62   msaitoh 	    },
    355      1.62   msaitoh 	},
    356      1.62   msaitoh 
    357      1.61   msaitoh 	/* Digi International Digi Neo 4 Serial */
    358      1.61   msaitoh 	{ "Digi International Digi Neo 4 Serial",
    359      1.61   msaitoh 	    {	PCI_VENDOR_DIGI, PCI_PRODUCT_DIGI_NEO4,		0, 0  },
    360      1.61   msaitoh 	    {	0xffff, 0xffff,					0, 0  },
    361      1.26   hannken 	    {
    362      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    363      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    364      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    365      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    366      1.26   hannken 	    },
    367      1.26   hannken 	},
    368      1.26   hannken 
    369      1.61   msaitoh 	/* Digi International Digi Neo 8 Serial */
    370      1.61   msaitoh 	{ "Digi International Digi Neo 8 Serial",
    371      1.61   msaitoh 	    {	PCI_VENDOR_DIGI, PCI_PRODUCT_DIGI_NEO8,		0, 0  },
    372      1.61   msaitoh 	    {	0xffff, 0xffff,					0, 0  },
    373      1.26   hannken 	    {
    374      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    375      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    376      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    377      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    378      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0800, COM_FREQ * 8 },
    379      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0a00, COM_FREQ * 8 },
    380      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0c00, COM_FREQ * 8 },
    381      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0e00, COM_FREQ * 8 },
    382      1.26   hannken 	    },
    383      1.26   hannken 	},
    384      1.26   hannken 
    385      1.61   msaitoh 	{   "EXAR XR17D152",
    386      1.61   msaitoh 	    {   PCI_VENDOR_EXAR, 0x0152, 0,      0       },
    387      1.61   msaitoh 	    {   0xffff, 0xffff, 0,      0       },
    388      1.26   hannken 	    {
    389      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    390      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    391      1.26   hannken 	    },
    392      1.26   hannken 	},
    393      1.61   msaitoh 	{   "EXAR XR17D154",
    394      1.61   msaitoh 	    {   PCI_VENDOR_EXAR, 0x0154, 0,      0       },
    395      1.61   msaitoh 	    {   0xffff, 0xffff, 0,      0       },
    396      1.26   hannken 	    {
    397      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    398      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    399      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    400      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    401      1.26   hannken 	    },
    402      1.26   hannken 	},
    403      1.62   msaitoh 
    404      1.62   msaitoh 	/*
    405      1.62   msaitoh 	 * Multi-Tech ISI5634PCI/4 4-port modem board.
    406      1.62   msaitoh 	 * Has a 4-channel Exar XR17C154 UART, but with bogus product ID in its
    407      1.62   msaitoh 	 * config EEPROM.
    408      1.62   msaitoh 	 */
    409      1.62   msaitoh 	{   "Multi-Tech ISI5634PCI/4",
    410      1.62   msaitoh 	    {   PCI_VENDOR_EXAR, 0x0158, 0x2205,      0x2003       },
    411      1.62   msaitoh 	    {   0xffff, 0xffff, 0xffff,      0xffff       },
    412      1.62   msaitoh 	    {
    413      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    414      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    415      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    416      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    417      1.62   msaitoh 	    },
    418      1.62   msaitoh 	},
    419      1.62   msaitoh 
    420      1.61   msaitoh 	{   "EXAR XR17D158",
    421      1.61   msaitoh 	    {   PCI_VENDOR_EXAR, 0x0158, 0,      0       },
    422      1.61   msaitoh 	    {   0xffff, 0xffff, 0,      0       },
    423       1.1       cgd 	    {
    424      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0000, COM_FREQ * 8 },
    425      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0200, COM_FREQ * 8 },
    426      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0400, COM_FREQ * 8 },
    427      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0600, COM_FREQ * 8 },
    428      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0800, COM_FREQ * 8 },
    429      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0a00, COM_FREQ * 8 },
    430      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0c00, COM_FREQ * 8 },
    431      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x0e00, COM_FREQ * 8 },
    432       1.1       cgd 	    },
    433       1.1       cgd 	},
    434       1.1       cgd 
    435      1.59   mbalmer 	/* IBM SurePOS 300 Series (481033H) serial ports */
    436      1.59   mbalmer 	{   "IBM SurePOS 300 Series (481033H)",
    437      1.59   mbalmer 	    {   PCI_VENDOR_IBM, PCI_PRODUCT_IBM_4810_SCC, 0, 0 },
    438      1.66   msaitoh 	    {   0xffff, 0xffff,                           0, 0 },
    439      1.59   mbalmer 	    {
    440      1.59   mbalmer 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, /* Port C */
    441      1.59   mbalmer 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ }, /* Port D */
    442      1.59   mbalmer 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ }, /* Port E */
    443      1.59   mbalmer 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, /* Port F */
    444      1.59   mbalmer 	    },
    445      1.59   mbalmer 	},
    446       1.5       cgd 
    447      1.61   msaitoh 	/* I-O DATA RSA-PCI: 2S */
    448      1.61   msaitoh 	{   "I-O DATA RSA-PCI 2-port serial",
    449      1.61   msaitoh 	    {	PCI_VENDOR_IODATA, 0x0007, 0, 0 },
    450      1.61   msaitoh 	    {	0xffff, 0xffff, 0, 0 },
    451       1.1       cgd 	    {
    452      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    453      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    454       1.1       cgd 	    },
    455       1.1       cgd 	},
    456      1.61   msaitoh 
    457      1.61   msaitoh 	/* Lava Computers 2SP-PCI */
    458      1.61   msaitoh 	{   "Lava Computers 2SP-PCI parallel port",
    459      1.61   msaitoh 	    {	PCI_VENDOR_LAVA,	0x8000,	0,	0	},
    460       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    461       1.5       cgd 	    {
    462      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    463       1.5       cgd 	    },
    464       1.5       cgd 	},
    465       1.5       cgd 
    466      1.61   msaitoh 	/* Lava Computers 2SP-PCI and Quattro-PCI serial ports */
    467      1.61   msaitoh 	{   "Lava Computers dual serial port",
    468      1.61   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0100,	0,	0	},
    469      1.61   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    470       1.5       cgd 	    {
    471      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    472      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    473       1.5       cgd 	    },
    474       1.5       cgd 	},
    475       1.5       cgd 
    476      1.69   msaitoh 	/* Lava Computers 2SP-PCI and Quattro-PCI serial ports */
    477      1.69   msaitoh 	{   "Lava Computers Quattro A",
    478      1.69   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0101,	0,	0	},
    479      1.69   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    480      1.69   msaitoh 	    {
    481      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    482      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    483      1.69   msaitoh 	    },
    484      1.69   msaitoh 	},
    485      1.69   msaitoh 
    486      1.69   msaitoh 	/* Lava Computers 2SP-PCI and Quattro-PCI serial ports */
    487      1.69   msaitoh 	{   "Lava Computers Quattro B",
    488      1.69   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0102,	0,	0	},
    489      1.69   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    490      1.69   msaitoh 	    {
    491      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    492      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    493      1.69   msaitoh 	    },
    494      1.69   msaitoh 	},
    495      1.69   msaitoh 
    496      1.61   msaitoh 	/* Lava Computers DSerial PCI serial ports */
    497      1.61   msaitoh 	{   "Lava Computers serial port",
    498      1.61   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0110,	0,	0	},
    499      1.61   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    500       1.5       cgd 	    {
    501      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    502       1.5       cgd 	    },
    503       1.5       cgd 	},
    504       1.5       cgd 
    505      1.61   msaitoh 	/* Lava Computers Quattro-PCI serial ports */
    506      1.69   msaitoh 	{   "Lava Quattro-PCI A 4-port serial",
    507      1.61   msaitoh 	    {   PCI_VENDOR_LAVA, 0x0120, 0,	0	},
    508      1.61   msaitoh 	    {   0xffff, 0xfffc, 0,	0	},
    509       1.5       cgd 	    {
    510      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    511      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    512       1.5       cgd 	    },
    513       1.5       cgd 	},
    514       1.5       cgd 
    515      1.69   msaitoh 	/* Lava Computers Quattro-PCI serial ports */
    516      1.69   msaitoh 	{   "Lava Quattro-PCI B 4-port serial",
    517      1.69   msaitoh 	    {   PCI_VENDOR_LAVA, 0x0121, 0,	0	},
    518      1.69   msaitoh 	    {   0xffff, 0xfffc, 0,	0	},
    519      1.69   msaitoh 	    {
    520      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    521      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    522      1.69   msaitoh 	    },
    523      1.69   msaitoh 	},
    524      1.69   msaitoh 
    525      1.61   msaitoh 	/* Lava Computers Octopus-550 serial ports */
    526      1.61   msaitoh 	{   "Lava Computers Octopus-550 8-port serial",
    527      1.61   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0180,	0,	0	},
    528      1.61   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    529       1.5       cgd 	    {
    530      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    531      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    532      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    533      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    534       1.5       cgd 	    },
    535       1.5       cgd 	},
    536       1.5       cgd 
    537      1.69   msaitoh 	/* Lava Computers Octopus-550 serial ports */
    538      1.69   msaitoh 	{   "Lava Computers Octopus-550 B 8-port serial",
    539      1.69   msaitoh 	    {	PCI_VENDOR_LAVA,	0x0181,	0,	0	},
    540      1.69   msaitoh 	    {	0xffff,	0xfffc,	0,	0	},
    541      1.69   msaitoh 	    {
    542      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    543      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    544      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    545      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    546      1.69   msaitoh 	    },
    547      1.69   msaitoh 	},
    548      1.69   msaitoh 
    549      1.61   msaitoh 	/* Actiontec  56K PCI Master */
    550      1.61   msaitoh 	{   "Actiontec 56K PCI Master",
    551      1.61   msaitoh 	    {	PCI_VENDOR_LUCENT,	0x0480,	0x0, 	0x0	},
    552      1.61   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0	},
    553       1.5       cgd 	    {
    554      1.61   msaitoh 		{ PUC_PORT_TYPE_COM,	0x14,	0x00, COM_FREQ },
    555       1.5       cgd 	    },
    556       1.5       cgd 	},
    557       1.5       cgd 
    558      1.61   msaitoh 	/*
    559      1.61   msaitoh 	 * This is the Middle Digital, Inc. PCI-Weasel, which
    560      1.61   msaitoh 	 * uses a PCI interface implemented in FPGA.
    561      1.61   msaitoh 	 */
    562      1.61   msaitoh 	{   "Middle Digital, Inc. Weasel serial port",
    563      1.61   msaitoh 	    {	PCI_VENDOR_MIDDLE_DIGITAL,	0x9051,	0,	0	},
    564       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    565       1.5       cgd 	    {
    566      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    567       1.5       cgd 	    },
    568       1.5       cgd 	},
    569       1.5       cgd 
    570      1.66   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 2S RS232 */
    571      1.66   msaitoh 	{   "Moxa Technologies, SmartIO CP-102/PCI",
    572      1.66   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1022,	0,	0	},
    573      1.66   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    574      1.66   msaitoh 	    {
    575      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    576      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    577      1.66   msaitoh 	    },
    578      1.66   msaitoh 	},
    579      1.66   msaitoh 
    580      1.61   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */
    581      1.61   msaitoh 	{   "Moxa Technologies, SmartIO C104H/PCI",
    582      1.61   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1040,	0,	0	},
    583       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    584       1.5       cgd 	    {
    585      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    586      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    587      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    588      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    589       1.5       cgd 	    },
    590       1.5       cgd 	},
    591       1.5       cgd 
    592      1.61   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
    593      1.63   msaitoh 	{   "Moxa Technologies, SmartIO CP-104/PCI",
    594      1.61   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1041,	0,	0	},
    595       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    596       1.5       cgd 	    {
    597      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    598      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    599      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    600      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    601       1.5       cgd 	    },
    602       1.5       cgd 	},
    603       1.5       cgd 
    604      1.61   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
    605      1.63   msaitoh 	{   "Moxa Technologies, SmartIO CP-104-V2/PCI",
    606      1.61   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1042,	0,	0	},
    607       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    608       1.5       cgd 	    {
    609      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    610      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    611      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    612      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    613       1.5       cgd 	    },
    614       1.5       cgd 	},
    615       1.5       cgd 
    616      1.62   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
    617      1.63   msaitoh 	{   "Moxa Technologies, SmartIO CP-104-EL/PCIe",
    618      1.62   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1043,	0,	0	},
    619      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    620      1.62   msaitoh 	    {
    621      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    622      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    623      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    624      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    625      1.62   msaitoh 	    },
    626      1.62   msaitoh 	},
    627      1.62   msaitoh 
    628      1.61   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */
    629      1.61   msaitoh 	{   "Moxa Technologies, SmartIO CP-114/PCI",
    630      1.61   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1141,	0,	0	},
    631       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    632       1.5       cgd 	    {
    633      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    634      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    635      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    636      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    637       1.5       cgd 	    },
    638       1.5       cgd 	},
    639       1.5       cgd 
    640      1.61   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */
    641      1.61   msaitoh 	{   "Moxa Technologies, SmartIO C168H/PCI",
    642      1.61   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1680,	0,	0	},
    643       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    644       1.5       cgd 	    {
    645      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    646      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    647      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    648      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    649      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 8 },
    650      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 8 },
    651      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 8 },
    652      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 8 },
    653       1.5       cgd 	    },
    654       1.5       cgd 	},
    655       1.5       cgd 
    656      1.62   msaitoh 	/* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */
    657      1.62   msaitoh 	{   "Moxa Technologies, SmartIO C168U/PCI",
    658      1.62   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1681,	0,	0	},
    659      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    660      1.62   msaitoh 	    {
    661      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    662      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    663      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    664      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    665      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 8 },
    666      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 8 },
    667      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 8 },
    668      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 8 },
    669      1.62   msaitoh 	    },
    670      1.62   msaitoh 	},
    671      1.62   msaitoh 
    672      1.65   msaitoh 	/* Moxa Technologies Co., Ltd. PCI-Express I/O Card 8S RS232 */
    673      1.62   msaitoh 	{   "Moxa Technologies, SmartIO C168EL/PCIe",
    674      1.62   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1682,	0,	0	},
    675      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    676      1.62   msaitoh 	    {
    677      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
    678      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
    679      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
    680      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
    681      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 8 },
    682      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 8 },
    683      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 8 },
    684      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 8 },
    685      1.62   msaitoh 	    },
    686      1.62   msaitoh 	},
    687      1.65   msaitoh 	/* Moxa Technologies Co., Ltd. PCI-Express I/O Card 8S RS232 */
    688      1.65   msaitoh 	{   "Moxa Technologies, SmartIO CP-168EL-A/PCIe",
    689      1.62   msaitoh 	    {	PCI_VENDOR_MOXA,	0x1683,	0,	0	},
    690      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
    691      1.62   msaitoh 	    {
    692      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x000, COM_FREQ * 8 },
    693      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x200, COM_FREQ * 8 },
    694      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x400, COM_FREQ * 8 },
    695      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x600, COM_FREQ * 8 },
    696      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x800, COM_FREQ * 8 },
    697      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0xa00, COM_FREQ * 8 },
    698      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0xc00, COM_FREQ * 8 },
    699      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0xe00, COM_FREQ * 8 },
    700      1.62   msaitoh 	    },
    701      1.62   msaitoh 	},
    702      1.62   msaitoh 
    703      1.61   msaitoh 	/* NEC PK-UG-X001 K56flex PCI Modem card.
    704      1.61   msaitoh 	   NEC MARTH bridge chip and Rockwell RCVDL56ACF/SP using. */
    705      1.61   msaitoh 	{   "NEC PK-UG-X001 K56flex PCI Modem",
    706      1.61   msaitoh 	    {	PCI_VENDOR_NEC,	0x0074,	PCI_VENDOR_NEC,	0x8014	},
    707      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    708       1.5       cgd 	    {
    709      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    710       1.5       cgd 	    },
    711       1.5       cgd 	},
    712       1.5       cgd 
    713      1.61   msaitoh 	/* NEC PK-UG-X008 */
    714      1.61   msaitoh 	{   "NEC PK-UG-X008",
    715      1.61   msaitoh 	    {	PCI_VENDOR_NEC,	0x007d,	PCI_VENDOR_NEC,	0x8012	},
    716      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    717       1.5       cgd 	    {
    718      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ},
    719       1.5       cgd 	    },
    720       1.5       cgd 	},
    721       1.5       cgd 
    722      1.61   msaitoh 	/* NetMos 1P PCI : 1P */
    723      1.61   msaitoh 	{   "NetMos NM9805 1284 Printer port",
    724  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS,	PCI_PRODUCT_NETMOS_NM9805, 0, 0	},
    725       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    726       1.5       cgd 	    {
    727      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    728       1.5       cgd 	    },
    729       1.5       cgd 	},
    730       1.5       cgd 
    731      1.61   msaitoh 	/* NetMos 2P PCI : 2P */
    732      1.61   msaitoh 	{   "NetMos NM9815 Dual 1284 Printer port",
    733  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS,	PCI_PRODUCT_NETMOS_NM9815, 0, 0	},
    734       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    735       1.5       cgd 	    {
    736      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    737      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
    738       1.5       cgd 	    },
    739       1.5       cgd 	},
    740       1.5       cgd 
    741      1.62   msaitoh 	/* NetMos 1S PCI NM9835 : 1S */
    742      1.62   msaitoh 	{   "NetMos NM9835 UART",
    743  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9835, 0x1000, 0x0001 },
    744      1.62   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
    745      1.62   msaitoh 	    {
    746      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    747      1.62   msaitoh 	    },
    748      1.62   msaitoh 	},
    749      1.62   msaitoh 
    750      1.61   msaitoh 	/* NetMos 2S PCI NM9835 : 2S */
    751      1.61   msaitoh 	{   "NetMos NM9835 Dual UART",
    752  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9835, 0x1000, 0x0002 },
    753      1.61   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
    754       1.5       cgd 	    {
    755      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    756      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    757       1.5       cgd 	    },
    758       1.5       cgd 	},
    759       1.5       cgd 
    760      1.61   msaitoh 	/* NetMos 2S1P PCI 16C650 : 2S, 1P */
    761      1.61   msaitoh 	{   "NetMos NM9835 Dual UART and 1284 Printer port",
    762  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9835, 0, 0 },
    763       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    764       1.5       cgd 	    {
    765      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    766      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    767      1.11    bouyer 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
    768       1.5       cgd 	    },
    769       1.5       cgd 	},
    770       1.5       cgd 
    771      1.61   msaitoh 	/* NetMos 4S0P PCI NM9845 : 4S, 0P */
    772      1.61   msaitoh 	{   "NetMos NM9845 Quad UART",
    773  1.69.2.1    jruoho 	   {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9845, 0x1000, 0x0004 },
    774      1.61   msaitoh 	   {   0xffff, 0xffff, 0xffff, 0xffff  },
    775      1.61   msaitoh 	   {
    776      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    777      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    778      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    779      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    780      1.61   msaitoh 	   },
    781      1.61   msaitoh        },
    782      1.61   msaitoh 
    783      1.61   msaitoh 	/* NetMos 4S1P PCI NM9845 : 4S, 1P */
    784      1.61   msaitoh 	{   "NetMos NM9845 Quad UART and 1284 Printer port",
    785  1.69.2.1    jruoho 	   {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9845, 0x1000, 0x0014 },
    786      1.61   msaitoh 	   {   0xffff, 0xffff, 0xffff, 0xffff  },
    787      1.61   msaitoh 	   {
    788      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    789      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    790      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    791      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    792      1.61   msaitoh 	       { PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
    793      1.61   msaitoh 	   },
    794      1.61   msaitoh        },
    795      1.61   msaitoh 
    796      1.61   msaitoh        /* NetMos 6S PCI 16C650 : 6S, 0P */
    797      1.61   msaitoh        {   "NetMos NM9845 6 UART",
    798  1.69.2.1    jruoho 	   {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9845, 0x1000, 0x0006 },
    799      1.61   msaitoh 	   {   0xffff, 0xffff, 0xffff, 0xffff  },
    800      1.61   msaitoh 	   {
    801      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    802      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    803      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    804      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    805      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
    806      1.61   msaitoh 	       { PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ },
    807      1.61   msaitoh 	   },
    808      1.61   msaitoh        },
    809      1.61   msaitoh 
    810      1.61   msaitoh        /* NetMos 4S1P PCI NM9845 : 4S, 1P */
    811      1.61   msaitoh        {   "NetMos NM9845 Quad UART and 1284 Printer port (unknown type)",
    812  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9845, 0, 0 },
    813       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    814       1.5       cgd 	    {
    815      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    816      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    817      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    818      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    819      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
    820       1.5       cgd 	    },
    821       1.5       cgd 	},
    822       1.5       cgd 
    823      1.61   msaitoh        /* NetMos 4S1P PCI NM9855 : 4S, 1P */
    824      1.61   msaitoh        {   "NetMos NM9855 Quad UART and 1284 Printer port (unknown type)",
    825  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9855, 0x1000, 0x0014 },
    826      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    827       1.5       cgd 	    {
    828      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    829      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    830      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    831      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
    832      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ },
    833       1.5       cgd 	    },
    834       1.5       cgd 	},
    835       1.5       cgd 
    836      1.62   msaitoh        /* NetMos 6S PCI NM9865 : 1S */
    837      1.62   msaitoh        {   "NetMos NM9865 1 UART",
    838  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, 0x9865,	0xa000,	0x1000	},
    839      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    840      1.62   msaitoh 	    {
    841      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    842      1.62   msaitoh 	    },
    843      1.62   msaitoh 	},
    844      1.62   msaitoh 
    845      1.69   msaitoh        /* NetMos 2S PCI NM9865 : 2S */
    846      1.69   msaitoh        {   "NetMos NM9865 2 UART",
    847  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3002 },
    848      1.69   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    849      1.69   msaitoh 	    {
    850      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    851      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    852      1.69   msaitoh 	    },
    853      1.69   msaitoh 	},
    854      1.69   msaitoh 
    855      1.69   msaitoh        /* NetMos 3S PCI NM9865 : 3S */
    856      1.69   msaitoh        {   "NetMos NM9865 3 UART",
    857  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3003 },
    858      1.69   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    859      1.69   msaitoh 	    {
    860      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    861      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    862      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    863      1.69   msaitoh 	    },
    864      1.69   msaitoh 	},
    865      1.69   msaitoh 
    866      1.69   msaitoh        /* NetMos 4S PCI NM9865 : 4S */
    867      1.62   msaitoh        {   "NetMos NM9865 4 UART",
    868  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3004 },
    869      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    870      1.62   msaitoh 	    {
    871      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    872      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    873      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
    874      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
    875      1.62   msaitoh 	    },
    876      1.62   msaitoh 	},
    877      1.62   msaitoh 
    878      1.69   msaitoh        /* NetMos PCI NM9865 : 1S 1P */
    879      1.69   msaitoh        {   "NetMos NM9865 Single UART and Single LPT",
    880  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3011 },
    881      1.69   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    882      1.69   msaitoh 	    {
    883      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    884      1.69   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
    885      1.69   msaitoh 	    },
    886      1.69   msaitoh 	},
    887      1.69   msaitoh 
    888      1.69   msaitoh        /* NetMos PCI NM9865 : 2S 1P */
    889      1.69   msaitoh        {   "NetMos NM9865 Dual UART and Single LPT",
    890  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3012 },
    891      1.69   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    892      1.69   msaitoh 	    {
    893      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    894      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    895      1.69   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
    896      1.69   msaitoh 	    },
    897      1.69   msaitoh 	},
    898      1.69   msaitoh 
    899      1.69   msaitoh        /* NetMos PCI NM9865 : 2P */
    900      1.69   msaitoh        {   "NetMos NM9865 Dual LPT",
    901  1.69.2.1    jruoho 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9865, 0xa000, 0x3020 },
    902      1.69   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    903      1.69   msaitoh 	    {
    904      1.69   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    905      1.69   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
    906      1.69   msaitoh 	    },
    907      1.69   msaitoh 	},
    908      1.69   msaitoh 
    909  1.69.2.1    jruoho 	/*
    910  1.69.2.1    jruoho 	 * Two 1-port and one 2-port found on a 4-port
    911  1.69.2.1    jruoho 	 * card sold as Sunsway/ST Lab I-430.
    912  1.69.2.1    jruoho 	 */
    913  1.69.2.1    jruoho 	{   "NetMos NM9865 1S",
    914  1.69.2.1    jruoho 	    {	0x9710, 0x9865, 0xa000, 0x1000 },
    915  1.69.2.1    jruoho 	    {	0xffff, 0xffff, 0xffff, 0xffff },
    916  1.69.2.1    jruoho 	    {
    917  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    918  1.69.2.1    jruoho 	    },
    919  1.69.2.1    jruoho 	},
    920  1.69.2.1    jruoho 	{   "NetMos NM9865 2S",
    921  1.69.2.1    jruoho 	    {	0x9710, 0x9865, 0xa000, 0x3002 },
    922  1.69.2.1    jruoho 	    {	0xffff, 0xffff, 0xffff, 0xffff },
    923  1.69.2.1    jruoho 	    {
    924  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    925  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    926  1.69.2.1    jruoho 	    },
    927  1.69.2.1    jruoho 	},
    928  1.69.2.1    jruoho 
    929      1.65   msaitoh 	/* NetMos PCIe Peripheral Controller :UART part */
    930      1.65   msaitoh 	{   "NetMos NM9901 UART",
    931      1.65   msaitoh 	    {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x1000 },
    932      1.65   msaitoh 	    {	0xffff,	0xffff,				      0xffff, 0xffff },
    933      1.65   msaitoh 	    {
    934      1.65   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    935      1.65   msaitoh 	    },
    936      1.65   msaitoh 	},
    937      1.65   msaitoh 
    938      1.62   msaitoh        /* NetMos PCIe NM9901 : 1P */
    939      1.62   msaitoh        {   "NetMos NM9901 LPT",
    940      1.67       mrg 	    {	PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x2000 },
    941      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
    942      1.62   msaitoh 	    {
    943      1.62   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
    944      1.62   msaitoh 	    },
    945      1.62   msaitoh 	},
    946      1.62   msaitoh 
    947  1.69.2.1    jruoho 	/* NetMos PCIe NM9904 (PCI multi function): 4S */
    948  1.69.2.1    jruoho 	{   "NetMos NM9904 UART",
    949  1.69.2.1    jruoho 	    {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9904, 0, 0 },
    950  1.69.2.1    jruoho 	    {	0xffff,	0xffff,				      0, 0 },
    951  1.69.2.1    jruoho 	    {
    952  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    953  1.69.2.1    jruoho 	    },
    954  1.69.2.1    jruoho 	},
    955  1.69.2.1    jruoho 
    956  1.69.2.1    jruoho 	/* NetMos PCIe NM9922 (PCI multi function): 2S */
    957  1.69.2.1    jruoho 	{   "NetMos NM9922 UART",
    958  1.69.2.1    jruoho 	    {   PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9922, 0, 0 },
    959  1.69.2.1    jruoho 	    {	0xffff,	0xffff,				      0, 0 },
    960  1.69.2.1    jruoho 	    {
    961  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    962  1.69.2.1    jruoho 	    },
    963  1.69.2.1    jruoho 	},
    964  1.69.2.1    jruoho 
    965      1.61   msaitoh 	/*
    966      1.61   msaitoh 	 * Boards with an Oxford Semiconductor chip.
    967      1.61   msaitoh 	 *
    968      1.61   msaitoh 	 * Oxford Semiconductor provides documentation for their chip at:
    969      1.61   msaitoh 	 * <URL:http://www.plxtech.com/products/uart>
    970      1.61   msaitoh 	 *
    971      1.61   msaitoh 	 * As sold by Kouwell <URL:http://www.kouwell.com/>.
    972      1.61   msaitoh 	 * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
    973      1.61   msaitoh 	 */
    974      1.61   msaitoh 
    975      1.61   msaitoh 	/* Oxford Semiconductor OXmPCI952 PCI UARTs */
    976      1.61   msaitoh 	{   "Oxford Semiconductor OXmPCI952 UARTs",
    977      1.61   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x950a,	0,	0	},
    978       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
    979       1.5       cgd 	    {
    980      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
    981      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
    982       1.5       cgd 	    },
    983       1.5       cgd 	},
    984       1.5       cgd 
    985      1.61   msaitoh 	/* Oxford Semiconductor OX16PCI952 PCI `950 UARTs - 128 byte FIFOs */
    986      1.61   msaitoh 	{   "Oxford Semiconductor OX16PCI952 UARTs",
    987      1.61   msaitoh 	    {   PCI_VENDOR_OXFORDSEMI, 0x9521, 0,	0	},
    988      1.61   msaitoh 	    {   0xffff, 0xffff, 0,	0	},
    989       1.5       cgd 	    {
    990      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
    991      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
    992       1.5       cgd 	    },
    993       1.5       cgd 	},
    994       1.5       cgd 
    995      1.61   msaitoh 	/* Oxford Semiconductor OX16PCI952 PCI Parallel port */
    996      1.61   msaitoh 	{   "Oxford Semiconductor OX16PCI952 Parallel port",
    997      1.61   msaitoh 	    {   PCI_VENDOR_OXFORDSEMI, 0x9523, 0,	0	},
    998      1.61   msaitoh 	    {   0xffff, 0xffff, 0,	0	},
    999       1.5       cgd 	    {
   1000      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1001       1.5       cgd 	    },
   1002       1.5       cgd 	},
   1003       1.5       cgd 
   1004      1.68   msaitoh 	/* InnoSys Keyspan SX Pro OX16PCI954 based 4 UARTs */
   1005      1.68   msaitoh 	{   "InnoSys Keyspan SX Pro Serial Card",
   1006      1.68   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_INNOSYS, 0x5850 },
   1007      1.68   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1008      1.68   msaitoh 	    {
   1009      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   1010      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   1011      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
   1012      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
   1013      1.68   msaitoh 	    },
   1014      1.68   msaitoh 	},
   1015      1.68   msaitoh 
   1016      1.68   msaitoh 	/* I-O DATA RSA-PCI2 two UARTs based on OX16PCI954 */
   1017      1.68   msaitoh 	{   "I-O DATA RSA-PCI2 UARTs",
   1018      1.68   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_IODATA, 0xc070 },
   1019      1.68   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1020      1.68   msaitoh 	    {
   1021      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   1022      1.68   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   1023      1.68   msaitoh 	    },
   1024      1.68   msaitoh 	},
   1025      1.68   msaitoh 
   1026      1.62   msaitoh 	/* I-O DATA RSA-PCI2 four/eight(1-4) UARTs based on OX16PCI954 */
   1027      1.63   msaitoh 	{   "I-O DATA RSA-PCI2/P4 or P8 (1-4) UARTs",
   1028      1.66   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_IODATA, 0xd007 },
   1029      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1030      1.62   msaitoh 	    {
   1031      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   1032      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   1033      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
   1034      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
   1035      1.62   msaitoh 	    },
   1036      1.62   msaitoh 	},
   1037      1.62   msaitoh 
   1038      1.62   msaitoh 	/* OEM of Oxford Semiconductor PCI UARTs? */
   1039      1.62   msaitoh 	{   "SIIG Cyber 4 PCI 16550",
   1040      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_SIIG, 0x2050	},
   1041      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1042      1.62   msaitoh 	    {
   1043      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
   1044      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
   1045      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 },
   1046      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 },
   1047      1.62   msaitoh 	    },
   1048      1.62   msaitoh 	},
   1049      1.62   msaitoh 
   1050      1.62   msaitoh 	/* OEM of Oxford Semiconductor PCI UARTs? */
   1051      1.62   msaitoh 	{   "SIIG Cyber 4S PCI 16C650 (20x family)",
   1052      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_SIIG, 0x2051	},
   1053      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1054      1.62   msaitoh 	    {
   1055      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
   1056      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
   1057      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 },
   1058      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 },
   1059      1.62   msaitoh 	    },
   1060      1.62   msaitoh 	},
   1061      1.62   msaitoh 
   1062      1.61   msaitoh 	/* OEM of Oxford Semiconductor PCI UARTs? */
   1063      1.61   msaitoh 	{   "Avlab LP PCI 4S Quartet",
   1064      1.61   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_AVLAB, 0x2150 },
   1065      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1066       1.5       cgd 	    {
   1067      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
   1068      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
   1069      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10 },
   1070      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10 },
   1071       1.5       cgd 	    },
   1072       1.5       cgd 	},
   1073       1.5       cgd 
   1074      1.61   msaitoh 	/* Oxford Semiconductor OX16PCI954 PCI UARTs */
   1075      1.61   msaitoh 	{   "Oxford Semiconductor OX16PCI954 UARTs",
   1076      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	PCI_VENDOR_OXFORDSEMI,	0 },
   1077      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0	},
   1078       1.5       cgd 	    {
   1079      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1080      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1081      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8},
   1082      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8},
   1083       1.5       cgd 	    },
   1084       1.5       cgd 	},
   1085       1.5       cgd 
   1086      1.62   msaitoh 	/* Oxford Semiconductor OX16PCI954 PCI UARTs (default for 0x9501) */
   1087      1.62   msaitoh 	{   "Oxford Semiconductor OX16PCI954 UARTs",
   1088      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9501,	0,	0	},
   1089      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1090      1.62   msaitoh 	    {
   1091      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ},
   1092      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ},
   1093      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ},
   1094      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ},
   1095      1.62   msaitoh 	    },
   1096      1.62   msaitoh 	},
   1097      1.62   msaitoh 
   1098      1.62   msaitoh 	/* I-O DATA RSA-PCI2 eight(5-8) UARTs base on OX16PCI954 */
   1099      1.63   msaitoh 	{   "I-O DATA RSA-PCI2/P8 (5-8) UARTs",
   1100      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9511,	PCI_VENDOR_IODATA, 0xd007 },
   1101      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1102      1.62   msaitoh 	    {
   1103      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   1104      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   1105      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
   1106      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
   1107      1.62   msaitoh 	    },
   1108      1.62   msaitoh 	},
   1109      1.62   msaitoh 
   1110      1.62   msaitoh 	/* Exsys EX-41098, second part of SIIG Cyber 8S PCI Card */
   1111      1.62   msaitoh 	{   "Exsys EX-41098",
   1112      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9511,	PCI_VENDOR_SIIG, 0x2082	},
   1113      1.62   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1114      1.62   msaitoh 	    {
   1115      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10},
   1116      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10},
   1117      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 10},
   1118      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 10},
   1119      1.62   msaitoh 	    },
   1120      1.62   msaitoh 	},
   1121      1.62   msaitoh 
   1122      1.61   msaitoh 	/* Oxford Semiconductor OX16PCI954 PCI Parallel port */
   1123      1.61   msaitoh 	{   "Oxford Semiconductor OX16PCI954 Parallel port",
   1124      1.61   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9513,	0,	0	},
   1125       1.5       cgd 	    {	0xffff,	0xffff,	0,	0	},
   1126       1.5       cgd 	    {
   1127      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1128       1.5       cgd 	    },
   1129       1.5       cgd 	},
   1130       1.5       cgd 
   1131      1.62   msaitoh 	/* Oxford Semiconductor OX16PCI958 UARTs */
   1132      1.62   msaitoh 	{   "Oxford Semiconductor OX16PCI958 UARTs",
   1133      1.62   msaitoh 	    {	PCI_VENDOR_OXFORDSEMI,	0x9538,	0,	0	},
   1134      1.62   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1135      1.62   msaitoh 	    {
   1136      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 10},
   1137      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 10},
   1138      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 10},
   1139      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 10},
   1140      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 10},
   1141      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 10},
   1142      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 10},
   1143      1.62   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 10},
   1144      1.62   msaitoh 	    },
   1145      1.62   msaitoh 	},
   1146      1.62   msaitoh 
   1147  1.69.2.1    jruoho 	{   "SUNIX 5008 1P",
   1148  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0100 },
   1149  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1150  1.69.2.1    jruoho 	    {
   1151  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1152  1.69.2.1    jruoho 	    },
   1153  1.69.2.1    jruoho 	},
   1154  1.69.2.1    jruoho 
   1155  1.69.2.1    jruoho 	{   "SUNIX 5016 8S",
   1156  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0010 },
   1157  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1158  1.69.2.1    jruoho 	    {
   1159  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1160  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1161  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8},
   1162  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8},
   1163  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
   1164  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ * 8},
   1165  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x10, COM_FREQ * 8},
   1166  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x18, COM_FREQ * 8},
   1167  1.69.2.1    jruoho /*
   1168  1.69.2.1    jruoho  * PUC_MAX_PORTS needs to be raised in order to reach these ports
   1169  1.69.2.1    jruoho  */
   1170  1.69.2.1    jruoho #if PUC_MAX_PORTS >= 16
   1171  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x20, COM_FREQ * 8},
   1172  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x28, COM_FREQ * 8},
   1173  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x30, COM_FREQ * 8},
   1174  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x38, COM_FREQ * 8},
   1175  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x40, COM_FREQ * 8},
   1176  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x48, COM_FREQ * 8},
   1177  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x50, COM_FREQ * 8},
   1178  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x58, COM_FREQ * 8},
   1179  1.69.2.1    jruoho #endif /* PUC_MAX_PORTS >= 16 */
   1180  1.69.2.1    jruoho 	    },
   1181  1.69.2.1    jruoho 	},
   1182  1.69.2.1    jruoho 
   1183  1.69.2.1    jruoho 	{   "SUNIX 5027 1S",
   1184  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0001 },
   1185  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1186  1.69.2.1    jruoho 	    {
   1187  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1188  1.69.2.1    jruoho 	    },
   1189  1.69.2.1    jruoho 	},
   1190  1.69.2.1    jruoho 
   1191  1.69.2.1    jruoho 	{   "SUNIX 5037 2S",
   1192  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0002 },
   1193  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1194  1.69.2.1    jruoho 	    {
   1195  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1196  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1197  1.69.2.1    jruoho 	    },
   1198  1.69.2.1    jruoho 	},
   1199  1.69.2.1    jruoho 
   1200  1.69.2.1    jruoho 	{   "SUNIX 5056 4S",
   1201  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0004 },
   1202  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1203  1.69.2.1    jruoho 	    {
   1204  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1205  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1206  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8},
   1207  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8},
   1208  1.69.2.1    jruoho 	    },
   1209  1.69.2.1    jruoho 	},
   1210  1.69.2.1    jruoho 
   1211  1.69.2.1    jruoho 	{   "SUNIX 5066 8S",
   1212  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0008 },
   1213  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1214  1.69.2.1    jruoho 	    {
   1215  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1216  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1217  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8},
   1218  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8},
   1219  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8},
   1220  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ * 8},
   1221  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x10, COM_FREQ * 8},
   1222  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x18, COM_FREQ * 8},
   1223  1.69.2.1    jruoho 	    },
   1224  1.69.2.1    jruoho 	},
   1225  1.69.2.1    jruoho 
   1226  1.69.2.1    jruoho 	{   "SUNIX 5069 1S / 1P",
   1227  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0101 },
   1228  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1229  1.69.2.1    jruoho 	    {
   1230  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1231  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1232  1.69.2.1    jruoho 	    },
   1233  1.69.2.1    jruoho 	},
   1234  1.69.2.1    jruoho 
   1235  1.69.2.1    jruoho 	{   "SUNIX 5079 2S / 1P",
   1236  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0102 },
   1237  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1238  1.69.2.1    jruoho 	    {
   1239  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1240  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1241  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1242  1.69.2.1    jruoho 	    },
   1243  1.69.2.1    jruoho 	},
   1244  1.69.2.1    jruoho 
   1245  1.69.2.1    jruoho 	{   "SUNIX 5099 4S / 1P",
   1246  1.69.2.1    jruoho 	    {	PCI_VENDOR_SUNIX2,	0x1999,	0x1fd4,	0x0104 },
   1247  1.69.2.1    jruoho 	    {	0xffff,	0xffff,	0xffff,	0xffff },
   1248  1.69.2.1    jruoho 	    {
   1249  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1250  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1251  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8},
   1252  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8},
   1253  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1254  1.69.2.1    jruoho 	    },
   1255  1.69.2.1    jruoho 	},
   1256  1.69.2.1    jruoho 
   1257      1.61   msaitoh 	/*
   1258      1.61   msaitoh 	 * XXX no entry because I have no data:
   1259      1.61   msaitoh 	 * XXX Dolphin Peripherals 4006 (single parallel)
   1260      1.61   msaitoh 	 */
   1261       1.5       cgd 
   1262      1.61   msaitoh 	/*
   1263      1.61   msaitoh 	 * Dolphin Peripherals 4014 (dual parallel port) card.  PLX 9050, with
   1264      1.61   msaitoh 	 * a seemingly-lame EEPROM setup that puts the Dolphin IDs
   1265      1.61   msaitoh 	 * into the subsystem fields, and claims that it's a
   1266      1.61   msaitoh 	 * network/misc (0x02/0x80) device.
   1267      1.61   msaitoh 	 */
   1268      1.61   msaitoh 	{   "Dolphin Peripherals 4014",
   1269      1.61   msaitoh 	    {	PCI_VENDOR_PLX,	0x9050,	0xd84d,	0x6810	},
   1270      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1271       1.5       cgd 	    {
   1272      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   1273      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x24, 0x00, 0x00 },
   1274       1.5       cgd 	    },
   1275       1.5       cgd 	},
   1276       1.5       cgd 
   1277      1.61   msaitoh 	/*
   1278      1.61   msaitoh 	 * XXX Dolphin Peripherals 4025 (single serial)
   1279      1.61   msaitoh 	 * (clashes with Dolphin Peripherals  4036 (2s variant)
   1280      1.61   msaitoh 	 */
   1281       1.5       cgd 
   1282      1.61   msaitoh 	/*
   1283      1.61   msaitoh 	 * Dolphin Peripherals 4035 (dual serial port) card.  PLX 9050, with
   1284      1.61   msaitoh 	 * a seemingly-lame EEPROM setup that puts the Dolphin IDs
   1285      1.61   msaitoh 	 * into the subsystem fields, and claims that it's a
   1286      1.61   msaitoh 	 * network/misc (0x02/0x80) device.
   1287      1.61   msaitoh 	 */
   1288      1.61   msaitoh 	{   "Dolphin Peripherals 4035",
   1289      1.61   msaitoh 	    {	PCI_VENDOR_PLX,	0x9050,	0xd84d,	0x6808	},
   1290      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1291       1.5       cgd 	    {
   1292      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
   1293      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
   1294      1.31    bouyer 	    },
   1295      1.31    bouyer 	},
   1296      1.31    bouyer 
   1297  1.69.2.1    jruoho 	/*
   1298  1.69.2.1    jruoho 	 * Nanjing QinHeng Electronics
   1299  1.69.2.1    jruoho 	 * Products based on CH353 chip which can be
   1300  1.69.2.1    jruoho 	 * configured to provide various combinations
   1301  1.69.2.1    jruoho 	 * including 2 serial ports and a parallel port
   1302  1.69.2.1    jruoho 	 * or 4 serial ports (using a CH432 parallel to
   1303  1.69.2.1    jruoho 	 * 2 serial port converter. Product codes from
   1304  1.69.2.1    jruoho 	 * documentation (and physical 2 port serial card)
   1305  1.69.2.1    jruoho 	 */
   1306  1.69.2.1    jruoho 	{   "Nanjing QinHeng Electronics 2S",
   1307  1.69.2.1    jruoho 	    {	PCI_VENDOR_QINHENG, 0x3253, PCI_VENDOR_QINHENG, 0x3253	},
   1308  1.69.2.1    jruoho 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1309  1.69.2.1    jruoho 	    {
   1310  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
   1311  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
   1312  1.69.2.1    jruoho 	    },
   1313  1.69.2.1    jruoho 	},
   1314  1.69.2.1    jruoho 
   1315  1.69.2.1    jruoho 	{   "Nanjing QinHeng Electronics 2S, 1P",
   1316  1.69.2.1    jruoho 	    {	PCI_VENDOR_QINHENG, 0x7053, PCI_VENDOR_QINHENG, 0x7053	},
   1317  1.69.2.1    jruoho 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1318  1.69.2.1    jruoho 	    {
   1319  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
   1320  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
   1321  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1322  1.69.2.1    jruoho 	    },
   1323  1.69.2.1    jruoho 	},
   1324  1.69.2.1    jruoho 
   1325  1.69.2.1    jruoho 
   1326      1.39    bouyer 	/* VScom PCI-200: 2S */
   1327      1.39    bouyer 	{   "VScom PCI-200",
   1328      1.61   msaitoh 	    {	PCI_VENDOR_PLX,	0x1103,	PCI_VENDOR_PLX,	0x1103	},
   1329      1.39    bouyer 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1330      1.39    bouyer 	    {
   1331      1.39    bouyer 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1332      1.39    bouyer 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1333      1.39    bouyer 	    },
   1334      1.39    bouyer 	},
   1335      1.39    bouyer 
   1336      1.20     soren 	/* VScom PCI-400: 4S */
   1337      1.20     soren 	{   "VScom PCI-400",
   1338      1.61   msaitoh 	    {	PCI_VENDOR_PLX,	0x1077,	PCI_VENDOR_PLX,	0x1077	},
   1339      1.20     soren 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1340      1.20     soren 	    {
   1341      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1342      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
   1343      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
   1344      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
   1345      1.20     soren 	    },
   1346      1.20     soren 	},
   1347       1.3       cgd 
   1348      1.20     soren 	/* VScom PCI-800: 8S */
   1349       1.4       cgd 	{   "VScom PCI-800",
   1350      1.61   msaitoh 	    {	PCI_VENDOR_PLX,	0x1076,	PCI_VENDOR_PLX,	0x1076	},
   1351       1.3       cgd 	    {	0xffff,	0xffff,	0xffff,	0xffff	},
   1352       1.3       cgd 	    {
   1353      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1354      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
   1355      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
   1356      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
   1357      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 8 },
   1358      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 8 },
   1359      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 8 },
   1360      1.20     soren 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 8 },
   1361      1.11    bouyer 	    },
   1362      1.11    bouyer 	},
   1363      1.32       chs 
   1364      1.61   msaitoh 	/*
   1365      1.61   msaitoh 	 * Perle PCI-RAS 4 Modem ports
   1366      1.61   msaitoh 	 */
   1367      1.61   msaitoh 	{   "Perle Systems PCI-RAS 4 modem ports",
   1368      1.61   msaitoh 	    {	PCI_VENDOR_PLX, 0x9030, 0x155f, 0xf001	},
   1369      1.61   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1370      1.37   mycroft 	    {
   1371      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1372      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1373      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1374      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1375      1.37   mycroft 	    },
   1376      1.37   mycroft 	},
   1377      1.61   msaitoh 
   1378      1.61   msaitoh 	/*
   1379      1.61   msaitoh 	 * Perle PCI-RASV92 4 Modem ports
   1380      1.61   msaitoh 	 */
   1381      1.61   msaitoh 	{   "Perle Systems PCI-RASV92 4 modem ports",
   1382      1.61   msaitoh 	    {	PCI_VENDOR_PLX, 0x9050, 0x155f, 0xf001	},
   1383      1.61   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1384      1.37   mycroft 	    {
   1385      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1386      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1387      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1388      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1389      1.37   mycroft 	    },
   1390      1.37   mycroft 	},
   1391      1.37   mycroft 
   1392      1.11    bouyer 	/*
   1393      1.61   msaitoh 	 * Perle PCI-RAS 8 Modem ports
   1394      1.11    bouyer 	 */
   1395      1.61   msaitoh 	{   "Perle Systems PCI-RAS 8 modem ports",
   1396      1.61   msaitoh 	    {	PCI_VENDOR_PLX, 0x9030, 0x155f, 0xf010	},
   1397      1.61   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1398      1.11    bouyer 	    {
   1399      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1400      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1401      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1402      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1403      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 4 },
   1404      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 4 },
   1405      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 4 },
   1406      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 4 },
   1407      1.11    bouyer 	    },
   1408      1.11    bouyer 	},
   1409      1.61   msaitoh 
   1410      1.61   msaitoh 	/*
   1411      1.61   msaitoh 	 * Perle PCI-RASV92 8 Modem ports
   1412      1.61   msaitoh 	 */
   1413      1.61   msaitoh 	{   "Perle Systems PCI-RASV92 8 modem ports",
   1414      1.61   msaitoh 	    {	PCI_VENDOR_PLX, 0x9050, 0x155f, 0xf010	},
   1415      1.61   msaitoh 	    {	0xffff, 0xffff, 0xffff, 0xffff	},
   1416      1.11    bouyer 	    {
   1417      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1418      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1419      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1420      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1421      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 4 },
   1422      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 4 },
   1423      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 4 },
   1424      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 4 },
   1425       1.7       jun 	    },
   1426       1.7       jun 	},
   1427      1.61   msaitoh 
   1428      1.61   msaitoh 	/*
   1429      1.61   msaitoh 	 * Boca Research Turbo Serial 654 (4 serial port) card.
   1430      1.61   msaitoh 	 * Appears to be the same as Chase Research PLC PCI-FAST4
   1431      1.61   msaitoh 	 * and Perle PCI-FAST4 Multi-Port serial cards.
   1432      1.61   msaitoh 	 */
   1433      1.61   msaitoh 	{   "Boca Research Turbo Serial 654",
   1434      1.61   msaitoh 	    {   PCI_VENDOR_PLX, 0x9050, 0x12e0, 0x0031  },
   1435      1.61   msaitoh 	    {   0xffff, 0xffff, 0xffff, 0xffff  },
   1436      1.29       seb 	    {
   1437      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1438      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1439      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1440      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1441      1.29       seb 	    },
   1442      1.29       seb 	},
   1443      1.61   msaitoh 
   1444      1.61   msaitoh 	/*
   1445      1.61   msaitoh 	 * Boca Research Turbo Serial 658 (8 serial port) card.
   1446      1.61   msaitoh 	 * Appears to be the same as Chase Research PLC PCI-FAST8
   1447      1.61   msaitoh 	 * and Perle PCI-FAST8 Multi-Port serial cards.
   1448      1.61   msaitoh 	 */
   1449      1.61   msaitoh 	{   "Boca Research Turbo Serial 658",
   1450      1.61   msaitoh 	    {   PCI_VENDOR_PLX, 0x9050, 0x12e0, 0x0021  },
   1451      1.61   msaitoh 	    {   0xffff, 0xffff, 0xffff, 0xffff  },
   1452       1.7       jun 	    {
   1453      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 4 },
   1454      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 4 },
   1455      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 4 },
   1456      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 4 },
   1457      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x20, COM_FREQ * 4 },
   1458      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x28, COM_FREQ * 4 },
   1459      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x30, COM_FREQ * 4 },
   1460      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x38, COM_FREQ * 4 },
   1461       1.7       jun 	    },
   1462       1.7       jun 	},
   1463       1.7       jun 
   1464      1.61   msaitoh 	/*
   1465      1.61   msaitoh 	 * SIIG Boards.
   1466      1.61   msaitoh 	 *
   1467      1.61   msaitoh 	 * SIIG provides documentation for their boards at:
   1468      1.61   msaitoh 	 * <URL:http://www.siig.com/driver.htm>
   1469      1.61   msaitoh 	 *
   1470      1.61   msaitoh 	 * Please excuse the weird ordering, it's the order they
   1471      1.61   msaitoh 	 * use in their documentation.
   1472      1.61   msaitoh 	 */
   1473      1.61   msaitoh 
   1474      1.61   msaitoh 	/*
   1475      1.61   msaitoh 	 * SIIG "10x" family boards.
   1476      1.61   msaitoh 	 */
   1477      1.61   msaitoh 
   1478      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C550 (10x family): 1S */
   1479      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C550 (10x family)",
   1480      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1000,	0,	0	},
   1481      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1482       1.7       jun 	    {
   1483      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1484      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR1 },
   1485       1.8    castor 	    },
   1486       1.8    castor 	},
   1487       1.8    castor 
   1488      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C650 (10x family): 1S */
   1489      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C650 (10x family)",
   1490      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1001,	0,	0	},
   1491       1.8    castor 	    {	0xffff,	0xffff,	0,	0	},
   1492       1.8    castor 	    {
   1493      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1494      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR1 },
   1495       1.8    castor 	    },
   1496       1.8    castor 	},
   1497       1.8    castor 
   1498      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C850 (10x family): 1S */
   1499      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C850 (10x family)",
   1500      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1002,	0,	0	},
   1501      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1502       1.8    castor 	    {
   1503      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1504      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR1 },
   1505      1.19   thorpej 	    },
   1506      1.19   thorpej 	},
   1507      1.19   thorpej 
   1508      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C550 (10x family): 1S, 1P */
   1509      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C550 (10x family)",
   1510      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1010,	0,	0	},
   1511      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1512      1.19   thorpej 	    {
   1513      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1514      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1515      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1516      1.33  jdolecek 	    },
   1517      1.33  jdolecek 	},
   1518      1.33  jdolecek 
   1519      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C650 (10x family): 1S, 1P */
   1520      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C650 (10x family)",
   1521      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1011,	0,	0	},
   1522      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1523      1.33  jdolecek 	    {
   1524      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1525      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1526      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1527      1.15  christos 	    },
   1528      1.15  christos 	},
   1529      1.15  christos 
   1530      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C850 (10x family): 1S, 1P */
   1531      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C850 (10x family)",
   1532      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1012,	0,	0	},
   1533      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1534      1.15  christos 	    {
   1535      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1536      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1537      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1538       1.9    bouyer 	    },
   1539       1.9    bouyer 	},
   1540       1.9    bouyer 
   1541      1.61   msaitoh 	/* SIIG Cyber Parallel PCI (10x family): 1P */
   1542      1.61   msaitoh 	{   "SIIG Cyber Parallel PCI (10x family)",
   1543      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1020,	0,	0	},
   1544       1.9    bouyer 	    {	0xffff,	0xffff,	0,	0	},
   1545       1.9    bouyer 	    {
   1546      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1547      1.10    bouyer 	    },
   1548      1.10    bouyer 	},
   1549      1.10    bouyer 
   1550      1.61   msaitoh 	/* SIIG Cyber Parallel Dual PCI (10x family): 2P */
   1551      1.61   msaitoh 	{   "SIIG Cyber Parallel Dual PCI (10x family)",
   1552      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1021,	0,	0	},
   1553      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1554      1.10    bouyer 	    {
   1555      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1556      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   1557      1.12     veego 	    },
   1558      1.12     veego 	},
   1559      1.12     veego 
   1560      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C550 (10x family): 2S */
   1561      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C550 (10x family)",
   1562      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1030,	0,	0	},
   1563      1.57   tsutsui 	    {	0xffff,	0xffff,	0,	0	},
   1564      1.57   tsutsui 	    {
   1565      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1566      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1567      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1568      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1569      1.57   tsutsui 	    },
   1570      1.57   tsutsui 	},
   1571      1.57   tsutsui 
   1572      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C650 (10x family): 2S */
   1573      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C650 (10x family)",
   1574      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1031,	0,	0	},
   1575      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1576      1.31    bouyer 	    {
   1577      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1578      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1579      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1580      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1581      1.31    bouyer 	    },
   1582      1.31    bouyer 	},
   1583      1.31    bouyer 
   1584      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C850 (10x family): 2S */
   1585      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C850 (10x family)",
   1586      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1032,	0,	0	},
   1587      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1588      1.31    bouyer 	    {
   1589      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1590      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1591      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1592      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1593      1.31    bouyer 	    },
   1594      1.31    bouyer 	},
   1595      1.31    bouyer 
   1596      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C550 (10x family): 2S, 1P */
   1597      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C550 (10x family)",
   1598      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1034,	0,	0	},
   1599      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1600      1.58     enami 	    {
   1601      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1602      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1603      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1604      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1605      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   1606      1.58     enami 	    },
   1607      1.58     enami 	},
   1608      1.58     enami 
   1609      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C650 (10x family): 2S, 1P */
   1610      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C650 (10x family)",
   1611      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1035,	0,	0	},
   1612      1.12     veego 	    {	0xffff,	0xffff,	0,	0	},
   1613      1.12     veego 	    {
   1614      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1615      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1616      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1617      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1618      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   1619      1.12     veego 	    },
   1620      1.12     veego 	},
   1621      1.12     veego 
   1622      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C850 (10x family): 2S, 1P */
   1623      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C850 (10x family)",
   1624      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1036,	0,	0	},
   1625      1.27   hannken 	    {	0xffff,	0xffff,	0,	0	},
   1626      1.27   hannken 	    {
   1627      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1628      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR2 },
   1629      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00,
   1630      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR3 },
   1631      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   1632      1.27   hannken 	    },
   1633      1.27   hannken 	},
   1634      1.27   hannken 
   1635      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C550 (10x family): 4S */
   1636      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C550 (10x family)",
   1637      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1050,	0,	0	},
   1638      1.51       chs 	    {	0xffff,	0xffff,	0,	0	},
   1639      1.51       chs 	    {
   1640      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1641      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1642      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1643      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1644      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ * 8 },
   1645      1.51       chs 	    },
   1646      1.51       chs 	},
   1647      1.51       chs 
   1648      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C650 (10x family): 4S */
   1649      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C650 (10x family)",
   1650      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1051,	0,	0	},
   1651      1.51       chs 	    {	0xffff,	0xffff,	0,	0	},
   1652      1.43    martin 	    {
   1653      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1654      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1655      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1656      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1657      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ * 8 },
   1658      1.43    martin 	    },
   1659      1.43    martin 	},
   1660      1.43    martin 
   1661      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C850 (10x family): 4S */
   1662      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C850 (10x family)",
   1663      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x1052,	0,	0	},
   1664      1.51       chs 	    {	0xffff,	0xffff,	0,	0	},
   1665      1.51       chs 	    {
   1666      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00,
   1667      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG10x|PUC_PORT_USR0 },
   1668      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1669      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1670      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ * 8 },
   1671      1.51       chs 	    },
   1672      1.51       chs 	},
   1673      1.51       chs 
   1674      1.61   msaitoh 	/*
   1675      1.61   msaitoh 	 * SIIG "20x" family boards.
   1676      1.61   msaitoh 	 */
   1677      1.61   msaitoh 
   1678      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C550 (20x family): 1S */
   1679      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C550 (20x family)",
   1680      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2000,	0,	0	},
   1681      1.51       chs 	    {	0xffff,	0xffff,	0,	0	},
   1682      1.45    bouyer 	    {
   1683      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1684      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1685      1.45    bouyer 	    },
   1686      1.45    bouyer 	},
   1687      1.45    bouyer 
   1688      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C650 (20x family): 1S */
   1689      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C650 (20x family)",
   1690      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2001,	0,	0	},
   1691      1.51       chs 	    {	0xffff,	0xffff,	0,	0	},
   1692      1.51       chs 	    {
   1693      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1694      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1695      1.51       chs 	    },
   1696      1.51       chs 	},
   1697      1.51       chs 
   1698      1.61   msaitoh 	/* SIIG Cyber Serial PCI 16C850 (20x family): 1S */
   1699      1.61   msaitoh 	{   "SIIG Cyber Serial PCI 16C850 (20x family)",
   1700      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2002,	0,	0	},
   1701      1.12     veego 	    {	0xffff,	0xffff,	0,	0	},
   1702      1.12     veego 	    {
   1703      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1704      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1705      1.34  jdolecek 	    },
   1706      1.34  jdolecek 	},
   1707      1.34  jdolecek 
   1708      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C550 (20x family): 1S, 1P */
   1709      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C550 (20x family)",
   1710      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2010,	0,	0	},
   1711      1.34  jdolecek 	    {	0xffff,	0xffff,	0,	0	},
   1712      1.34  jdolecek 	    {
   1713      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1714      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1715      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1716      1.17   msaitoh 	    },
   1717      1.17   msaitoh 	},
   1718      1.17   msaitoh 
   1719      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C650 (20x family): 1S, 1P */
   1720      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C650 (20x family)",
   1721      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2011,	0,	0	},
   1722      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1723      1.47      cube 	    {
   1724      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1725      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1726      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1727      1.47      cube 	    },
   1728      1.47      cube 	},
   1729      1.47      cube 
   1730      1.61   msaitoh 	/* SIIG Cyber I/O PCI 16C850 (20x family): 1S, 1P */
   1731      1.61   msaitoh 	{   "SIIG Cyber I/O PCI 16C850 (20x family)",
   1732      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2012,	0,	0	},
   1733      1.17   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1734      1.17   msaitoh 	    {
   1735      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1736      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1737      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1738      1.28     lukem 	    },
   1739      1.28     lukem 	},
   1740      1.28     lukem 
   1741      1.61   msaitoh 	/* SIIG Cyber Parallel PCI (20x family): 1P */
   1742      1.61   msaitoh 	{   "SIIG Cyber Parallel PCI (20x family)",
   1743      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2020,	0,	0	},
   1744      1.28     lukem 	    {	0xffff,	0xffff,	0,	0	},
   1745      1.28     lukem 	    {
   1746      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1747      1.24   thorpej 	    },
   1748      1.24   thorpej 	},
   1749      1.24   thorpej 
   1750      1.61   msaitoh 	/* SIIG Cyber Parallel Dual PCI (20x family): 2P */
   1751      1.61   msaitoh 	{   "SIIG Cyber Parallel Dual PCI (20x family)",
   1752      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2021,	0,	0	},
   1753      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1754      1.49    bouyer 	    {
   1755      1.49    bouyer 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1756      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1757      1.49    bouyer 	    },
   1758      1.49    bouyer 	},
   1759      1.49    bouyer 
   1760      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C550 (20x family): 2S */
   1761      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C550 (20x family)",
   1762      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2030,	0,	0	},
   1763      1.24   thorpej 	    {	0xffff,	0xffff,	0,	0	},
   1764      1.24   thorpej 	    {
   1765      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1766      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1767      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1768      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1769      1.30     enami 	    },
   1770      1.30     enami 	},
   1771      1.30     enami 
   1772      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C650 (20x family): 2S */
   1773      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C650 (20x family)",
   1774      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2031,	0,	0	},
   1775      1.30     enami 	    {	0xffff,	0xffff,	0,	0	},
   1776      1.30     enami 	    {
   1777      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1778      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1779      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1780      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1781      1.32       chs 	    },
   1782      1.32       chs 	},
   1783      1.32       chs 
   1784      1.61   msaitoh 	/* SIIG Cyber Serial Dual PCI 16C850 (20x family): 2S */
   1785      1.61   msaitoh 	{   "SIIG Cyber Serial Dual PCI 16C850 (20x family)",
   1786      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2032,	0,	0	},
   1787      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1788      1.48      manu 	    {
   1789      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1790      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1791      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1792      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1793      1.48      manu 	    },
   1794      1.48      manu 	},
   1795      1.48      manu 
   1796      1.61   msaitoh 	/* SIIG Cyber 2P1S PCI 16C550 (20x family): 1S, 2P */
   1797      1.61   msaitoh 	{   "SIIG Cyber 2P1S PCI 16C550 (20x family)",
   1798      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2040,	0,	0	},
   1799      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1800      1.50      manu 	    {
   1801      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1802      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1803      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1804      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1805      1.50      manu 	    },
   1806      1.50      manu 	},
   1807      1.50      manu 
   1808      1.61   msaitoh 	/* SIIG Cyber 2P1S PCI 16C650 (20x family): 1S, 2P */
   1809      1.61   msaitoh 	{   "SIIG Cyber 2P1S PCI 16C650 (20x family)",
   1810      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2041,	0,	0	},
   1811      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1812      1.50      manu 	    {
   1813      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1814      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1815      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1816      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1817      1.50      manu 	    },
   1818      1.50      manu 	},
   1819      1.50      manu 
   1820      1.61   msaitoh 	/* SIIG Cyber 2P1S PCI 16C850 (20x family): 1S, 2P */
   1821      1.61   msaitoh 	{   "SIIG Cyber 2P1S PCI 16C850 (20x family)",
   1822      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2042,	0,	0	},
   1823      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1824      1.50      manu 	    {
   1825      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1826      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1827      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x14, 0x00, 0x00 },
   1828      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   1829      1.61   msaitoh 	    },
   1830      1.61   msaitoh 	},
   1831      1.61   msaitoh 
   1832      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C550 (20x family): 4S */
   1833      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C550 (20x family)",
   1834      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2050,	0,	0	},
   1835      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1836      1.61   msaitoh 	    {
   1837      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1838      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1839      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1840      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1841      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1842      1.61   msaitoh 	    },
   1843      1.61   msaitoh 	},
   1844      1.61   msaitoh 
   1845      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C650 (20x family): 4S */
   1846      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C650 (20x family)",
   1847      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2051,	0,	0	},
   1848      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1849      1.61   msaitoh 	    {
   1850      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1851      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1852      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1853      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1854      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1855      1.61   msaitoh 	    },
   1856      1.61   msaitoh 	},
   1857      1.61   msaitoh 
   1858      1.61   msaitoh 	/* SIIG Cyber 4S PCI 16C850 (20x family): 4S */
   1859      1.61   msaitoh 	{   "SIIG Cyber 4S PCI 16C850 (20x family)",
   1860      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2052,	0,	0	},
   1861      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1862      1.61   msaitoh 	    {
   1863      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1864      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1865      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1866      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1867      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1868      1.61   msaitoh 	    },
   1869      1.61   msaitoh 	},
   1870      1.61   msaitoh 
   1871      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C550 (20x family): 2S, 1P */
   1872      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C550 (20x family)",
   1873      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2060,	0,	0	},
   1874      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1875      1.61   msaitoh 	    {
   1876      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1877      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1878      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1879      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1880      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1881      1.61   msaitoh 	    },
   1882      1.61   msaitoh 	},
   1883      1.61   msaitoh 
   1884      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C650 (20x family): 2S, 1P */
   1885      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C650 (20x family)",
   1886      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2061,	0,	0	},
   1887      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1888      1.61   msaitoh 	    {
   1889      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1890      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1891      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1892      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1893      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1894      1.61   msaitoh 	    },
   1895      1.61   msaitoh 	},
   1896      1.61   msaitoh 
   1897      1.61   msaitoh 	/* SIIG Cyber 2S1P PCI 16C850 (20x family): 2S, 1P */
   1898      1.61   msaitoh 	{   "SIIG Cyber 2S1P PCI 16C850 (20x family)",
   1899      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2062,	0,	0	},
   1900      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1901      1.61   msaitoh 	    {
   1902      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1903      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1904      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00,
   1905      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR1 },
   1906      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1907      1.61   msaitoh 	    },
   1908      1.61   msaitoh 	},
   1909      1.61   msaitoh 
   1910      1.61   msaitoh 	/* SIIG PS8000 PCI 8S 16C550 (20x family): 8S - 16 Byte FIFOs */
   1911      1.61   msaitoh 	{   "SIIG PS8000 PCI 8S 16C550 (20x family)",
   1912      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2080,	0,	0	},
   1913      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1914      1.61   msaitoh 	    {
   1915      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1916      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1917      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1918      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1919      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1920      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1921      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ * 8 },
   1922      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x10, COM_FREQ * 8 },
   1923      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x18, COM_FREQ * 8 },
   1924      1.61   msaitoh 	    },
   1925      1.61   msaitoh 	},
   1926      1.61   msaitoh 
   1927      1.61   msaitoh 	/* SIIG PS8000 PCI 8S 16C650 (20x family): 8S - 32 Byte FIFOs */
   1928      1.61   msaitoh 	{   "SIIG PS8000 PCI 8S 16C650 (20x family)",
   1929      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2081,	0,	0	},
   1930      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1931      1.61   msaitoh 	    {
   1932      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1933      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1934      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1935      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1936      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1937      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1938      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ * 8 },
   1939      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x10, COM_FREQ * 8 },
   1940      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x18, COM_FREQ * 8 },
   1941      1.61   msaitoh 	    },
   1942      1.61   msaitoh 	},
   1943      1.61   msaitoh 
   1944      1.61   msaitoh 	/* SIIG PS8000 PCI 8S 16C850 (20x family): 8S - 128 Byte FIFOs */
   1945      1.61   msaitoh 	{   "SIIG PS8000 PCI 8S 16C850 (20x family)",
   1946      1.61   msaitoh 	    {	PCI_VENDOR_SIIG,	0x2082,	0,	0	},
   1947      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   1948      1.61   msaitoh 	    {
   1949      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00,
   1950      1.61   msaitoh 		    (COM_FREQ * 8)|PUC_COM_SIIG20x|PUC_PORT_USR0 },
   1951      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   1952      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   1953      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ * 8 },
   1954      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   1955      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ * 8 },
   1956      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x10, COM_FREQ * 8 },
   1957      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x18, COM_FREQ * 8 },
   1958      1.50      manu 	    },
   1959      1.50      manu 	},
   1960      1.50      manu 
   1961      1.50      manu 	/*
   1962      1.61   msaitoh 	 * SUNIX 40XX series of serial/parallel combo cards.
   1963      1.61   msaitoh 	 * Tested with 4055A and 4065A.
   1964      1.32       chs 	 */
   1965      1.61   msaitoh 	{   "SUNIX 400X 1P",
   1966      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4000 },
   1967      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1968      1.61   msaitoh 	    {
   1969      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1970      1.61   msaitoh 	    },
   1971      1.61   msaitoh 	},
   1972      1.61   msaitoh 
   1973      1.61   msaitoh 	{   "SUNIX 401X 2P",
   1974      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4010 },
   1975      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1976      1.61   msaitoh 	    {
   1977      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   1978      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   1979      1.61   msaitoh 	    },
   1980      1.61   msaitoh 	},
   1981      1.61   msaitoh 
   1982      1.61   msaitoh 	{   "SUNIX 402X 1S",
   1983      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4020 },
   1984      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1985      1.32       chs 	    {
   1986      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1987      1.40     perry 	    },
   1988      1.32       chs 	},
   1989      1.32       chs 
   1990      1.61   msaitoh 	{   "SUNIX 403X 2S",
   1991      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4030 },
   1992      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   1993      1.32       chs 	    {
   1994      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   1995      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   1996       1.3       cgd 	    },
   1997       1.3       cgd 	},
   1998       1.1       cgd 
   1999      1.66   msaitoh 	{   "SUNIX 4036 2S",
   2000      1.66   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x0002 },
   2001      1.66   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2002      1.66   msaitoh 	    {
   2003      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2004      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2005      1.66   msaitoh 	    },
   2006      1.66   msaitoh 	},
   2007      1.66   msaitoh 
   2008      1.61   msaitoh 	{   "SUNIX 405X 4S",
   2009      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4050 },
   2010      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2011      1.38  drochner 	    {
   2012      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2013      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2014      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ},
   2015      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ},
   2016      1.38  drochner 	    },
   2017      1.38  drochner 	},
   2018      1.38  drochner 
   2019      1.61   msaitoh 	{   "SUNIX 406X 8S",
   2020      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4060 },
   2021      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2022      1.44  hamajima 	    {
   2023      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2024      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2025      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ},
   2026      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ},
   2027      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ},
   2028      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ},
   2029      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ},
   2030      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x24, 0x00, COM_FREQ},
   2031      1.44  hamajima 	    },
   2032      1.44  hamajima 	},
   2033      1.61   msaitoh 
   2034      1.61   msaitoh 	{   "SUNIX 407X 2S/1P",
   2035      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4070 },
   2036      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2037      1.44  hamajima 	    {
   2038      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2039      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2040      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   2041      1.44  hamajima 	    },
   2042      1.44  hamajima 	},
   2043      1.61   msaitoh 
   2044      1.61   msaitoh 	{   "SUNIX 408X 2S/2P",
   2045      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4080 },
   2046      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2047      1.44  hamajima 	    {
   2048      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2049      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2050      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   2051      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   2052      1.44  hamajima 	    },
   2053      1.44  hamajima 	},
   2054      1.44  hamajima 
   2055      1.61   msaitoh 	{   "SUNIX 409X 4S/2P",
   2056      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168, PCI_VENDOR_SUNIX, 0x4090 },
   2057      1.61   msaitoh 	    {	0xffff,	0xffff,	0xffff,	0xeff0 },
   2058      1.53   tsutsui 	    {
   2059      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2060      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2061      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ},
   2062      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x08, COM_FREQ},
   2063      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x18, 0x00, 0x00 },
   2064      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x20, 0x00, 0x00 },
   2065      1.53   tsutsui 	    },
   2066      1.53   tsutsui 	},
   2067      1.61   msaitoh 
   2068      1.61   msaitoh 	/*
   2069      1.61   msaitoh 	 * Dolphin Peripherals 4036 (dual serial port) card.
   2070      1.61   msaitoh 	 * (Dolpin 4025 has the same ID but only one port)
   2071      1.61   msaitoh 	 */
   2072      1.61   msaitoh 	{   "Dolphin Peripherals 4036",
   2073      1.61   msaitoh 	    {	PCI_VENDOR_SUNIX, 0x7168,	0x0,	0x0	},
   2074      1.61   msaitoh 	    {	0xffff,	0xffff,	0x0,	0x0	},
   2075      1.54       riz 	    {
   2076      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8},
   2077      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8},
   2078      1.54       riz 	    },
   2079      1.54       riz 	},
   2080      1.54       riz 
   2081      1.61   msaitoh 	/*
   2082      1.61   msaitoh 	 * XXX no entry because I have no data:
   2083      1.61   msaitoh 	 * XXX Dolphin Peripherals 4078 (dual serial and single parallel)
   2084      1.61   msaitoh 	 */
   2085      1.61   msaitoh 
   2086      1.66   msaitoh 	/* SD-LAB PCI I/O Card 4S */
   2087      1.66   msaitoh 	{   "Syba Tech Ltd. PCI-4S",
   2088      1.66   msaitoh 	    {   PCI_VENDOR_SYBA, PCI_PRODUCT_SYBA_4S,		0, 0	},
   2089      1.66   msaitoh 	    {	0xffff,	0xffff,					0, 0	},
   2090      1.66   msaitoh 	    {
   2091      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x3e8, COM_FREQ },
   2092      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x2e8, COM_FREQ },
   2093      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x3f8, COM_FREQ },
   2094      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x2f8, COM_FREQ },
   2095      1.66   msaitoh 	    },
   2096      1.66   msaitoh 	},
   2097      1.66   msaitoh 
   2098      1.66   msaitoh 	/* SD-LAB PCI I/O Card 4S2P */
   2099      1.66   msaitoh 	{   "Syba Tech Ltd. PCI-4S2P-550-ECP",
   2100      1.66   msaitoh 	    {   PCI_VENDOR_SYBA, PCI_PRODUCT_SYBA_4S2P,		0, 0	},
   2101      1.66   msaitoh 	    {	0xffff,	0xffff,					0, 0	},
   2102      1.66   msaitoh 	    {
   2103      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x2e8, COM_FREQ },
   2104      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x2f8, COM_FREQ },
   2105      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x000, 0x00 },
   2106      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x3e8, COM_FREQ },
   2107      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x3f8, COM_FREQ },
   2108      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x000, 0x00 },
   2109      1.66   msaitoh 	    },
   2110      1.66   msaitoh 	},
   2111      1.66   msaitoh 
   2112  1.69.2.1    jruoho 	/* SystemBase SB16C1054 UARTs */
   2113  1.69.2.1    jruoho 	{   "SystemBase SB16C1054",
   2114  1.69.2.1    jruoho 	    {	PCI_VENDOR_SYSTEMBASE, PCI_PRODUCT_SYSTEMBASE_SB16C1054, 0, 0 },
   2115  1.69.2.1    jruoho 	    {	0xffff,	0xffff,						 0, 0 },
   2116  1.69.2.1    jruoho 	    {
   2117  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
   2118  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
   2119  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
   2120  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
   2121  1.69.2.1    jruoho 	    },
   2122  1.69.2.1    jruoho 	},
   2123  1.69.2.1    jruoho 
   2124  1.69.2.1    jruoho 	/* SystemBase SB16C1058 UARTs */
   2125  1.69.2.1    jruoho 	{   "SystemBase SB16C1058",
   2126  1.69.2.1    jruoho 	    {   PCI_VENDOR_SYSTEMBASE, PCI_PRODUCT_SYSTEMBASE_SB16C1058, 0, 0 },
   2127  1.69.2.1    jruoho 	    {	0xffff,	0xffff,						 0, 0 },
   2128  1.69.2.1    jruoho 	    {
   2129  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
   2130  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
   2131  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
   2132  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
   2133  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x20, COM_FREQ },
   2134  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x28, COM_FREQ },
   2135  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x30, COM_FREQ },
   2136  1.69.2.1    jruoho 		{ PUC_PORT_TYPE_COM, 0x10, 0x38, COM_FREQ },
   2137  1.69.2.1    jruoho 	    },
   2138  1.69.2.1    jruoho 	},
   2139  1.69.2.1    jruoho 
   2140      1.66   msaitoh 	/*
   2141      1.66   msaitoh 	 * VScom PCI 010L
   2142      1.66   msaitoh 	 * one lpt
   2143      1.66   msaitoh 	 * untested
   2144      1.66   msaitoh 	 */
   2145      1.66   msaitoh 	{   "VScom PCI-010L",
   2146      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI010L,    0, 0 },
   2147      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2148      1.66   msaitoh 	    {
   2149      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   2150      1.66   msaitoh 	    },
   2151      1.66   msaitoh 	},
   2152      1.66   msaitoh 
   2153      1.66   msaitoh 	/*
   2154      1.66   msaitoh 	 * VScom PCI 100L
   2155      1.66   msaitoh 	 * one com
   2156      1.66   msaitoh 	 * The one I have defaults to a fequency of 14.7456 MHz which is
   2157      1.66   msaitoh 	 * jumper J1 set to 2-3.
   2158      1.66   msaitoh 	 */
   2159      1.66   msaitoh 	{   "VScom PCI-100L",
   2160      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI100L,	0, 0 },
   2161      1.66   msaitoh 	    {	0xffff, 0xffff,						0, 0 },
   2162      1.66   msaitoh 	    {
   2163      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2164      1.66   msaitoh 	    },
   2165      1.66   msaitoh 	},
   2166      1.66   msaitoh 
   2167      1.66   msaitoh 	/*
   2168      1.66   msaitoh 	 * VScom PCI 110L
   2169      1.66   msaitoh 	 * one com, one lpt
   2170      1.66   msaitoh 	 * untested
   2171      1.66   msaitoh 	 */
   2172      1.66   msaitoh 	{   "VScom PCI-110L",
   2173      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI110L,	0, 0 },
   2174      1.66   msaitoh 	    {	0xffff, 0xffff,						0, 0 },
   2175      1.66   msaitoh 	    {
   2176      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2177      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   2178      1.66   msaitoh 	    },
   2179      1.66   msaitoh 	},
   2180      1.66   msaitoh 
   2181      1.66   msaitoh 	/*
   2182      1.66   msaitoh 	 * VScom PCI-200L has 2 x 16550 UARTS.
   2183      1.66   msaitoh 	 * The board has a jumper which allows you to select a clock speed
   2184      1.66   msaitoh 	 * of either 14.7456MHz or 1.8432MHz. By default it runs at
   2185      1.66   msaitoh 	 * the fast speed.
   2186      1.66   msaitoh 	 */
   2187      1.66   msaitoh 	{   "VScom PCI-200L with 2 x 16550 UARTS",
   2188      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI200L,	0, 0 },
   2189      1.66   msaitoh 	    {	0xffff, 0xffff,						0, 0 },
   2190      1.66   msaitoh 	    {
   2191      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2192      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   2193      1.66   msaitoh 	    },
   2194      1.66   msaitoh 	},
   2195      1.66   msaitoh 
   2196      1.66   msaitoh 	/*
   2197      1.66   msaitoh 	 * VScom PCI-210L
   2198      1.66   msaitoh 	 * Has a jumper for frequency selection, defaults to 8x as used here
   2199      1.66   msaitoh 	 * two com, one lpt
   2200      1.66   msaitoh 	 */
   2201      1.66   msaitoh 	{   "VScom PCI-210L",
   2202      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI210L,	0, 0 },
   2203      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2204      1.66   msaitoh 	    {
   2205      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2206      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   2207      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x1c, 0x00, 0x00 },
   2208      1.66   msaitoh 	    },
   2209      1.66   msaitoh 	},
   2210      1.66   msaitoh 
   2211      1.69   msaitoh 	/* VScom PCI-200Li */
   2212      1.69   msaitoh 	{   "VScom PCI-200Li",
   2213      1.69   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI200LI,	0, 0 },
   2214      1.69   msaitoh 	    {	0xffff, 0xffff,						0, 0 },
   2215      1.69   msaitoh 	    {
   2216      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ },
   2217      1.69   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ },
   2218      1.69   msaitoh 	    },
   2219      1.69   msaitoh 	},
   2220      1.69   msaitoh 
   2221      1.66   msaitoh 	/* PCI-400L: VendorID is reported to be 0x10d2 instead of 0x14d2. */
   2222      1.66   msaitoh 	{   "VScom PCI-400L",
   2223      1.66   msaitoh 	    {	PCI_VENDOR_MOLEX, PCI_PRODUCT_MOLEX_VSCOM_PCI400L,	0, 0 },
   2224      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2225      1.66   msaitoh 	    {
   2226      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2227      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   2228      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   2229      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ * 8 },
   2230      1.66   msaitoh 	    },
   2231      1.66   msaitoh 	},
   2232      1.66   msaitoh 
   2233      1.66   msaitoh 	{   "VScom PCI-800L",
   2234      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI800L,	0, 0 },
   2235      1.66   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   2236      1.66   msaitoh 	    {
   2237      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2238      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
   2239      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x00, COM_FREQ * 8 },
   2240      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x08, COM_FREQ * 8 },
   2241      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x10, COM_FREQ * 8 },
   2242      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x18, COM_FREQ * 8 },
   2243      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x20, COM_FREQ * 8 },
   2244      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x20, 0x28, COM_FREQ * 8 },
   2245      1.66   msaitoh 	    },
   2246      1.66   msaitoh 	},
   2247      1.66   msaitoh 
   2248      1.66   msaitoh 	{   "VScom PCI-011H",
   2249      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI011H,	0, 0 },
   2250      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2251      1.66   msaitoh 	    {
   2252      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   2253      1.66   msaitoh 	    },
   2254      1.66   msaitoh 	},
   2255      1.66   msaitoh 
   2256      1.66   msaitoh 	/*
   2257      1.66   msaitoh 	 * VScom PCI x10H, 1 lpt.
   2258      1.66   msaitoh 	 * is the lpt part of VScom 110H, 210H, 410H
   2259      1.66   msaitoh 	 */
   2260      1.66   msaitoh 	{   "VScom PCI-x10H",
   2261      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCIx10H,	0, 0 },
   2262      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2263      1.61   msaitoh 	    {
   2264      1.61   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   2265      1.61   msaitoh 	    },
   2266      1.61   msaitoh 	},
   2267      1.66   msaitoh 
   2268      1.66   msaitoh 	/*
   2269      1.66   msaitoh 	 * VScom PCI 100H, little sister of 800H, 1 com.
   2270      1.66   msaitoh 	 * also com part of VScom 110H
   2271      1.66   msaitoh 	 * The one I have defaults to a fequency of 14.7456 MHz which is
   2272      1.66   msaitoh 	 * jumper J1 set to 2-3.
   2273      1.66   msaitoh 	 */
   2274      1.66   msaitoh 	{   "VScom PCI-100H",
   2275      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI100H,	0, 0 },
   2276      1.66   msaitoh 	    {	0xffff, 0xffff,					0, 0 },
   2277      1.54       riz 	    {
   2278      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   2279      1.54       riz 	    },
   2280      1.54       riz 	},
   2281      1.53   tsutsui 
   2282      1.55     rmind 	/*
   2283      1.61   msaitoh 	 * VScom PCI-800H. Uses 8 16950 UART, behind a PCI chips that offers
   2284      1.61   msaitoh 	 * 4 com port on PCI device 0 and 4 on PCI device 1. PCI device 0 has
   2285      1.61   msaitoh 	 * device ID 3 and PCI device 1 device ID 4.
   2286      1.55     rmind 	 */
   2287      1.66   msaitoh 	{   "VScom PCI-800H",
   2288      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI800H,	0, 0 },
   2289      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   2290      1.61   msaitoh 	    {
   2291      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   2292      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   2293      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
   2294      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
   2295      1.61   msaitoh 	    },
   2296      1.61   msaitoh 	},
   2297      1.66   msaitoh 	{   "VScom PCI-800H",
   2298      1.66   msaitoh 	    {	PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI800H_1,	0, 0 },
   2299      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   2300      1.55     rmind 	    {
   2301      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   2302      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   2303      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ * 8 },
   2304      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ * 8 },
   2305      1.55     rmind 	    },
   2306      1.55     rmind 	},
   2307      1.66   msaitoh         {   "VScom PCI-200H",
   2308      1.66   msaitoh             {   PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI200H, 0, 0 },
   2309      1.61   msaitoh             {   0xffff, 0xffff, 0,      0       },
   2310      1.61   msaitoh             {
   2311      1.61   msaitoh                 { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   2312      1.61   msaitoh                 { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 8 },
   2313      1.61   msaitoh             },
   2314      1.61   msaitoh         },
   2315      1.66   msaitoh 
   2316      1.66   msaitoh 	{   "VScom PCI-010HV2",
   2317      1.66   msaitoh 	    {   PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI010HV2,	0, 0 },
   2318      1.66   msaitoh 	    {   0xffff, 0xffff, 0,      0       },
   2319      1.66   msaitoh 	    {
   2320      1.66   msaitoh 		{ PUC_PORT_TYPE_LPT, 0x10, 0x00, 0x00 },
   2321      1.66   msaitoh 	    },
   2322      1.66   msaitoh 	},
   2323      1.66   msaitoh 	{   "VScom PCI-200HV2",
   2324      1.66   msaitoh 	    {   PCI_VENDOR_TITAN, PCI_PRODUCT_TITAN_VSCOM_PCI200HV2,	0, 0 },
   2325      1.66   msaitoh 	    {   0xffff, 0xffff, 0,      0       },
   2326      1.55     rmind 	    {
   2327      1.66   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 8 },
   2328      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ * 8 },
   2329      1.55     rmind 	    },
   2330      1.55     rmind 	},
   2331      1.61   msaitoh 
   2332      1.61   msaitoh 	/* US Robotics (3Com) PCI Modems */
   2333      1.61   msaitoh 	{   "US Robotics (3Com) 3CP5609 PCI 16550 Modem",
   2334      1.61   msaitoh 	    {	PCI_VENDOR_USR,	0x1008,	0,	0	},
   2335      1.61   msaitoh 	    {	0xffff,	0xffff,	0,	0	},
   2336      1.55     rmind 	    {
   2337      1.61   msaitoh 		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
   2338      1.55     rmind 	    },
   2339      1.55     rmind 	},
   2340      1.55     rmind 
   2341      1.46  christos 	{ .name = NULL },
   2342       1.1       cgd };
   2343