Home | History | Annotate | Line # | Download | only in podulebus
podules revision 1.7
      1 $NetBSD: podules,v 1.7 2002/03/09 13:44:09 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 
     38 manufacturer	ACORN		0x0000	Acorn Computers
     39 manufacturer	OLIVETTI	0x0002	Olivetti
     40 manufacturer	WATFORD		0x0003	Watford Electronics
     41 manufacturer	CCONCEPTS	0x0004	Computer Concepts
     42 manufacturer	ARMADILLO	0x0007	Armadillo Systems
     43 manufacturer	WILDVISION	0x0009	Wild Vision
     44 manufacturer	HCCS		0x000c	HCCS
     45 manufacturer	ATOMWIDE	0x0011	Atomwide
     46 manufacturer	ATOMWIDE2	0x0017	Atomwide
     47 manufacturer	LINGENUITY	0x001a	Lingenuity
     48 manufacturer	IRLAM		0x001f	Irlam Instruments
     49 manufacturer	OAK		0x0021	Oak Solutions
     50 manufacturer	SJ		0x0029	SJ Research
     51 manufacturer	MORLEY		0x002b	Morley
     52 manufacturer	HCCS2		0x002d	HCCS
     53 manufacturer	VTI		0x0035	Vertical Twist
     54 manufacturer	DTSOFT		0x0037	D.T. Software
     55 manufacturer	CUMANA		0x003a	Cumana
     56 manufacturer	ICS		0x003c	ICS
     57 manufacturer	SERIALPORT	0x003f	Serial Port
     58 manufacturer	ARXE		0x0041	ARXE
     59 manufacturer	ALEPH1		0x0042	Aleph 1
     60 manufacturer	ICUBED		0x0046	I-Cubed
     61 manufacturer	BRINI		0x0050	Brini
     62 manufacturer	ANT		0x0053	ANT
     63 manufacturer	CASTLE		0x0055	Castle Technology
     64 manufacturer	ALSYSTEMS	0x005b	Alsystems
     65 manufacturer	SIMTEC		0x005f	Simtec Electronics
     66 manufacturer	YES		0x0060	Yellowstone Educational Solutions
     67 manufacturer	MCS		0x0063	MCS
     68 manufacturer	EESOX		0x0064	EESOX
     69 
     70 /*
     71  * List of known podules.  Grouped by vendor.
     72  */
     73 
     74 podule	ACORN		ETHER3XXX	0x0000	Ether3 (NOROM)
     75 podule	ACORN		SCSI		0x0002	SCSI 1 interface
     76 podule	ACORN		ETHER1		0x0003	ether 1 interface
     77 podule	ACORN		RAMROM		0x0005	RAM/ROM podule
     78 podule	ACORN		BBCIO		0x0006	BBC IO interface
     79 podule	ACORN		ST506		0x000b	ST506 HD interface
     80 podule	ACORN		MIDI		0x0013	MIDI interface
     81 podule	ACORN		USERMIDI	0x003F	User Port/MIDI interface
     82 podule	ACORN		ETHER2		0x0061	ether 2 interface
     83 podule	ACORN		ETHERI		0x0139	EtherI interface
     84 
     85 podule	CCONCEPTS	LASERDIRECT	0x0014	laser direct (Canon LBP-4)
     86 
     87 podule	ARMADILLO	A448		0x0016	A448 sound sampler
     88 
     89 /* From an Issue 2.0 ColourCard (others may differ) */
     90 podule	WILDVISION	COLOURCARD	0x0050	ColourCard
     91 podule	WILDVISION	HAWKV9		0x0052	hawk v9 mark2
     92 podule	WILDVISION	SOUNDSAMPLER	0x0054	Sound Sampler
     93 podule	WILDVISION	CENTRONICS	0x006f	Bi-directional Centronics
     94 podule	WILDVISION	SCANLIGHTV256	0x00cb	scanlight video 256
     95 podule	WILDVISION	EAGLEM2		0x00cc	eagle M2
     96 podule	WILDVISION	LARKA16		0x00ce	lark A16
     97 podule	WILDVISION	MIDIMAX		0x0200	MIDI max
     98 
     99 podule	HCCS		IDESCSI		0x0022	IDE or SCSI interface
    100 podule	HCCS		ULTIMATE	0x0063	Ultimate micropodule carrier
    101 
    102 podule	ATOMWIDE	ETHER3		0x00A4	ether 3/5 interface
    103 
    104 podule	ATOMWIDE2	SERIAL		0x0090	multiport serial interface
    105 
    106 podule	LINGENUITY	SCSI		0x0095	16 bit SCSI interface
    107 podule	LINGENUITY	SCSISHARE	0x0096	16 bit SCSIShare interface
    108 podule	LINGENUITY	SCSI8		0x0040	8 bit SCSI interface
    109 podule	LINGENUITY	SCSI8SHARE	0x008c	8 bit SCSIShare interface
    110 
    111 podule	IRLAM		24I16		0x00e6	24i16 digitiser
    112 podule	IRLAM		MMETHERV	0x1234	Multi-media/EtherV
    113 podule	IRLAM		ETHERN		0x5678	EtherN interface
    114 
    115 podule	OAK		SCSI		0x0058	16 bit SCSI interface
    116 
    117 podule	SJ		NEXUS		0x0064	Nexus interface (Podule)
    118 podule	SJ		NEXUSNS		0x008F	Nexus interface (A3020 netslot)
    119 
    120 podule	MORLEY		SCSI		0x0067	SCSI interface
    121 podule	MORLEY		USERANALOGUE	0x006d	User and Analogue ports
    122 
    123 podule	HCCS2		USERANALOGUE	0x006e	User and Analogue ports
    124 
    125 podule	VTI		SCSI		0x008d	SCSI interface
    126 
    127 podule	DTSOFT		IDE		0x0055	IDE interface
    128 
    129 podule	CUMANA		SCSI2		0x003a	SCSI II interface
    130 podule	CUMANA		SCSI1		0x00a0	SCSI I interface
    131 podule	CUMANA		SLCD		0x00dd	CDFS & SLCD expansion card
    132 
    133 podule	ICS		IDE		0x00ae	IDE Interface
    134 
    135 podule	SERIALPORT	DUALSERIAL	0x00b9	Serial interface
    136 
    137 podule	ARXE		SCSI		0x0041	16 bit SCSI interface
    138 
    139 podule	ALEPH1		PCCARD		0x00ea	PC card
    140 
    141 /* i-cubed's own cards */
    142 podule	ICUBED		ETHERLAN100	0x00cf	EtherLan 100-series
    143 podule	ICUBED		ETHERLAN200	0x00bd	EtherLan 200-series
    144 podule	ICUBED		ETHERLAN500	0x00d4	EtherLan 500-series
    145 podule	ICUBED		ETHERLAN600	0x00ec	EtherLan 600-series
    146 podule	ICUBED		ETHERLAN700	0x012f	EtherLan 700-series
    147 /* cards made by i-cubed for Acorn */
    148 podule	ICUBED		ETHERLAN100AEH	0x011c	AEH77 (EtherLan 102)
    149 podule	ICUBED		ETHERLAN200AEH	0x011d	AEH79 (EtherLan 210)
    150 podule	ICUBED		ETHERLAN600AEH	0x011e	AEH62/78/99 (EtherLan 602)
    151 podule	ICUBED		ETHERLAN500AEH	0x011f	AEH75 (EtherLan 512)
    152 podule	ICUBED		ETHERLAN700AEH	0x012e	AEH98 (EtherLan 700-series)
    153 /* XXX Not listed by Design IT. */
    154 podule	ICUBED		ETHERLAN100XXX	0x00c4	EtherLan 100???
    155 
    156 podule	BRINI		PORT		0x0000	BriniPort intelligent I/O interface
    157 podule	BRINI		LINK		0x00df	BriniLink transputer link adapter
    158 
    159 podule	ANT		ETHER3		0x00a4	ether 3/5 interface
    160 podule	ANT		ETHERB		0x00e4	ether B network slot interface
    161 podule	ANT		ETHERM		0x00d8	ether M dual interface NIC
    162 
    163 podule	CASTLE		SCSI16		0x00f6  8 or 16 bit SCSI2 interface
    164 podule	CASTLE		SCSI16SHARE	0x00f3  8 or 16 bit SCSI2Share interface
    165 podule	CASTLE		ETHERSCSI	0x00f5  EtherSCSI
    166 podule	CASTLE		ETHERSCSISHARE	0x00f4  8 or 16 bit SCSI2Share interface, possibly with Ethernet
    167 podule	CASTLE		SCSI32		0x012b  32 bit SCSI2 + DMA interface
    168 
    169 podule	ALSYSTEMS	SCSI		0x0107	SCSI II host adapter
    170 
    171 podule	SIMTEC		IDE8		0x0130	8 bit IDE interface
    172 podule	SIMTEC		IDE		0x0131	16 bit IDE interface
    173 
    174 podule	YES		RAPIDE		0x0114	RapIDE32 interface
    175 
    176 /* MCS also call themselves ACE (Acorn Computer Entertainment) */
    177 podule	MCS		SCSI		0x0125	Connect32 SCSI II interface
    178 podule	MCS		MIDICONNECT	0x0133	Midi-Connect
    179 
    180 podule	EESOX		SCSI		0x008c	EESOX SCSI II interface
    181