Home | History | Annotate | Line # | Download | only in eisa
eisadevs revision 1.13
      1  1.13  jonathan $NetBSD: eisadevs,v 1.13 1997/02/17 00:06:17 jonathan 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.10   thorpej vendor ETI		Microdyne
     45   1.1       cgd vendor TCM		3Com
     46   1.8   thorpej vendor USC		UltraStor
     47   1.1       cgd 
     48   1.1       cgd /*
     49   1.1       cgd  * List of known products, grouped by vendor.
     50   1.1       cgd  */
     51   1.1       cgd 
     52   1.1       cgd /* Adaptec products */
     53   1.3       cgd product ADP 0000	AHA-1740 SCSI
     54   1.3       cgd product ADP 0001	AHA-1740A SCSI
     55   1.3       cgd product ADP 0002	AHA-1742A SCSI
     56   1.3       cgd product ADP 0400	AHA-1744 SCSI
     57   1.3       cgd product ADP 7770	AIC-7770 SCSI (on motherboard)
     58   1.3       cgd product ADP 7771	AHA-274x SCSI
     59   1.3       cgd product ADP 7756	AHA-284x SCSI (BIOS enabled)
     60   1.3       cgd product ADP 7757	AHA-284x SCSI (BIOS disabled)
     61   1.1       cgd 
     62   1.2       cgd /* AMI products */
     63   1.3       cgd product AMI 4801	Series 48 SCSI
     64   1.2       cgd 
     65   1.1       cgd /* BusLogic products */
     66   1.3       cgd product BUS 4201	Bt74xB SCSI
     67   1.3       cgd product BUS 4202	Bt74xC SCSI
     68   1.1       cgd 
     69   1.1       cgd /* Digital Equipment products */
     70   1.3       cgd product DEC 4250	DE425 Ethernet
     71   1.6   thorpej product DEC 3001	DEFEA FDDI Controller
     72   1.6   thorpej product DEC 3002	DEFEA FDDI Controller
     73   1.6   thorpej product DEC 3003	DEFEA FDDI Controller
     74   1.6   thorpej product DEC 3004	DEFEA FDDI Controller
     75   1.9   thorpej 
     76   1.9   thorpej /* FORE Systems products */
     77   1.9   thorpej product FSI 2001	ESA-200 ATM
     78   1.9   thorpej product FSI 2002	ESA-200A ATM
     79   1.9   thorpej product FSI 2003	ESA-200E ATM
     80   1.9   thorpej 
     81   1.9   thorpej /* Intel products */
     82   1.9   thorpej product INT 1010	EtherExpress 32 Flash Ethernet
     83  1.10   thorpej 
     84  1.10   thorpej /* ETI products */
     85  1.10   thorpej product ETI 1001	NE3300 Ethernet Rev. C & D
     86   1.1       cgd 
     87   1.1       cgd /* 3Com products */
     88   1.4   thorpej product TCM 5091	3C509 Ethernet
     89   1.3       cgd product TCM 5092	3C579-TP Ethernet
     90   1.3       cgd product TCM 5093	3C579 Ethernet
     91  1.13  jonathan product	TCM 5920 	3C592 Etherlink III
     92  1.13  jonathan product	TCM 5970 	3C597 Fast Etherlink TX
     93  1.13  jonathan product	TCM 5971 	3C597 Fast Etherlink T4 
     94  1.13  jonathan product	TCM 5972 	3C597 Fast Etherlink MII 
     95  1.13  jonathan 
     96   1.7   thorpej 
     97   1.7   thorpej /* UltraStor products */
     98   1.7   thorpej product USC 0240	24f SCSI
     99