Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs revision 1.21
      1  1.21  drochner $NetBSD: isapnpdevs,v 1.21 1999/03/18 17:07:09 drochner Exp $
      2   1.1  christos 
      3   1.5  christos /*-
      4   1.5  christos  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5   1.1  christos  * All rights reserved.
      6   1.1  christos  *
      7   1.5  christos  * This code is derived from software contributed to The NetBSD Foundation
      8   1.5  christos  * by Christos Zoulas.
      9   1.5  christos  *
     10   1.1  christos  * Redistribution and use in source and binary forms, with or without
     11   1.1  christos  * modification, are permitted provided that the following conditions
     12   1.1  christos  * are met:
     13   1.1  christos  * 1. Redistributions of source code must retain the above copyright
     14   1.1  christos  *    notice, this list of conditions and the following disclaimer.
     15   1.1  christos  * 2. Redistributions in binary form must reproduce the above copyright
     16   1.1  christos  *    notice, this list of conditions and the following disclaimer in the
     17   1.1  christos  *    documentation and/or other materials provided with the distribution.
     18   1.1  christos  * 3. All advertising materials mentioning features or use of this software
     19   1.1  christos  *    must display the following acknowledgement:
     20   1.5  christos  *        This product includes software developed by the NetBSD
     21   1.5  christos  *        Foundation, Inc. and its contributors.
     22   1.5  christos  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23   1.5  christos  *    contributors may be used to endorse or promote products derived
     24   1.5  christos  *    from this software without specific prior written permission.
     25   1.1  christos  *
     26   1.5  christos  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27   1.5  christos  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28   1.5  christos  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29   1.5  christos  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30   1.5  christos  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31   1.5  christos  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32   1.5  christos  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33   1.5  christos  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34   1.5  christos  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35   1.5  christos  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36   1.5  christos  * POSSIBILITY OF SUCH DAMAGE.
     37   1.1  christos  */
     38   1.1  christos 
     39   1.1  christos /*
     40   1.1  christos  * List of known drivers
     41   1.1  christos  */
     42  1.10  christos driver	aha	Adaptec SCSI
     43   1.1  christos driver	aic	Adaptec SCSI
     44   1.1  christos driver	com	National Semiconductor Serial
     45   1.1  christos driver	ep	3Com 3CXXX Ethernet
     46   1.3      matt driver	ess	ESS Audio Drive
     47   1.1  christos driver	joy	Generic Joystick
     48   1.1  christos driver	gus	Gravis Ultrasound
     49   1.1  christos driver	le	Lance Ethernet
     50   1.1  christos driver	ne	NE2000 Ethernet
     51   1.1  christos driver	pcic	PCMCIA bridge
     52   1.1  christos driver	sb	Creative Soundblaster
     53   1.1  christos driver	wdc	Western Digital Disk Controller
     54   1.1  christos driver	wss	Microsoft Sound System
     55   1.1  christos driver	ym	Yamaha Sound
     56  1.10  christos 
     57  1.10  christos /*
     58  1.10  christos  * aha
     59  1.10  christos  */
     60  1.12  christos devlogic	aha	ADP1542		Adaptec AHA-1542CP
     61  1.12  christos devcompat	aha	PNP00A0		Adaptec AHA-1542CP
     62   1.1  christos 
     63   1.1  christos /*
     64   1.1  christos  * aic
     65   1.1  christos  */
     66   1.1  christos devlogic	aic	ADP1520		Adaptec AHA-1520B
     67  1.21  drochner devlogic	aic	ADP1505		Adaptec AVA-1505A
     68  1.21  drochner devcompat	aic	ADP1530		(Adaptec AVA-1505A)
     69   1.1  christos 
     70   1.1  christos /*
     71   1.1  christos  * com
     72   1.1  christos  */
     73   1.1  christos devlogic	com	BDP3336		Best Data Prods. 336F
     74   1.1  christos devlogic	com	OZO8039		Zoom 56k flex
     75   1.1  christos devlogic	com	BRI1400		Boca 33.6 PnP
     76   1.2  drochner devlogic	com	BRIB400		Boca 56k PnP
     77   1.1  christos devlogic	com	ROK0010		Rockwell ?
     78  1.20      dean devlogic	com	USR0004		USR Sportster 14.4k
     79  1.20      dean devlogic	com	USR0006		USR Sportster 33.6k
     80   1.1  christos devlogic	com	USR2070		USR Sportster 56k
     81  1.15  augustss devlogic	com	USR3031		USR 56k Faxmodem
     82   1.4   thorpej devlogic	com	ZTIF761		Zoom ComStar 33.6
     83  1.13  christos devlogic	com	CIR3000		Cirrus Logic V43 
     84  1.14  christos devlogic	com	MOT0000		Motorolla ModemSurfr
     85   1.1  christos devcompat	com	PNP0500		Generic 8250/16450
     86   1.1  christos devcompat	com	PNP0501		Generic 16550A
     87   1.1  christos 
     88   1.1  christos /*
     89   1.1  christos  * ep
     90   1.1  christos  */
     91   1.1  christos devlogic	ep	TCM5090		3Com 3c509B
     92   1.1  christos devlogic	ep	TCM5091		3Com 3c509B-1
     93   1.1  christos devlogic	ep	TCM5094		3Com 3c509B-4
     94   1.1  christos devlogic	ep	TCM5095		3Com 3c509B-5
     95   1.1  christos devlogic	ep	TCM5098		3Com 3c509B-8
     96   1.1  christos 
     97   1.1  christos /*
     98   1.3      matt  * ess
     99   1.3      matt  */
    100  1.16  augustss /* XXX not working yet
    101  1.17       tls /* devlogic	ess	ESS1868		ESS1868 */
    102  1.17       tls /* devlogic	ess	ESS1869		ESS1869 */
    103   1.3      matt 
    104   1.3      matt /*
    105   1.1  christos  * joy
    106   1.1  christos  */
    107   1.7      mark devlogic	joy	CSC0001		CS4235
    108   1.1  christos devlogic	joy	CSCA801		Terratec EWS64XL
    109   1.1  christos devlogic	joy	CTL7002		Creative Vibra16CL
    110   1.1  christos devlogic	joy	ESS0001		ESS1868
    111   1.1  christos devlogic	joy	OPT0001		OPTi Audio 16
    112   1.1  christos devlogic	joy	PNPB02F		XXX broken GUS PnP
    113  1.11   hannken devlogic	joy	ASB16FD		AdLib NSC 16 PNP
    114   1.1  christos devcompat	joy	PNPB02F		generic
    115   1.1  christos 
    116   1.1  christos /*
    117   1.1  christos  * gus
    118   1.1  christos  */
    119   1.1  christos devlogic	gus	GRV0000		Gravis Ultrasound
    120   1.1  christos 
    121   1.1  christos /*
    122   1.1  christos  * le
    123   1.1  christos  */
    124   1.9  drochner devlogic	le	TKN0010		Lance Ethernet on TEKNOR board
    125   1.1  christos 
    126   1.1  christos /*
    127   1.1  christos  * ne
    128   1.1  christos  */
    129   1.1  christos devcompat	ne	PNP80D6		Digital DE305 ISAPnP
    130   1.9  drochner devlogic	ne	@@@1980		OvisLink LE-8019R	
    131   1.1  christos 
    132   1.1  christos /*
    133   1.1  christos  * pcic
    134   1.1  christos  */
    135  1.18   mycroft devlogic	pcic	SCM0469		SCM SwapBox Plug and Play
    136   1.1  christos devcompat	pcic	PNP0E00		PCIC Compatible PCMCIA Bridge
    137  1.17       tls devlogic	pcic	AEI0218		Actiontec PnP PCMCIA Adapter
    138   1.1  christos 
    139   1.1  christos /*
    140   1.1  christos  * sb
    141   1.1  christos  */
    142   1.1  christos devlogic	sb	ADS7150		AD1815
    143   1.1  christos devlogic	sb	ADS7180		AD1816
    144   1.1  christos devlogic	sb	CTL0001		SB
    145   1.1  christos devlogic	sb	CTL0031		SB AWE32
    146   1.1  christos devlogic	sb	CTL0041		SB16 PnP (CT4131)
    147   1.1  christos devlogic	sb	CTL0043		SB16 PnP (CT4170)
    148   1.1  christos devlogic	sb	CTL0042		SB AWE64 Value
    149   1.1  christos devlogic	sb	CTL0044		SB AWE64 Gold
    150   1.1  christos devlogic	sb	CTL0045		SB AWE64 Value
    151   1.1  christos devlogic	sb	OPT9250		Televideo card, Opti
    152   1.8  christos devlogic	sb	@X@0001		CMI8330. Audio Adapter
    153   1.1  christos devcompat	sb	PNPB000		Generic SB 1.5
    154   1.1  christos devcompat	sb	PNPB001		Generic SB 2.0
    155   1.1  christos devcompat	sb	PNPB002		Generic SB Pro
    156   1.1  christos devcompat	sb	PNPB003		Generic SB 16
    157  1.16  augustss devlogic	sb	ESS1868		ESS1868
    158  1.17       tls devlogic	sb	ESS1869		ESS1869
    159  1.16  augustss 
    160   1.1  christos 
    161   1.1  christos /*
    162   1.1  christos  * wdc
    163   1.1  christos  */
    164   1.6  wrstuden devlogic	wdc	OPT0007		OPTi Audio 16 IDE controller
    165   1.1  christos devcompat	wdc	PNP0600		Western Digital Compatible Controller
    166   1.1  christos 
    167   1.1  christos /*
    168   1.1  christos  * wss
    169   1.1  christos  */
    170   1.1  christos devlogic	wss	CSC0000		Windows Sound System
    171  1.19        rh devlogic	wss	CSCA800		Terratec EWS64 CoDec
    172  1.11   hannken devlogic	wss	ASB1611		AdLib NSC 16 PNP
    173   1.1  christos 
    174   1.1  christos /*
    175   1.1  christos  * ym
    176   1.1  christos  */
    177   1.2  drochner devlogic	ym	YMH0021		OPL3-SA2, OPL3-SA3
    178