isapnpdevs revision 1.25
11.25Saugustss$NetBSD: isapnpdevs,v 1.25 1999/04/06 23:02:09 augustss Exp $
21.1Schristos
31.5Schristos/*-
41.22Smycroft * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
51.1Schristos * All rights reserved.
61.1Schristos *
71.5Schristos * This code is derived from software contributed to The NetBSD Foundation
81.5Schristos * by Christos Zoulas.
91.5Schristos *
101.1Schristos * Redistribution and use in source and binary forms, with or without
111.1Schristos * modification, are permitted provided that the following conditions
121.1Schristos * are met:
131.1Schristos * 1. Redistributions of source code must retain the above copyright
141.1Schristos *    notice, this list of conditions and the following disclaimer.
151.1Schristos * 2. Redistributions in binary form must reproduce the above copyright
161.1Schristos *    notice, this list of conditions and the following disclaimer in the
171.1Schristos *    documentation and/or other materials provided with the distribution.
181.1Schristos * 3. All advertising materials mentioning features or use of this software
191.1Schristos *    must display the following acknowledgement:
201.5Schristos *        This product includes software developed by the NetBSD
211.5Schristos *        Foundation, Inc. and its contributors.
221.5Schristos * 4. Neither the name of The NetBSD Foundation nor the names of its
231.5Schristos *    contributors may be used to endorse or promote products derived
241.5Schristos *    from this software without specific prior written permission.
251.1Schristos *
261.5Schristos * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
271.5Schristos * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
281.5Schristos * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
291.5Schristos * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
301.5Schristos * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
311.5Schristos * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
321.5Schristos * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
331.5Schristos * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
341.5Schristos * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
351.5Schristos * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
361.5Schristos * POSSIBILITY OF SUCH DAMAGE.
371.1Schristos */
381.1Schristos
391.1Schristos/*
401.1Schristos * List of known drivers
411.1Schristos */
421.10Schristosdriver	aha	Adaptec SCSI
431.1Schristosdriver	aic	Adaptec SCSI
441.1Schristosdriver	com	National Semiconductor Serial
451.1Schristosdriver	ep	3Com 3CXXX Ethernet
461.3Smattdriver	ess	ESS Audio Drive
471.1Schristosdriver	joy	Generic Joystick
481.1Schristosdriver	gus	Gravis Ultrasound
491.1Schristosdriver	le	Lance Ethernet
501.22Smycroftdriver	mpu	MPU-401 MIDI UART
511.1Schristosdriver	ne	NE2000 Ethernet
521.1Schristosdriver	pcic	PCMCIA bridge
531.1Schristosdriver	sb	Creative Soundblaster
541.23Sbaddriver	tr	TROPIC Token-Ring
551.1Schristosdriver	wdc	Western Digital Disk Controller
561.1Schristosdriver	wss	Microsoft Sound System
571.1Schristosdriver	ym	Yamaha Sound
581.10Schristos
591.10Schristos/*
601.10Schristos * aha
611.10Schristos */
621.22Smycroftdevlogic	aha	ADP1542		0	Adaptec AHA-1542CP
631.22Smycroftdevcompat	aha	PNP00A0		0	Adaptec AHA-1542CP
641.1Schristos
651.1Schristos/*
661.1Schristos * aic
671.1Schristos */
681.22Smycroftdevlogic	aic	ADP1520		0	Adaptec AHA-1520B
691.22Smycroftdevlogic	aic	ADP1505		0	Adaptec AVA-1505A
701.22Smycroftdevcompat	aic	ADP1530		0	(Adaptec AVA-1505A)
711.1Schristos
721.1Schristos/*
731.1Schristos * com
741.1Schristos */
751.22Smycroftdevlogic	com	BDP3336		0	Best Data Prods. 336F
761.22Smycroftdevlogic	com	OZO8039		0	Zoom 56k flex
771.22Smycroftdevlogic	com	BRI1400		0	Boca 33.6 PnP
781.22Smycroftdevlogic	com	BRIB400		0	Boca 56k PnP
791.22Smycroftdevlogic	com	ROK0010		0	Rockwell ?
801.22Smycroftdevlogic	com	USR0004		0	USR Sportster 14.4k
811.22Smycroftdevlogic	com	USR0006		0	USR Sportster 33.6k
821.22Smycroftdevlogic	com	USR2070		0	USR Sportster 56k
831.22Smycroftdevlogic	com	USR3031		0	USR 56k Faxmodem
841.22Smycroftdevlogic	com	ZTIF761		0	Zoom ComStar 33.6
851.22Smycroftdevlogic	com	CIR3000		0	Cirrus Logic V43 
861.22Smycroftdevlogic	com	MOT0000		0	Motorola ModemSurfr
871.25Saugustssdevlogic	com	SMM00C1		0	Leopard 56k PnP
881.22Smycroftdevcompat	com	PNP0500		0	Generic 8250/16450
891.22Smycroftdevcompat	com	PNP0501		0	Generic 16550A
901.1Schristos
911.1Schristos/*
921.1Schristos * ep
931.1Schristos */
941.22Smycroftdevlogic	ep	TCM5090		0	3Com 3c509B
951.22Smycroftdevlogic	ep	TCM5091		0	3Com 3c509B-1
961.22Smycroftdevlogic	ep	TCM5094		0	3Com 3c509B-4
971.22Smycroftdevlogic	ep	TCM5095		0	3Com 3c509B-5
981.22Smycroftdevlogic	ep	TCM5098		0	3Com 3c509B-8
991.1Schristos
1001.1Schristos/*
1011.3Smatt * ess
1021.3Smatt */
1031.24Sfvdldevlogic	ess	ESS1868		0	ESS1868
1041.24Sfvdldevlogic	ess	ESS1869		0	ESS1869
1051.3Smatt
1061.3Smatt/*
1071.1Schristos * joy
1081.1Schristos */
1091.22Smycroftdevlogic	joy	AZT0003		0	Aztech AZT2320 GAME PORT
1101.22Smycroftdevlogic	joy	CSC0001		0	CS4235
1111.22Smycroftdevlogic	joy	CSCA801		0	Terratec EWS64XL
1121.22Smycroftdevlogic	joy	CTL7002		0	Creative Vibra16CL
1131.22Smycroftdevlogic	joy	ESS0001		0	ESS1868
1141.22Smycroftdevlogic	joy	OPT0001		0	OPTi Audio 16
1151.22Smycroftdevlogic	joy	PNPB02F		0	XXX broken GUS PnP
1161.22Smycroftdevlogic	joy	ASB16FD		0	AdLib NSC 16 PNP
1171.22Smycroftdevcompat	joy	PNPB02F		0	generic
1181.1Schristos
1191.1Schristos/*
1201.1Schristos * gus
1211.1Schristos */
1221.22Smycroftdevlogic	gus	GRV0000		0	Gravis Ultrasound
1231.1Schristos
1241.1Schristos/*
1251.1Schristos * le
1261.1Schristos */
1271.22Smycroftdevlogic	le	TKN0010		0	Lance Ethernet on TEKNOR board
1281.22Smycroft
1291.22Smycroft/*
1301.22Smycroft * mpu
1311.22Smycroft */
1321.22Smycroftdevlogic	mpu	AZT0002		0	Aztech AZT2320 MPU401 MIDI
1331.1Schristos
1341.1Schristos/*
1351.1Schristos * ne
1361.1Schristos */
1371.22Smycroftdevcompat	ne	PNP80D6		0	Digital DE305 ISAPnP
1381.22Smycroftdevlogic	ne	@@@1980		0	OvisLink LE-8019R	
1391.1Schristos
1401.1Schristos/*
1411.1Schristos * pcic
1421.1Schristos */
1431.22Smycroftdevlogic	pcic	SCM0469		0	SCM SwapBox Plug and Play
1441.22Smycroftdevcompat	pcic	PNP0E00		0	PCIC Compatible PCMCIA Bridge
1451.22Smycroftdevlogic	pcic	AEI0218		0	Actiontec PnP PCMCIA Adapter
1461.1Schristos
1471.1Schristos/*
1481.1Schristos * sb
1491.1Schristos */
1501.22Smycroftdevlogic	sb	ADS7150		0	AD1815
1511.22Smycroftdevlogic	sb	ADS7180		0	AD1816
1521.22Smycroftdevlogic	sb	CTL0001		0	SB
1531.22Smycroftdevlogic	sb	CTL0031		0	SB AWE32
1541.22Smycroftdevlogic	sb	CTL0041		0	SB16 PnP (CT4131)
1551.22Smycroftdevlogic	sb	CTL0043		0	SB16 PnP (CT4170)
1561.22Smycroftdevlogic	sb	CTL0042		0	SB AWE64 Value
1571.22Smycroftdevlogic	sb	CTL0044		0	SB AWE64 Gold
1581.22Smycroftdevlogic	sb	CTL0045		0	SB AWE64 Value
1591.22Smycroftdevlogic	sb	OPT9250		0	Televideo card, Opti
1601.22Smycroftdevlogic	sb	@X@0001		0	CMI8330. Audio Adapter
1611.22Smycroftdevcompat	sb	PNPB000		0	Generic SB 1.5
1621.22Smycroftdevcompat	sb	PNPB001		0	Generic SB 2.0
1631.22Smycroftdevcompat	sb	PNPB002		0	Generic SB Pro
1641.22Smycroftdevcompat	sb	PNPB003		0	Generic SB 16
1651.16Saugustss
1661.23Sbad/*
1671.23Sbad * tr
1681.23Sbad */
1691.23Sbaddevlogic	tr	IBM0000		0	IBM TROPIC Token-Ring
1701.23Sbaddevlogic	tr	TCM3190		0	3Com TokenLink Velocity ISA
1711.1Schristos
1721.1Schristos/*
1731.1Schristos * wdc
1741.1Schristos */
1751.22Smycroftdevlogic	wdc	AZT0000		0	Aztech AZT2320 IDE CDROM
1761.22Smycroftdevlogic	wdc	OPT0007		0	OPTi Audio 16 IDE controller
1771.22Smycroftdevcompat	wdc	PNP0600		0	Western Digital Compatible Controller
1781.1Schristos
1791.1Schristos/*
1801.1Schristos * wss
1811.1Schristos */
1821.22Smycroftdevlogic	wss	AZT0001		1	Aztech AZT2320 AUDIO
1831.22Smycroftdevlogic	wss	CSC0000		0	Windows Sound System
1841.22Smycroftdevlogic	wss	CSCA800		0	Terratec EWS64 CoDec
1851.22Smycroftdevlogic	wss	ASB1611		0	AdLib NSC 16 PNP
1861.1Schristos
1871.1Schristos/*
1881.1Schristos * ym
1891.1Schristos */
1901.22Smycroftdevlogic	ym	YMH0021		0	OPL3-SA2, OPL3-SA3
191