isapnpdevs revision 1.12
11.12Schristos$NetBSD: isapnpdevs,v 1.12 1998/12/02 09:42:57 christos 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.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.1Schristosdriver	ne	NE2000 Ethernet
511.1Schristosdriver	pcic	PCMCIA bridge
521.1Schristosdriver	sb	Creative Soundblaster
531.1Schristosdriver	wdc	Western Digital Disk Controller
541.1Schristosdriver	wss	Microsoft Sound System
551.1Schristosdriver	ym	Yamaha Sound
561.10Schristos
571.10Schristos/*
581.10Schristos * aha
591.10Schristos */
601.12Schristosdevlogic	aha	ADP1542		Adaptec AHA-1542CP
611.12Schristosdevcompat	aha	PNP00A0		Adaptec AHA-1542CP
621.1Schristos
631.1Schristos/*
641.1Schristos * aic
651.1Schristos */
661.1Schristosdevlogic	aic	ADP1520		Adaptec AHA-1520B
671.1Schristos
681.1Schristos/*
691.1Schristos * com
701.1Schristos */
711.1Schristosdevlogic	com	BDP3336		Best Data Prods. 336F
721.1Schristosdevlogic	com	OZO8039		Zoom 56k flex
731.1Schristosdevlogic	com	BRI1400		Boca 33.6 PnP
741.2Sdrochnerdevlogic	com	BRIB400		Boca 56k PnP
751.1Schristosdevlogic	com	ROK0010		Rockwell ?
761.1Schristosdevlogic	com	USR2070		USR Sportster 56k
771.4Sthorpejdevlogic	com	ZTIF761		Zoom ComStar 33.6
781.1Schristosdevcompat	com	PNP0500		Generic 8250/16450
791.1Schristosdevcompat	com	PNP0501		Generic 16550A
801.1Schristos
811.1Schristos/*
821.1Schristos * ep
831.1Schristos */
841.1Schristosdevlogic	ep	TCM5090		3Com 3c509B
851.1Schristosdevlogic	ep	TCM5091		3Com 3c509B-1
861.1Schristosdevlogic	ep	TCM5094		3Com 3c509B-4
871.1Schristosdevlogic	ep	TCM5095		3Com 3c509B-5
881.1Schristosdevlogic	ep	TCM5098		3Com 3c509B-8
891.1Schristos
901.1Schristos/*
911.3Smatt * ess
921.3Smatt */
931.3Smattdevlogic	ess	ESS1868		ESS1868
941.3Smattdevlogic	ess	ESS1869		ESS1869
951.3Smatt
961.3Smatt/*
971.1Schristos * joy
981.1Schristos */
991.7Smarkdevlogic	joy	CSC0001		CS4235
1001.1Schristosdevlogic	joy	CSCA801		Terratec EWS64XL
1011.1Schristosdevlogic	joy	CTL7002		Creative Vibra16CL
1021.1Schristosdevlogic	joy	ESS0001		ESS1868
1031.1Schristosdevlogic	joy	OPT0001		OPTi Audio 16
1041.1Schristosdevlogic	joy	PNPB02F		XXX broken GUS PnP
1051.11Shannkendevlogic	joy	ASB16FD		AdLib NSC 16 PNP
1061.1Schristosdevcompat	joy	PNPB02F		generic
1071.1Schristos
1081.1Schristos/*
1091.1Schristos * gus
1101.1Schristos */
1111.1Schristosdevlogic	gus	GRV0000		Gravis Ultrasound
1121.1Schristos
1131.1Schristos/*
1141.1Schristos * le
1151.1Schristos */
1161.9Sdrochnerdevlogic	le	TKN0010		Lance Ethernet on TEKNOR board
1171.1Schristos
1181.1Schristos/*
1191.1Schristos * ne
1201.1Schristos */
1211.1Schristosdevcompat	ne	PNP80D6		Digital DE305 ISAPnP
1221.9Sdrochnerdevlogic	ne	@@@1980		OvisLink LE-8019R	
1231.1Schristos
1241.1Schristos/*
1251.1Schristos * pcic
1261.1Schristos */
1271.1Schristosdevcompat	pcic	PNP0E00		PCIC Compatible PCMCIA Bridge
1281.1Schristos
1291.1Schristos/*
1301.1Schristos * sb
1311.1Schristos */
1321.1Schristosdevlogic	sb	ADS7150		AD1815
1331.1Schristosdevlogic	sb	ADS7180		AD1816
1341.1Schristosdevlogic	sb	CTL0001		SB
1351.1Schristosdevlogic	sb	CTL0031		SB AWE32
1361.1Schristosdevlogic	sb	CTL0041		SB16 PnP (CT4131)
1371.1Schristosdevlogic	sb	CTL0043		SB16 PnP (CT4170)
1381.1Schristosdevlogic	sb	CTL0042		SB AWE64 Value
1391.1Schristosdevlogic	sb	CTL0044		SB AWE64 Gold
1401.1Schristosdevlogic	sb	CTL0045		SB AWE64 Value
1411.1Schristosdevlogic	sb	OPT9250		Televideo card, Opti
1421.8Schristosdevlogic	sb	@X@0001		CMI8330. Audio Adapter
1431.1Schristosdevcompat	sb	PNPB000		Generic SB 1.5
1441.1Schristosdevcompat	sb	PNPB001		Generic SB 2.0
1451.1Schristosdevcompat	sb	PNPB002		Generic SB Pro
1461.1Schristosdevcompat	sb	PNPB003		Generic SB 16
1471.1Schristos
1481.1Schristos/*
1491.1Schristos * wdc
1501.1Schristos */
1511.6Swrstudendevlogic	wdc	OPT0007		OPTi Audio 16 IDE controller
1521.1Schristosdevcompat	wdc	PNP0600		Western Digital Compatible Controller
1531.1Schristos
1541.1Schristos/*
1551.1Schristos * wss
1561.1Schristos */
1571.1Schristosdevlogic	wss	CSC0000		Windows Sound System
1581.11Shannkendevlogic	wss	ASB1611		AdLib NSC 16 PNP
1591.1Schristos
1601.1Schristos/*
1611.1Schristos * ym
1621.1Schristos */
1631.2Sdrochnerdevlogic	ym	YMH0021		OPL3-SA2, OPL3-SA3
164