isapnpdevs revision 1.7
11.7Smark$NetBSD: isapnpdevs,v 1.7 1998/09/21 20:25:52 mark Exp $
21.1Schristos
31.5Schristos/*-
41.5Schristos * Copyright (c) 1998 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.1Schristosdriver	aic	Adaptec SCSI
431.1Schristosdriver	com	National Semiconductor Serial
441.1Schristosdriver	ep	3Com 3CXXX Ethernet
451.3Smattdriver	ess	ESS Audio Drive
461.1Schristosdriver	joy	Generic Joystick
471.1Schristosdriver	gus	Gravis Ultrasound
481.1Schristosdriver	le	Lance Ethernet
491.1Schristosdriver	ne	NE2000 Ethernet
501.1Schristosdriver	pcic	PCMCIA bridge
511.1Schristosdriver	sb	Creative Soundblaster
521.1Schristosdriver	wdc	Western Digital Disk Controller
531.1Schristosdriver	wss	Microsoft Sound System
541.1Schristosdriver	ym	Yamaha Sound
551.1Schristos
561.1Schristos/*
571.1Schristos * aic
581.1Schristos */
591.1Schristosdevlogic	aic	ADP1520		Adaptec AHA-1520B
601.1Schristos
611.1Schristos/*
621.1Schristos * com
631.1Schristos */
641.1Schristosdevlogic	com	BDP3336		Best Data Prods. 336F
651.1Schristosdevlogic	com	OZO8039		Zoom 56k flex
661.1Schristosdevlogic	com	BRI1400		Boca 33.6 PnP
671.2Sdrochnerdevlogic	com	BRIB400		Boca 56k PnP
681.1Schristosdevlogic	com	ROK0010		Rockwell ?
691.1Schristosdevlogic	com	USR2070		USR Sportster 56k
701.4Sthorpejdevlogic	com	ZTIF761		Zoom ComStar 33.6
711.1Schristosdevcompat	com	PNP0500		Generic 8250/16450
721.1Schristosdevcompat	com	PNP0501		Generic 16550A
731.1Schristos
741.1Schristos/*
751.1Schristos * ep
761.1Schristos */
771.1Schristosdevlogic	ep	TCM5090		3Com 3c509B
781.1Schristosdevlogic	ep	TCM5091		3Com 3c509B-1
791.1Schristosdevlogic	ep	TCM5094		3Com 3c509B-4
801.1Schristosdevlogic	ep	TCM5095		3Com 3c509B-5
811.1Schristosdevlogic	ep	TCM5098		3Com 3c509B-8
821.1Schristos
831.1Schristos/*
841.3Smatt * ess
851.3Smatt */
861.3Smattdevlogic	ess	ESS1868		ESS1868
871.3Smattdevlogic	ess	ESS1869		ESS1869
881.3Smatt
891.3Smatt/*
901.1Schristos * joy
911.1Schristos */
921.7Smarkdevlogic	joy	CSC0001		CS4235
931.1Schristosdevlogic	joy	CSCA801		Terratec EWS64XL
941.1Schristosdevlogic	joy	CTL7002		Creative Vibra16CL
951.1Schristosdevlogic	joy	ESS0001		ESS1868
961.1Schristosdevlogic	joy	OPT0001		OPTi Audio 16
971.1Schristosdevlogic	joy	PNPB02F		XXX broken GUS PnP
981.1Schristosdevcompat	joy	PNPB02F		generic
991.1Schristos
1001.1Schristos/*
1011.1Schristos * gus
1021.1Schristos */
1031.1Schristosdevlogic	gus	GRV0000		Gravis Ultrasound
1041.1Schristos
1051.1Schristos/*
1061.1Schristos * le
1071.1Schristos */
1081.1Schristosdevlogic	le	TKN0010		Lance Ethernet
1091.1Schristos
1101.1Schristos/*
1111.1Schristos * ne
1121.1Schristos */
1131.1Schristosdevcompat	ne	PNP80D6		Digital DE305 ISAPnP
1141.1Schristos
1151.1Schristos/*
1161.1Schristos * pcic
1171.1Schristos */
1181.1Schristosdevcompat	pcic	PNP0E00		PCIC Compatible PCMCIA Bridge
1191.1Schristos
1201.1Schristos/*
1211.1Schristos * sb
1221.1Schristos */
1231.1Schristosdevlogic	sb	ADS7150		AD1815
1241.1Schristosdevlogic	sb	ADS7180		AD1816
1251.1Schristosdevlogic	sb	CTL0001		SB
1261.1Schristosdevlogic	sb	CTL0031		SB AWE32
1271.1Schristosdevlogic	sb	CTL0041		SB16 PnP (CT4131)
1281.1Schristosdevlogic	sb	CTL0043		SB16 PnP (CT4170)
1291.1Schristosdevlogic	sb	CTL0042		SB AWE64 Value
1301.1Schristosdevlogic	sb	CTL0044		SB AWE64 Gold
1311.1Schristosdevlogic	sb	CTL0045		SB AWE64 Value
1321.1Schristosdevlogic	sb	OPT9250		Televideo card, Opti
1331.1Schristosdevcompat	sb	PNPB000		Generic SB 1.5
1341.1Schristosdevcompat	sb	PNPB001		Generic SB 2.0
1351.1Schristosdevcompat	sb	PNPB002		Generic SB Pro
1361.1Schristosdevcompat	sb	PNPB003		Generic SB 16
1371.1Schristos
1381.1Schristos/*
1391.1Schristos * wdc
1401.1Schristos */
1411.6Swrstudendevlogic	wdc	OPT0007		OPTi Audio 16 IDE controller
1421.1Schristosdevcompat	wdc	PNP0600		Western Digital Compatible Controller
1431.1Schristos
1441.1Schristos/*
1451.1Schristos * wss
1461.1Schristos */
1471.1Schristosdevlogic	wss	CSC0000		Windows Sound System
1481.1Schristos
1491.1Schristos/*
1501.1Schristos * ym
1511.1Schristos */
1521.2Sdrochnerdevlogic	ym	YMH0021		OPL3-SA2, OPL3-SA3
153