Added a number of new manufacturer ID's and some new podule ID's.
This commit is contained in:
parent
5debc61be1
commit
ecdf4c14bd
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: podules,v 1.1 1996/10/14 23:16:08 mark Exp $
|
||||
$NetBSD: podules,v 1.2 1996/11/23 03:23:49 mark Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Mark Brinicombe
|
||||
|
@ -36,7 +36,10 @@ $NetBSD: podules,v 1.1 1996/10/14 23:16:08 mark Exp $
|
|||
*/
|
||||
|
||||
manufacturer ACORN 0x0000 Acorn Computers
|
||||
manufacturer OLIVETTI 0x0002 Olivetti
|
||||
manufacturer WATFORD 0x0003 Watford
|
||||
manufacturer CCONCEPTS 0x0004 Computer Concepts
|
||||
manufacturer ARMADILLO 0x0007 Armadillo Systems
|
||||
manufacturer WILDVISION 0x0009 Wild Vision
|
||||
manufacturer ATOMWIDE 0x0011 Atomwide
|
||||
manufacturer LINGENUITY 0x001a Lingenuity
|
||||
|
@ -44,6 +47,7 @@ manufacturer IRLAM 0x001f Irlam Instruments
|
|||
manufacturer OAK 0x0021 Oak Solutions
|
||||
manufacturer MORLEY 0x002b Morley
|
||||
manufacturer CUMANA 0x003a Cumana
|
||||
manufacturer ICS 0x003c ICS
|
||||
manufacturer ARXE 0x0041 ARXE
|
||||
manufacturer ALEPH1 0x0042 Aleph 1
|
||||
manufacturer ICUBED 0x0046 I-Cubed
|
||||
|
@ -56,18 +60,22 @@ manufacturer MCS 0x0063 MCS
|
|||
* List of known podules. Grouped by vendor.
|
||||
*/
|
||||
|
||||
/* Acorn podules */
|
||||
podule ACORN SCSI 0x0002 SCSI 1 interface
|
||||
podule ACORN ETHER1 0x0003 ether 1 interface
|
||||
podule ACORN RAMROM 0x0005 RAM/ROM podule
|
||||
podule ACORN BBCIO 0x0006 BBC IO interface
|
||||
podule ACORN MIDI 0x0013 MIDI interface
|
||||
podule ACORN ETHER2 0x0061 ether 2 interface
|
||||
|
||||
podule CCONCEPTS LASERDIRECT 0x0014 laser direct (Canon LBP-4)
|
||||
|
||||
podule WILDVISION HAWKV9 0x0052 hawk V9 mark2
|
||||
podule WILDVISION SCANLIGHTV256 0x00cb scanlight Video 256
|
||||
podule ARMADILLO A448 0x0016 A447 sound sampler
|
||||
|
||||
podule WILDVISION HAWKV9 0x0052 hawk v9 mark2
|
||||
podule WILDVISION SCANLIGHTV256 0x00cb scanlight video 256
|
||||
podule WILDVISION EAGLEM2 0x00cc eagle M2
|
||||
podule WILDVISION LARKA16 0x00ce lark A16
|
||||
podule WILDVISION MIDIMAX 0x0200 MIDI Max
|
||||
podule WILDVISION MIDIMAX 0x0200 MIDI max
|
||||
|
||||
podule ATOMWIDE ETHER3 0x00A4 ether 3/5 interface
|
||||
|
||||
|
@ -80,13 +88,17 @@ podule OAK SCSI 0x0058 16 bit SCSI interface
|
|||
podule MORLEY SCSI 0x0067 SCSI interface
|
||||
|
||||
podule CUMANA SCSI2 0x003a SCSI II interface
|
||||
podule CUMANA SCSI1 0x00a0 SCSI I interface
|
||||
podule CUMANA SLCD 0x00dd CDFS & SLCD expansion card
|
||||
|
||||
podule ICS IDE 0x00ae IDE Interface
|
||||
|
||||
podule ARXE SCSI 0x0041 16 bit SCSI interface
|
||||
|
||||
podule ALEPH1 PCCARD 0x00ea PC card
|
||||
|
||||
podule ICUBED ETHERH 0x00ec etherlan 600 network slot interface
|
||||
podule ICUBED ETHERH 0x00ec etherlan 600 network slot interface
|
||||
podule ICUBED ETHERHFLASH 0x011e etherlan 600 network slot interface
|
||||
|
||||
podule BRINI PORT 0x0000 BriniPort intelligent I/O interface
|
||||
podule BRINI LINK 0x00df BriniLink transputer link adapter
|
||||
|
@ -94,6 +106,6 @@ podule BRINI LINK 0x00df BriniLink transputer link adapter
|
|||
podule ANT ETHER3 0x00a4 ether 3/5 interface
|
||||
podule ANT ETHERB 0x00e4 ether B network slot interface
|
||||
|
||||
podule ALSYSTEMS SCSI 0x0107 SCSI 1 / SCSI 2 host adapter
|
||||
podule ALSYSTEMS SCSI 0x0107 SCSI II host adapter
|
||||
|
||||
podule MCS SCSI 0x0125 Connect32 SCSI interface
|
||||
podule MCS SCSI 0x0125 Connect32 SCSI II interface
|
||||
|
|
Loading…
Reference in New Issue