xref: /netbsd-src/sys/dev/podulebus/podules (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1$NetBSD: podules,v 1.6 2001/06/08 20:08:35 bjh21 Exp $
2
3/*
4 * Copyright (c) 1996 Mark Brinicombe
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 *    notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 *    notice, this list of conditions and the following disclaimer in the
14 *    documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
16 *    must display the following acknowledgement:
17 *      This product includes software developed by Mark Brinicombe
18 *	for the NetBSD Project.
19 * 4. The name of the author may not be used to endorse or promote products
20 *    derived from this software without specific prior written permission
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 */
33
34/*
35 * List of known podule manufacturers
36 */
37
38manufacturer	ACORN		0x0000	Acorn Computers
39manufacturer	OLIVETTI	0x0002	Olivetti
40manufacturer	WATFORD		0x0003	Watford Electronics
41manufacturer	CCONCEPTS	0x0004	Computer Concepts
42manufacturer	ARMADILLO	0x0007	Armadillo Systems
43manufacturer	WILDVISION	0x0009	Wild Vision
44manufacturer	HCCS		0x000c	HCCS
45manufacturer	ATOMWIDE	0x0011	Atomwide
46manufacturer	ATOMWIDE2	0x0017	Atomwide
47manufacturer	LINGENUITY	0x001a	Lingenuity
48manufacturer	IRLAM		0x001f	Irlam Instruments
49manufacturer	OAK		0x0021	Oak Solutions
50manufacturer	SJ		0x0029	SJ Research
51manufacturer	MORLEY		0x002b	Morley
52manufacturer	HCCS2		0x002d	HCCS
53manufacturer	VTI		0x0035	Vertical Twist
54manufacturer	DTSOFT		0x0037	D.T. Software
55manufacturer	CUMANA		0x003a	Cumana
56manufacturer	ICS		0x003c	ICS
57manufacturer	SERIALPORT	0x003f	Serial Port
58manufacturer	ARXE		0x0041	ARXE
59manufacturer	ALEPH1		0x0042	Aleph 1
60manufacturer	ICUBED		0x0046	I-Cubed
61manufacturer	BRINI		0x0050	Brini
62manufacturer	ANT		0x0053	ANT
63manufacturer	CASTLE		0x0055	Castle Technology
64manufacturer	ALSYSTEMS	0x005b	Alsystems
65manufacturer	SIMTEC		0x005f	Simtec Electronics
66manufacturer	YES		0x0060	Yellowstone Educational Solutions
67manufacturer	MCS		0x0063	MCS
68manufacturer	EESOX		0x0064	EESOX
69
70/*
71 * List of known podules.  Grouped by vendor.
72 */
73
74podule	ACORN		ETHER3XXX	0x0000	Ether3 (NOROM)
75podule	ACORN		SCSI		0x0002	SCSI 1 interface
76podule	ACORN		ETHER1		0x0003	ether 1 interface
77podule	ACORN		RAMROM		0x0005	RAM/ROM podule
78podule	ACORN		BBCIO		0x0006	BBC IO interface
79podule	ACORN		ST506		0x000b	ST506 HD interface
80podule	ACORN		MIDI		0x0013	MIDI interface
81podule	ACORN		USERMIDI	0x003F	User Port/MIDI interface
82podule	ACORN		ETHER2		0x0061	ether 2 interface
83podule	ACORN		ETHERI		0x0139	EtherI interface
84
85podule	CCONCEPTS	LASERDIRECT	0x0014	laser direct (Canon LBP-4)
86
87podule	ARMADILLO	A448		0x0016	A448 sound sampler
88
89/* From an Issue 2.0 ColourCard (others may differ) */
90podule	WILDVISION	COLOURCARD	0x0050	ColourCard
91podule	WILDVISION	HAWKV9		0x0052	hawk v9 mark2
92podule	WILDVISION	SOUNDSAMPLER	0x0054	Sound Sampler
93podule	WILDVISION	CENTRONICS	0x006f	Bi-directional Centronics
94podule	WILDVISION	SCANLIGHTV256	0x00cb	scanlight video 256
95podule	WILDVISION	EAGLEM2		0x00cc	eagle M2
96podule	WILDVISION	LARKA16		0x00ce	lark A16
97podule	WILDVISION	MIDIMAX		0x0200	MIDI max
98
99podule	HCCS		IDESCSI		0x0022	IDE or SCSI interface
100podule	HCCS		ULTIMATE	0x0063	Ultimate micropodule carrier
101
102podule	ATOMWIDE	ETHER3		0x00A4	ether 3/5 interface
103
104podule	ATOMWIDE2	SERIAL		0x0090	multiport serial interface
105
106podule	LINGENUITY	SCSI		0x0095	16 bit SCSI interface
107podule	LINGENUITY	SCSISHARE	0x0096	16 bit SCSIShare interface
108podule	LINGENUITY	SCSI8		0x0040	8 bit SCSI interface
109podule	LINGENUITY	SCSI8SHARE	0x008c	8 bit SCSIShare interface
110
111podule	IRLAM		24I16		0x00e6	24i16 digitiser
112podule	IRLAM		MMETHERV	0x1234	Multi-media/EtherV
113podule	IRLAM		ETHERN		0x5678	EtherN interface
114
115podule	OAK		SCSI		0x0058	16 bit SCSI interface
116
117podule	SJ		NEXUS		0x0064	Nexus interface (Podule)
118podule	SJ		NEXUSNS		0x008F	Nexus interface (A3020 netslot)
119
120podule	MORLEY		SCSI		0x0067	SCSI interface
121
122podule	HCCS2		USERANALOGUE	0x006e	User and Analogue ports
123
124podule	VTI		SCSI		0x008d	SCSI interface
125
126podule	DTSOFT		IDE		0x0055	IDE interface
127
128podule	CUMANA		SCSI2		0x003a	SCSI II interface
129podule	CUMANA		SCSI1		0x00a0	SCSI I interface
130podule	CUMANA		SLCD		0x00dd	CDFS & SLCD expansion card
131
132podule	ICS		IDE		0x00ae	IDE Interface
133
134podule	SERIALPORT	DUALSERIAL	0x00b9	Serial interface
135
136podule	ARXE		SCSI		0x0041	16 bit SCSI interface
137
138podule	ALEPH1		PCCARD		0x00ea	PC card
139
140/* i-cubed's own cards */
141podule	ICUBED		ETHERLAN100	0x00cf	EtherLan 100-series
142podule	ICUBED		ETHERLAN200	0x00bd	EtherLan 200-series
143podule	ICUBED		ETHERLAN500	0x00d4	EtherLan 500-series
144podule	ICUBED		ETHERLAN600	0x00ec	EtherLan 600-series
145podule	ICUBED		ETHERLAN700	0x012f	EtherLan 700-series
146/* cards made by i-cubed for Acorn */
147podule	ICUBED		ETHERLAN100AEH	0x011c	AEH77 (EtherLan 102)
148podule	ICUBED		ETHERLAN200AEH	0x011d	AEH79 (EtherLan 210)
149podule	ICUBED		ETHERLAN600AEH	0x011e	AEH62/78/99 (EtherLan 602)
150podule	ICUBED		ETHERLAN500AEH	0x011f	AEH75 (EtherLan 512)
151podule	ICUBED		ETHERLAN700AEH	0x012e	AEH98 (EtherLan 700-series)
152/* XXX Not listed by Design IT. */
153podule	ICUBED		ETHERLAN100XXX	0x00c4	EtherLan 100???
154
155podule	BRINI		PORT		0x0000	BriniPort intelligent I/O interface
156podule	BRINI		LINK		0x00df	BriniLink transputer link adapter
157
158podule	ANT		ETHER3		0x00a4	ether 3/5 interface
159podule	ANT		ETHERB		0x00e4	ether B network slot interface
160podule	ANT		ETHERM		0x00d8	ether M dual interface NIC
161
162podule	CASTLE		SCSI16		0x00f6  8 or 16 bit SCSI2 interface
163podule	CASTLE		SCSI16SHARE	0x00f3  8 or 16 bit SCSI2Share interface
164podule	CASTLE		ETHERSCSI	0x00f5  EtherSCSI
165podule	CASTLE		ETHERSCSISHARE	0x00f4  8 or 16 bit SCSI2Share interface, possibly with Ethernet
166podule	CASTLE		SCSI32		0x012b  32 bit SCSI2 + DMA interface
167
168podule	ALSYSTEMS	SCSI		0x0107	SCSI II host adapter
169
170podule	SIMTEC		IDE8		0x0130	8 bit IDE interface
171podule	SIMTEC		IDE		0x0131	16 bit IDE interface
172
173podule	YES		RAPIDE		0x0114	RapIDE32 interface
174
175/* MCS also call themselves ACE (Acorn Computer Entertainment) */
176podule	MCS		SCSI		0x0125	Connect32 SCSI II interface
177podule	MCS		MIDICONNECT	0x0133	Midi-Connect
178
179podule	EESOX		SCSI		0x008c	EESOX SCSI II interface
180