Home | History | Annotate | Line # | Download | only in eisa
eisadevs revision 1.8
      1  1.8  thorpej $NetBSD: eisadevs,v 1.8 1996/05/20 00:52:53 thorpej Exp $
      2  1.1      cgd 
      3  1.1      cgd /*
      4  1.1      cgd  * Copyright (c) 1995, 1996 Christopher G. Demetriou
      5  1.1      cgd  * All rights reserved.
      6  1.1      cgd  *
      7  1.1      cgd  * Redistribution and use in source and binary forms, with or without
      8  1.1      cgd  * modification, are permitted provided that the following conditions
      9  1.1      cgd  * are met:
     10  1.1      cgd  * 1. Redistributions of source code must retain the above copyright
     11  1.1      cgd  *    notice, this list of conditions and the following disclaimer.
     12  1.1      cgd  * 2. Redistributions in binary form must reproduce the above copyright
     13  1.1      cgd  *    notice, this list of conditions and the following disclaimer in the
     14  1.1      cgd  *    documentation and/or other materials provided with the distribution.
     15  1.1      cgd  * 3. All advertising materials mentioning features or use of this software
     16  1.1      cgd  *    must display the following acknowledgement:
     17  1.1      cgd  *      This product includes software developed by Christopher G. Demetriou
     18  1.1      cgd  *	for the NetBSD Project.
     19  1.1      cgd  * 4. The name of the author may not be used to endorse or promote products
     20  1.1      cgd  *    derived from this software without specific prior written permission
     21  1.1      cgd  *
     22  1.1      cgd  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     23  1.1      cgd  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     24  1.1      cgd  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     25  1.1      cgd  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     26  1.1      cgd  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     27  1.1      cgd  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     28  1.1      cgd  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     29  1.1      cgd  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     30  1.1      cgd  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     31  1.1      cgd  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     32  1.1      cgd  */
     33  1.1      cgd 
     34  1.1      cgd /*
     35  1.1      cgd  * List of known EISA vendors
     36  1.1      cgd  */
     37  1.1      cgd 
     38  1.1      cgd vendor ADP		Adaptec
     39  1.2      cgd vendor AMI		AMI
     40  1.1      cgd vendor BUS		BusLogic
     41  1.1      cgd vendor DEC		Digital Equipment
     42  1.1      cgd vendor TCM		3Com
     43  1.8  thorpej vendor USC		UltraStor
     44  1.1      cgd 
     45  1.1      cgd /*
     46  1.1      cgd  * List of known products, grouped by vendor.
     47  1.1      cgd  */
     48  1.1      cgd 
     49  1.1      cgd /* Adaptec products */
     50  1.3      cgd product ADP 0000	AHA-1740 SCSI
     51  1.3      cgd product ADP 0001	AHA-1740A SCSI
     52  1.3      cgd product ADP 0002	AHA-1742A SCSI
     53  1.3      cgd product ADP 0400	AHA-1744 SCSI
     54  1.3      cgd product ADP 7770	AIC-7770 SCSI (on motherboard)
     55  1.3      cgd product ADP 7771	AHA-274x SCSI
     56  1.3      cgd product ADP 7756	AHA-284x SCSI (BIOS enabled)
     57  1.3      cgd product ADP 7757	AHA-284x SCSI (BIOS disabled)
     58  1.1      cgd 
     59  1.2      cgd /* AMI products */
     60  1.3      cgd product AMI 4801	Series 48 SCSI
     61  1.2      cgd 
     62  1.1      cgd /* BusLogic products */
     63  1.3      cgd product BUS 4201	Bt74xB SCSI
     64  1.3      cgd product BUS 4202	Bt74xC SCSI
     65  1.1      cgd 
     66  1.1      cgd /* Digital Equipment products */
     67  1.3      cgd product DEC 4250	DE425 Ethernet
     68  1.6  thorpej product DEC 3001	DEFEA FDDI Controller
     69  1.6  thorpej product DEC 3002	DEFEA FDDI Controller
     70  1.6  thorpej product DEC 3003	DEFEA FDDI Controller
     71  1.6  thorpej product DEC 3004	DEFEA FDDI Controller
     72  1.1      cgd 
     73  1.1      cgd /* 3Com products */
     74  1.4  thorpej product TCM 5091	3C509 Ethernet
     75  1.3      cgd product TCM 5092	3C579-TP Ethernet
     76  1.3      cgd product TCM 5093	3C579 Ethernet
     77  1.7  thorpej 
     78  1.7  thorpej /* UltraStor products */
     79  1.7  thorpej product USC 0240	24f SCSI
     80