isapnpdevs revision 1.4 1 1.4 thorpej $NetBSD: isapnpdevs,v 1.4 1998/08/15 19:26:18 thorpej Exp $
2 1.1 christos
3 1.1 christos /*
4 1.1 christos * Copyright (c) 1998, Christos Zoulas
5 1.1 christos * All rights reserved.
6 1.1 christos *
7 1.1 christos * Redistribution and use in source and binary forms, with or without
8 1.1 christos * modification, are permitted provided that the following conditions
9 1.1 christos * are met:
10 1.1 christos * 1. Redistributions of source code must retain the above copyright
11 1.1 christos * notice, this list of conditions and the following disclaimer.
12 1.1 christos * 2. Redistributions in binary form must reproduce the above copyright
13 1.1 christos * notice, this list of conditions and the following disclaimer in the
14 1.1 christos * documentation and/or other materials provided with the distribution.
15 1.1 christos * 3. All advertising materials mentioning features or use of this software
16 1.1 christos * must display the following acknowledgement:
17 1.1 christos * This product includes software developed by Christos Zoulas
18 1.1 christos * for the NetBSD Project.
19 1.1 christos * 4. The name of the author may not be used to endorse or promote products
20 1.1 christos * derived from this software without specific prior written permission
21 1.1 christos *
22 1.1 christos * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 1.1 christos * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 1.1 christos * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 1.1 christos * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 1.1 christos * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 1.1 christos * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 1.1 christos * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 1.1 christos * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 1.1 christos * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 1.1 christos * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 1.1 christos */
33 1.1 christos
34 1.1 christos /*
35 1.1 christos * List of known drivers
36 1.1 christos */
37 1.1 christos driver aic Adaptec SCSI
38 1.1 christos driver com National Semiconductor Serial
39 1.1 christos driver ep 3Com 3CXXX Ethernet
40 1.3 matt driver ess ESS Audio Drive
41 1.1 christos driver joy Generic Joystick
42 1.1 christos driver gus Gravis Ultrasound
43 1.1 christos driver le Lance Ethernet
44 1.1 christos driver ne NE2000 Ethernet
45 1.1 christos driver pcic PCMCIA bridge
46 1.1 christos driver sb Creative Soundblaster
47 1.1 christos driver wdc Western Digital Disk Controller
48 1.1 christos driver wss Microsoft Sound System
49 1.1 christos driver ym Yamaha Sound
50 1.1 christos
51 1.1 christos /*
52 1.1 christos * aic
53 1.1 christos */
54 1.1 christos devlogic aic ADP1520 Adaptec AHA-1520B
55 1.1 christos
56 1.1 christos /*
57 1.1 christos * com
58 1.1 christos */
59 1.1 christos devlogic com BDP3336 Best Data Prods. 336F
60 1.1 christos devlogic com OZO8039 Zoom 56k flex
61 1.1 christos devlogic com BRI1400 Boca 33.6 PnP
62 1.2 drochner devlogic com BRIB400 Boca 56k PnP
63 1.1 christos devlogic com ROK0010 Rockwell ?
64 1.1 christos devlogic com USR2070 USR Sportster 56k
65 1.4 thorpej devlogic com ZTIF761 Zoom ComStar 33.6
66 1.1 christos devcompat com PNP0500 Generic 8250/16450
67 1.1 christos devcompat com PNP0501 Generic 16550A
68 1.1 christos
69 1.1 christos /*
70 1.1 christos * ep
71 1.1 christos */
72 1.1 christos devlogic ep TCM5090 3Com 3c509B
73 1.1 christos devlogic ep TCM5091 3Com 3c509B-1
74 1.1 christos devlogic ep TCM5094 3Com 3c509B-4
75 1.1 christos devlogic ep TCM5095 3Com 3c509B-5
76 1.1 christos devlogic ep TCM5098 3Com 3c509B-8
77 1.1 christos
78 1.1 christos /*
79 1.3 matt * ess
80 1.3 matt */
81 1.3 matt devlogic ess ESS1868 ESS1868
82 1.3 matt devlogic ess ESS1869 ESS1869
83 1.3 matt
84 1.3 matt /*
85 1.1 christos * joy
86 1.1 christos */
87 1.1 christos devlogic joy CSCA801 Terratec EWS64XL
88 1.1 christos devlogic joy CTL7002 Creative Vibra16CL
89 1.1 christos devlogic joy ESS0001 ESS1868
90 1.1 christos devlogic joy OPT0001 OPTi Audio 16
91 1.1 christos devlogic joy PNPB02F XXX broken GUS PnP
92 1.1 christos devcompat joy PNPB02F generic
93 1.1 christos
94 1.1 christos /*
95 1.1 christos * gus
96 1.1 christos */
97 1.1 christos devlogic gus GRV0000 Gravis Ultrasound
98 1.1 christos
99 1.1 christos /*
100 1.1 christos * le
101 1.1 christos */
102 1.1 christos devlogic le TKN0010 Lance Ethernet
103 1.1 christos
104 1.1 christos /*
105 1.1 christos * ne
106 1.1 christos */
107 1.1 christos devcompat ne PNP80D6 Digital DE305 ISAPnP
108 1.1 christos
109 1.1 christos /*
110 1.1 christos * pcic
111 1.1 christos */
112 1.1 christos devcompat pcic PNP0E00 PCIC Compatible PCMCIA Bridge
113 1.1 christos
114 1.1 christos /*
115 1.1 christos * sb
116 1.1 christos */
117 1.1 christos devlogic sb ADS7150 AD1815
118 1.1 christos devlogic sb ADS7180 AD1816
119 1.1 christos devlogic sb CTL0001 SB
120 1.1 christos devlogic sb CTL0031 SB AWE32
121 1.1 christos devlogic sb CTL0041 SB16 PnP (CT4131)
122 1.1 christos devlogic sb CTL0043 SB16 PnP (CT4170)
123 1.1 christos devlogic sb CTL0042 SB AWE64 Value
124 1.1 christos devlogic sb CTL0044 SB AWE64 Gold
125 1.1 christos devlogic sb CTL0045 SB AWE64 Value
126 1.1 christos devlogic sb OPT9250 Televideo card, Opti
127 1.1 christos devcompat sb PNPB000 Generic SB 1.5
128 1.1 christos devcompat sb PNPB001 Generic SB 2.0
129 1.1 christos devcompat sb PNPB002 Generic SB Pro
130 1.1 christos devcompat sb PNPB003 Generic SB 16
131 1.1 christos
132 1.1 christos /*
133 1.1 christos * wdc
134 1.1 christos */
135 1.1 christos devcompat wdc PNP0600 Western Digital Compatible Controller
136 1.1 christos
137 1.1 christos /*
138 1.1 christos * wss
139 1.1 christos */
140 1.1 christos devlogic wss CSC0000 Windows Sound System
141 1.1 christos
142 1.1 christos /*
143 1.1 christos * ym
144 1.1 christos */
145 1.2 drochner devlogic ym YMH0021 OPL3-SA2, OPL3-SA3
146