isapnpdevs revision 1.10
11.10Schristos$NetBSD: isapnpdevs,v 1.10 1998/11/23 20:47:51 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.10Schristosdevlogic	aha	ADP1542		Adaptec AHA-1542
611.1Schristos
621.1Schristos/*
631.1Schristos * aic
641.1Schristos */
651.1Schristosdevlogic	aic	ADP1520		Adaptec AHA-1520B
661.1Schristos
671.1Schristos/*
681.1Schristos * com
691.1Schristos */
701.1Schristosdevlogic	com	BDP3336		Best Data Prods. 336F
711.1Schristosdevlogic	com	OZO8039		Zoom 56k flex
721.1Schristosdevlogic	com	BRI1400		Boca 33.6 PnP
731.2Sdrochnerdevlogic	com	BRIB400		Boca 56k PnP
741.1Schristosdevlogic	com	ROK0010		Rockwell ?
751.1Schristosdevlogic	com	USR2070		USR Sportster 56k
761.4Sthorpejdevlogic	com	ZTIF761		Zoom ComStar 33.6
771.1Schristosdevcompat	com	PNP0500		Generic 8250/16450
781.1Schristosdevcompat	com	PNP0501		Generic 16550A
791.1Schristos
801.1Schristos/*
811.1Schristos * ep
821.1Schristos */
831.1Schristosdevlogic	ep	TCM5090		3Com 3c509B
841.1Schristosdevlogic	ep	TCM5091		3Com 3c509B-1
851.1Schristosdevlogic	ep	TCM5094		3Com 3c509B-4
861.1Schristosdevlogic	ep	TCM5095		3Com 3c509B-5
871.1Schristosdevlogic	ep	TCM5098		3Com 3c509B-8
881.1Schristos
891.1Schristos/*
901.3Smatt * ess
911.3Smatt */
921.3Smattdevlogic	ess	ESS1868		ESS1868
931.3Smattdevlogic	ess	ESS1869		ESS1869
941.3Smatt
951.3Smatt/*
961.1Schristos * joy
971.1Schristos */
981.7Smarkdevlogic	joy	CSC0001		CS4235
991.1Schristosdevlogic	joy	CSCA801		Terratec EWS64XL
1001.1Schristosdevlogic	joy	CTL7002		Creative Vibra16CL
1011.1Schristosdevlogic	joy	ESS0001		ESS1868
1021.1Schristosdevlogic	joy	OPT0001		OPTi Audio 16
1031.1Schristosdevlogic	joy	PNPB02F		XXX broken GUS PnP
1041.1Schristosdevcompat	joy	PNPB02F		generic
1051.1Schristos
1061.1Schristos/*
1071.1Schristos * gus
1081.1Schristos */
1091.1Schristosdevlogic	gus	GRV0000		Gravis Ultrasound
1101.1Schristos
1111.1Schristos/*
1121.1Schristos * le
1131.1Schristos */
1141.9Sdrochnerdevlogic	le	TKN0010		Lance Ethernet on TEKNOR board
1151.1Schristos
1161.1Schristos/*
1171.1Schristos * ne
1181.1Schristos */
1191.1Schristosdevcompat	ne	PNP80D6		Digital DE305 ISAPnP
1201.9Sdrochnerdevlogic	ne	@@@1980		OvisLink LE-8019R	
1211.1Schristos
1221.1Schristos/*
1231.1Schristos * pcic
1241.1Schristos */
1251.1Schristosdevcompat	pcic	PNP0E00		PCIC Compatible PCMCIA Bridge
1261.1Schristos
1271.1Schristos/*
1281.1Schristos * sb
1291.1Schristos */
1301.1Schristosdevlogic	sb	ADS7150		AD1815
1311.1Schristosdevlogic	sb	ADS7180		AD1816
1321.1Schristosdevlogic	sb	CTL0001		SB
1331.1Schristosdevlogic	sb	CTL0031		SB AWE32
1341.1Schristosdevlogic	sb	CTL0041		SB16 PnP (CT4131)
1351.1Schristosdevlogic	sb	CTL0043		SB16 PnP (CT4170)
1361.1Schristosdevlogic	sb	CTL0042		SB AWE64 Value
1371.1Schristosdevlogic	sb	CTL0044		SB AWE64 Gold
1381.1Schristosdevlogic	sb	CTL0045		SB AWE64 Value
1391.1Schristosdevlogic	sb	OPT9250		Televideo card, Opti
1401.8Schristosdevlogic	sb	@X@0001		CMI8330. Audio Adapter
1411.1Schristosdevcompat	sb	PNPB000		Generic SB 1.5
1421.1Schristosdevcompat	sb	PNPB001		Generic SB 2.0
1431.1Schristosdevcompat	sb	PNPB002		Generic SB Pro
1441.1Schristosdevcompat	sb	PNPB003		Generic SB 16
1451.1Schristos
1461.1Schristos/*
1471.1Schristos * wdc
1481.1Schristos */
1491.6Swrstudendevlogic	wdc	OPT0007		OPTi Audio 16 IDE controller
1501.1Schristosdevcompat	wdc	PNP0600		Western Digital Compatible Controller
1511.1Schristos
1521.1Schristos/*
1531.1Schristos * wss
1541.1Schristos */
1551.1Schristosdevlogic	wss	CSC0000		Windows Sound System
1561.1Schristos
1571.1Schristos/*
1581.1Schristos * ym
1591.1Schristos */
1601.2Sdrochnerdevlogic	ym	YMH0021		OPL3-SA2, OPL3-SA3
161