Home | History | Annotate | Line # | Download | only in eisa
eisadevs revision 1.9
      1  1.9  thorpej $NetBSD: eisadevs,v 1.9 1996/07/25 20:22:16 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.9  thorpej vendor FSI		FORE Systems
     43  1.9  thorpej vendor INT		Intel
     44  1.1      cgd vendor TCM		3Com
     45  1.8  thorpej vendor USC		UltraStor
     46  1.1      cgd 
     47  1.1      cgd /*
     48  1.1      cgd  * List of known products, grouped by vendor.
     49  1.1      cgd  */
     50  1.1      cgd 
     51  1.1      cgd /* Adaptec products */
     52  1.3      cgd product ADP 0000	AHA-1740 SCSI
     53  1.3      cgd product ADP 0001	AHA-1740A SCSI
     54  1.3      cgd product ADP 0002	AHA-1742A SCSI
     55  1.3      cgd product ADP 0400	AHA-1744 SCSI
     56  1.3      cgd product ADP 7770	AIC-7770 SCSI (on motherboard)
     57  1.3      cgd product ADP 7771	AHA-274x SCSI
     58  1.3      cgd product ADP 7756	AHA-284x SCSI (BIOS enabled)
     59  1.3      cgd product ADP 7757	AHA-284x SCSI (BIOS disabled)
     60  1.1      cgd 
     61  1.2      cgd /* AMI products */
     62  1.3      cgd product AMI 4801	Series 48 SCSI
     63  1.2      cgd 
     64  1.1      cgd /* BusLogic products */
     65  1.3      cgd product BUS 4201	Bt74xB SCSI
     66  1.3      cgd product BUS 4202	Bt74xC SCSI
     67  1.1      cgd 
     68  1.1      cgd /* Digital Equipment products */
     69  1.3      cgd product DEC 4250	DE425 Ethernet
     70  1.6  thorpej product DEC 3001	DEFEA FDDI Controller
     71  1.6  thorpej product DEC 3002	DEFEA FDDI Controller
     72  1.6  thorpej product DEC 3003	DEFEA FDDI Controller
     73  1.6  thorpej product DEC 3004	DEFEA FDDI Controller
     74  1.9  thorpej 
     75  1.9  thorpej /* FORE Systems products */
     76  1.9  thorpej product FSI 2001	ESA-200 ATM
     77  1.9  thorpej product FSI 2002	ESA-200A ATM
     78  1.9  thorpej product FSI 2003	ESA-200E ATM
     79  1.9  thorpej 
     80  1.9  thorpej /* Intel products */
     81  1.9  thorpej product INT 1010	EtherExpress 32 Flash Ethernet
     82  1.1      cgd 
     83  1.1      cgd /* 3Com products */
     84  1.4  thorpej product TCM 5091	3C509 Ethernet
     85  1.3      cgd product TCM 5092	3C579-TP Ethernet
     86  1.3      cgd product TCM 5093	3C579 Ethernet
     87  1.7  thorpej 
     88  1.7  thorpej /* UltraStor products */
     89  1.7  thorpej product USC 0240	24f SCSI
     90