Home | History | Annotate | Line # | Download | only in isapnp
isapnpdevs revision 1.48
      1  1.48  jdolecek $NetBSD: isapnpdevs,v 1.48 2002/09/03 17:42:26 jdolecek Exp $
      2   1.1  christos 
      3   1.5  christos /*-
      4  1.39        is  * Copyright (c) 1998, 1999, 2000, 2001 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.36   thorpej driver	an	Aironet 802.11
     45   1.1  christos driver	com	National Semiconductor Serial
     46  1.44      yamt driver	cs	Cirrus Logic Crystal CS89x0 Ethernet
     47   1.1  christos driver	ep	3Com 3CXXX Ethernet
     48   1.3      matt driver	ess	ESS Audio Drive
     49   1.1  christos driver	joy	Generic Joystick
     50   1.1  christos driver	gus	Gravis Ultrasound
     51   1.1  christos driver	le	Lance Ethernet
     52  1.22   mycroft driver	mpu	MPU-401 MIDI UART
     53   1.1  christos driver	ne	NE2000 Ethernet
     54   1.1  christos driver	pcic	PCMCIA bridge
     55   1.1  christos driver	sb	Creative Soundblaster
     56  1.23       bad driver	tr	TROPIC Token-Ring
     57   1.1  christos driver	wdc	Western Digital Disk Controller
     58   1.1  christos driver	wss	Microsoft Sound System
     59   1.1  christos driver	ym	Yamaha Sound
     60  1.10  christos 
     61  1.10  christos /*
     62  1.10  christos  * aha
     63  1.10  christos  */
     64  1.22   mycroft devlogic	aha	ADP1542		0	Adaptec AHA-1542CP
     65  1.22   mycroft devcompat	aha	PNP00A0		0	Adaptec AHA-1542CP
     66   1.1  christos 
     67   1.1  christos /*
     68   1.1  christos  * aic
     69   1.1  christos  */
     70  1.22   mycroft devlogic	aic	ADP1520		0	Adaptec AHA-1520B
     71  1.30       jun devlogic	aic	ADP1502		0	Adaptec AHA-1502P
     72  1.22   mycroft devlogic	aic	ADP1505		0	Adaptec AVA-1505A
     73  1.22   mycroft devcompat	aic	ADP1530		0	(Adaptec AVA-1505A)
     74  1.36   thorpej 
     75  1.36   thorpej /*
     76  1.36   thorpej  * an
     77  1.36   thorpej  */
     78  1.36   thorpej devlogic	an	AOL0001		0	Aironet 4500/4800
     79   1.1  christos 
     80   1.1  christos /*
     81   1.1  christos  * com
     82   1.1  christos  */
     83  1.46  christos devlogic	com	AZT4001		0	Aztech Modem
     84  1.22   mycroft devlogic	com	BDP3336		0	Best Data Prods. 336F
     85  1.22   mycroft devlogic	com	OZO8039		0	Zoom 56k flex
     86  1.22   mycroft devlogic	com	BRI1400		0	Boca 33.6 PnP
     87  1.22   mycroft devlogic	com	BRIB400		0	Boca 56k PnP
     88  1.22   mycroft devlogic	com	ROK0010		0	Rockwell ?
     89  1.22   mycroft devlogic	com	USR0004		0	USR Sportster 14.4k
     90  1.22   mycroft devlogic	com	USR0006		0	USR Sportster 33.6k
     91  1.47  christos devlogic	com	USR0009		0	USR Courier V.Everything
     92  1.22   mycroft devlogic	com	USR2070		0	USR Sportster 56k
     93  1.22   mycroft devlogic	com	USR3031		0	USR 56k Faxmodem
     94  1.43  christos devlogic 	com	USR3090		0	USR 56K Voice INT
     95  1.26  christos devlogic	com	USR9190		0	USR 56k Voice INT
     96  1.22   mycroft devlogic	com	ZTIF761		0	Zoom ComStar 33.6
     97  1.22   mycroft devlogic	com	CIR3000		0	Cirrus Logic V43 
     98  1.22   mycroft devlogic	com	MOT0000		0	Motorola ModemSurfr
     99  1.25  augustss devlogic	com	SMM00C1		0	Leopard 56k PnP
    100  1.27        ad devlogic	com	SUP1650		0	Supra 336i Sp Intl
    101  1.35  jdolecek devlogic	com	SUP2480		0	SupraExpress 56i Sp V.90
    102  1.45  christos devlogic	com	SUP2720		0	DIAMOND SupraExpress 56I SP V.90
    103  1.32  explorer devlogic	com	GVC0505		0	GVC 56k Faxmodem
    104  1.39        is devlogic	com	IOD0081		0	I-O DATA IFML-560
    105  1.22   mycroft devcompat	com	PNP0500		0	Generic 8250/16450
    106  1.22   mycroft devcompat	com	PNP0501		0	Generic 16550A
    107  1.44      yamt 
    108  1.44      yamt /*
    109  1.44      yamt  * cs
    110  1.44      yamt  */
    111  1.44      yamt devlogic	cs	IBM1010		0	IBM EtherJet ISA
    112   1.1  christos 
    113   1.1  christos /*
    114   1.1  christos  * ep
    115   1.1  christos  */
    116  1.42   thorpej devlogic	ep	TCM5051		0	3Com 3c515
    117  1.22   mycroft devlogic	ep	TCM5090		0	3Com 3c509B
    118  1.22   mycroft devlogic	ep	TCM5091		0	3Com 3c509B-1
    119  1.22   mycroft devlogic	ep	TCM5094		0	3Com 3c509B-4
    120  1.22   mycroft devlogic	ep	TCM5095		0	3Com 3c509B-5
    121  1.22   mycroft devlogic	ep	TCM5098		0	3Com 3c509B-8
    122   1.1  christos 
    123   1.1  christos /*
    124   1.3      matt  * ess
    125   1.3      matt  */
    126  1.24      fvdl devlogic	ess	ESS1868		0	ESS1868
    127  1.24      fvdl devlogic	ess	ESS1869		0	ESS1869
    128   1.3      matt 
    129   1.3      matt /*
    130   1.1  christos  * joy
    131   1.1  christos  */
    132  1.22   mycroft devlogic	joy	AZT0003		0	Aztech AZT2320 GAME PORT
    133  1.41     david devlogic	joy	AZT3001		0	Aztech GAME PORT
    134  1.22   mycroft devlogic	joy	CSC0001		0	CS4235
    135  1.22   mycroft devlogic	joy	CSCA801		0	Terratec EWS64XL
    136  1.29  christos devlogic	joy	CTL7001		0	Creative Awe64
    137  1.22   mycroft devlogic	joy	CTL7002		0	Creative Vibra16CL
    138  1.22   mycroft devlogic	joy	ESS0001		0	ESS1868
    139  1.22   mycroft devlogic	joy	OPT0001		0	OPTi Audio 16
    140  1.22   mycroft devlogic	joy	PNPB02F		0	XXX broken GUS PnP
    141  1.22   mycroft devlogic	joy	ASB16FD		0	AdLib NSC 16 PNP
    142  1.22   mycroft devcompat	joy	PNPB02F		0	generic
    143   1.1  christos 
    144   1.1  christos /*
    145   1.1  christos  * gus
    146   1.1  christos  */
    147  1.22   mycroft devlogic	gus	GRV0000		0	Gravis Ultrasound
    148   1.1  christos 
    149   1.1  christos /*
    150   1.1  christos  * le
    151   1.1  christos  */
    152  1.22   mycroft devlogic	le	TKN0010		0	Lance Ethernet on TEKNOR board
    153  1.33       erh devlogic	le	ATK1500		0	Lance Ethernet on Allied Telesyn board
    154  1.48  jdolecek devlogic	le	CSI2203		0	Cabletron E22xx
    155  1.22   mycroft 
    156  1.22   mycroft /*
    157  1.22   mycroft  * mpu
    158  1.22   mycroft  */
    159  1.22   mycroft devlogic	mpu	AZT0002		0	Aztech AZT2320 MPU401 MIDI
    160  1.41     david devlogic	mpu	AZT2001		0	Aztech MPU401 MIDI
    161  1.34     soren devlogic	mpu	CSC0003		0	CS4235 MPU401 MIDI
    162   1.1  christos 
    163   1.1  christos /*
    164   1.1  christos  * ne
    165   1.1  christos  */
    166  1.22   mycroft devcompat	ne	PNP80D6		0	Digital DE305 ISAPnP
    167  1.22   mycroft devlogic	ne	@@@1980		0	OvisLink LE-8019R	
    168   1.1  christos 
    169   1.1  christos /*
    170   1.1  christos  * pcic
    171   1.1  christos  */
    172  1.22   mycroft devlogic	pcic	SCM0469		0	SCM SwapBox Plug and Play
    173  1.22   mycroft devcompat	pcic	PNP0E00		0	PCIC Compatible PCMCIA Bridge
    174  1.22   mycroft devlogic	pcic	AEI0218		0	Actiontec PnP PCMCIA Adapter
    175   1.1  christos 
    176   1.1  christos /*
    177   1.1  christos  * sb
    178   1.1  christos  */
    179  1.22   mycroft devlogic	sb	ADS7150		0	AD1815
    180  1.22   mycroft devlogic	sb	ADS7180		0	AD1816
    181  1.46  christos devlogic	sb	AZT1003		0	Aztech 1003 Audio
    182  1.41     david devlogic	sb	AZT1008		0	Aztech 1008
    183  1.22   mycroft devlogic	sb	CTL0001		0	SB
    184  1.22   mycroft devlogic	sb	CTL0031		0	SB AWE32
    185  1.22   mycroft devlogic	sb	CTL0041		0	SB16 PnP (CT4131)
    186  1.41     david devlogic	sb	CTL0042		0	SB AWE64 Value
    187  1.22   mycroft devlogic	sb	CTL0043		0	SB16 PnP (CT4170)
    188  1.22   mycroft devlogic	sb	CTL0044		0	SB AWE64 Gold
    189  1.22   mycroft devlogic	sb	CTL0045		0	SB AWE64 Value
    190  1.22   mycroft devlogic	sb	OPT9250		0	Televideo card, Opti
    191  1.22   mycroft devlogic	sb	@X@0001		0	CMI8330. Audio Adapter
    192  1.38       mjl devlogic	sb	@@@1001		0	Avance Logic ALS100+
    193  1.41     david devlogic	sb	@@@2001		0	Avance Logic ALS120
    194  1.22   mycroft devcompat	sb	PNPB000		0	Generic SB 1.5
    195  1.22   mycroft devcompat	sb	PNPB001		0	Generic SB 2.0
    196  1.22   mycroft devcompat	sb	PNPB002		0	Generic SB Pro
    197  1.22   mycroft devcompat	sb	PNPB003		0	Generic SB 16
    198  1.16  augustss 
    199  1.23       bad /*
    200  1.23       bad  * tr
    201  1.23       bad  */
    202  1.23       bad devlogic	tr	IBM0000		0	IBM TROPIC Token-Ring
    203  1.23       bad devlogic	tr	TCM3190		0	3Com TokenLink Velocity ISA
    204   1.1  christos 
    205   1.1  christos /*
    206   1.1  christos  * wdc
    207   1.1  christos  */
    208  1.22   mycroft devlogic	wdc	AZT0000		0	Aztech AZT2320 IDE CDROM
    209  1.41     david devlogic	wdc	AZT0500		0	Aztech IDE CDROM
    210  1.22   mycroft devlogic	wdc	OPT0007		0	OPTi Audio 16 IDE controller
    211  1.40  christos devlogic	wdc	ESS0002		0	ES1868 IDE Controller
    212  1.22   mycroft devcompat	wdc	PNP0600		0	Western Digital Compatible Controller
    213   1.1  christos 
    214   1.1  christos /*
    215   1.1  christos  * wss
    216   1.1  christos  */
    217  1.22   mycroft devlogic	wss	AZT0001		1	Aztech AZT2320 AUDIO
    218  1.22   mycroft devlogic	wss	CSC0000		0	Windows Sound System
    219  1.31    castor devlogic	wss	CSC0100		0	CS4235 CODEC
    220  1.22   mycroft devlogic	wss	CSCA800		0	Terratec EWS64 CoDec
    221  1.22   mycroft devlogic	wss	ASB1611		0	AdLib NSC 16 PNP
    222  1.28        rh devlogic	wss	ASB1622		0	AdLib MSC 32 Wave PnP V3SB
    223   1.1  christos 
    224   1.1  christos /*
    225   1.1  christos  * ym
    226   1.1  christos  */
    227  1.22   mycroft devlogic	ym	YMH0021		0	OPL3-SA2, OPL3-SA3
    228