isapnpdevs revision 1.4
11.4Sthorpej$NetBSD: isapnpdevs,v 1.4 1998/08/15 19:26:18 thorpej Exp $
21.1Schristos
31.1Schristos/*
41.1Schristos * Copyright (c) 1998, Christos Zoulas
51.1Schristos * All rights reserved.
61.1Schristos *
71.1Schristos * Redistribution and use in source and binary forms, with or without
81.1Schristos * modification, are permitted provided that the following conditions
91.1Schristos * are met:
101.1Schristos * 1. Redistributions of source code must retain the above copyright
111.1Schristos *    notice, this list of conditions and the following disclaimer.
121.1Schristos * 2. Redistributions in binary form must reproduce the above copyright
131.1Schristos *    notice, this list of conditions and the following disclaimer in the
141.1Schristos *    documentation and/or other materials provided with the distribution.
151.1Schristos * 3. All advertising materials mentioning features or use of this software
161.1Schristos *    must display the following acknowledgement:
171.1Schristos *      This product includes software developed by Christos Zoulas
181.1Schristos *	for the NetBSD Project.
191.1Schristos * 4. The name of the author may not be used to endorse or promote products
201.1Schristos *    derived from this software without specific prior written permission
211.1Schristos *
221.1Schristos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
231.1Schristos * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
241.1Schristos * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
251.1Schristos * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
261.1Schristos * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
271.1Schristos * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
281.1Schristos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
291.1Schristos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
301.1Schristos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
311.1Schristos * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
321.1Schristos */
331.1Schristos
341.1Schristos/*
351.1Schristos * List of known drivers
361.1Schristos */
371.1Schristosdriver	aic	Adaptec SCSI
381.1Schristosdriver	com	National Semiconductor Serial
391.1Schristosdriver	ep	3Com 3CXXX Ethernet
401.3Smattdriver	ess	ESS Audio Drive
411.1Schristosdriver	joy	Generic Joystick
421.1Schristosdriver	gus	Gravis Ultrasound
431.1Schristosdriver	le	Lance Ethernet
441.1Schristosdriver	ne	NE2000 Ethernet
451.1Schristosdriver	pcic	PCMCIA bridge
461.1Schristosdriver	sb	Creative Soundblaster
471.1Schristosdriver	wdc	Western Digital Disk Controller
481.1Schristosdriver	wss	Microsoft Sound System
491.1Schristosdriver	ym	Yamaha Sound
501.1Schristos
511.1Schristos/*
521.1Schristos * aic
531.1Schristos */
541.1Schristosdevlogic	aic	ADP1520		Adaptec AHA-1520B
551.1Schristos
561.1Schristos/*
571.1Schristos * com
581.1Schristos */
591.1Schristosdevlogic	com	BDP3336		Best Data Prods. 336F
601.1Schristosdevlogic	com	OZO8039		Zoom 56k flex
611.1Schristosdevlogic	com	BRI1400		Boca 33.6 PnP
621.2Sdrochnerdevlogic	com	BRIB400		Boca 56k PnP
631.1Schristosdevlogic	com	ROK0010		Rockwell ?
641.1Schristosdevlogic	com	USR2070		USR Sportster 56k
651.4Sthorpejdevlogic	com	ZTIF761		Zoom ComStar 33.6
661.1Schristosdevcompat	com	PNP0500		Generic 8250/16450
671.1Schristosdevcompat	com	PNP0501		Generic 16550A
681.1Schristos
691.1Schristos/*
701.1Schristos * ep
711.1Schristos */
721.1Schristosdevlogic	ep	TCM5090		3Com 3c509B
731.1Schristosdevlogic	ep	TCM5091		3Com 3c509B-1
741.1Schristosdevlogic	ep	TCM5094		3Com 3c509B-4
751.1Schristosdevlogic	ep	TCM5095		3Com 3c509B-5
761.1Schristosdevlogic	ep	TCM5098		3Com 3c509B-8
771.1Schristos
781.1Schristos/*
791.3Smatt * ess
801.3Smatt */
811.3Smattdevlogic	ess	ESS1868		ESS1868
821.3Smattdevlogic	ess	ESS1869		ESS1869
831.3Smatt
841.3Smatt/*
851.1Schristos * joy
861.1Schristos */
871.1Schristosdevlogic	joy	CSCA801		Terratec EWS64XL
881.1Schristosdevlogic	joy	CTL7002		Creative Vibra16CL
891.1Schristosdevlogic	joy	ESS0001		ESS1868
901.1Schristosdevlogic	joy	OPT0001		OPTi Audio 16
911.1Schristosdevlogic	joy	PNPB02F		XXX broken GUS PnP
921.1Schristosdevcompat	joy	PNPB02F		generic
931.1Schristos
941.1Schristos/*
951.1Schristos * gus
961.1Schristos */
971.1Schristosdevlogic	gus	GRV0000		Gravis Ultrasound
981.1Schristos
991.1Schristos/*
1001.1Schristos * le
1011.1Schristos */
1021.1Schristosdevlogic	le	TKN0010		Lance Ethernet
1031.1Schristos
1041.1Schristos/*
1051.1Schristos * ne
1061.1Schristos */
1071.1Schristosdevcompat	ne	PNP80D6		Digital DE305 ISAPnP
1081.1Schristos
1091.1Schristos/*
1101.1Schristos * pcic
1111.1Schristos */
1121.1Schristosdevcompat	pcic	PNP0E00		PCIC Compatible PCMCIA Bridge
1131.1Schristos
1141.1Schristos/*
1151.1Schristos * sb
1161.1Schristos */
1171.1Schristosdevlogic	sb	ADS7150		AD1815
1181.1Schristosdevlogic	sb	ADS7180		AD1816
1191.1Schristosdevlogic	sb	CTL0001		SB
1201.1Schristosdevlogic	sb	CTL0031		SB AWE32
1211.1Schristosdevlogic	sb	CTL0041		SB16 PnP (CT4131)
1221.1Schristosdevlogic	sb	CTL0043		SB16 PnP (CT4170)
1231.1Schristosdevlogic	sb	CTL0042		SB AWE64 Value
1241.1Schristosdevlogic	sb	CTL0044		SB AWE64 Gold
1251.1Schristosdevlogic	sb	CTL0045		SB AWE64 Value
1261.1Schristosdevlogic	sb	OPT9250		Televideo card, Opti
1271.1Schristosdevcompat	sb	PNPB000		Generic SB 1.5
1281.1Schristosdevcompat	sb	PNPB001		Generic SB 2.0
1291.1Schristosdevcompat	sb	PNPB002		Generic SB Pro
1301.1Schristosdevcompat	sb	PNPB003		Generic SB 16
1311.1Schristos
1321.1Schristos/*
1331.1Schristos * wdc
1341.1Schristos */
1351.1Schristosdevcompat	wdc	PNP0600		Western Digital Compatible Controller
1361.1Schristos
1371.1Schristos/*
1381.1Schristos * wss
1391.1Schristos */
1401.1Schristosdevlogic	wss	CSC0000		Windows Sound System
1411.1Schristos
1421.1Schristos/*
1431.1Schristos * ym
1441.1Schristos */
1451.2Sdrochnerdevlogic	ym	YMH0021		OPL3-SA2, OPL3-SA3
146