From 374d51c858d914377eb8ab251204d4baaae9c4c3 Mon Sep 17 00:00:00 2001 From: mark Date: Sat, 23 Nov 1996 03:27:15 +0000 Subject: [PATCH] Rebuild from latest podules list. --- sys/arch/arm32/podulebus/podule_data.h | 39 ++++++++++++++++++++++---- sys/arch/arm32/podulebus/podules.h | 26 ++++++++++++----- 2 files changed, 52 insertions(+), 13 deletions(-) diff --git a/sys/arch/arm32/podulebus/podule_data.h b/sys/arch/arm32/podulebus/podule_data.h index 9a503152e573..2ea03514109d 100644 --- a/sys/arch/arm32/podulebus/podule_data.h +++ b/sys/arch/arm32/podulebus/podule_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 */ /* @@ -39,21 +39,37 @@ static struct podule_description podules_acorn[] = { { PODULE_ACORN_SCSI, "SCSI 1 interface" }, { PODULE_ACORN_ETHER1, "ether 1 interface" }, + { PODULE_ACORN_RAMROM, "RAM/ROM podule" }, + { PODULE_ACORN_BBCIO, "BBC IO interface" }, + { PODULE_ACORN_MIDI, "MIDI interface" }, { PODULE_ACORN_ETHER2, "ether 2 interface" }, { 0x0000, NULL } }; +static struct podule_description podules_olivetti[] = { + { 0x0000, NULL } +}; + +static struct podule_description podules_watford[] = { + { 0x0000, NULL } +}; + static struct podule_description podules_cconcepts[] = { { PODULE_CCONCEPTS_LASERDIRECT, "laser direct (Canon LBP-4)" }, { 0x0000, NULL } }; +static struct podule_description podules_armadillo[] = { + { PODULE_ARMADILLO_A448, "A447 sound sampler" }, + { 0x0000, NULL } +}; + static struct podule_description podules_wildvision[] = { - { PODULE_WILDVISION_HAWKV9, "hawk V9 mark2" }, - { PODULE_WILDVISION_SCANLIGHTV256, "scanlight Video 256" }, + { PODULE_WILDVISION_HAWKV9, "hawk v9 mark2" }, + { PODULE_WILDVISION_SCANLIGHTV256, "scanlight video 256" }, { PODULE_WILDVISION_EAGLEM2, "eagle M2" }, { PODULE_WILDVISION_LARKA16, "lark A16" }, - { PODULE_WILDVISION_MIDIMAX, "MIDI Max" }, + { PODULE_WILDVISION_MIDIMAX, "MIDI max" }, { 0x0000, NULL } }; @@ -84,10 +100,16 @@ static struct podule_description podules_morley[] = { static struct podule_description podules_cumana[] = { { PODULE_CUMANA_SCSI2, "SCSI II interface" }, + { PODULE_CUMANA_SCSI1, "SCSI I interface" }, { PODULE_CUMANA_SLCD, "CDFS & SLCD expansion card" }, { 0x0000, NULL } }; +static struct podule_description podules_ics[] = { + { PODULE_ICS_IDE, "IDE Interface" }, + { 0x0000, NULL } +}; + static struct podule_description podules_arxe[] = { { PODULE_ARXE_SCSI, "16 bit SCSI interface" }, { 0x0000, NULL } @@ -100,6 +122,7 @@ static struct podule_description podules_aleph1[] = { static struct podule_description podules_icubed[] = { { PODULE_ICUBED_ETHERH, "etherlan 600 network slot interface" }, + { PODULE_ICUBED_ETHERHFLASH, "etherlan 600 network slot interface" }, { 0x0000, NULL } }; @@ -116,19 +139,22 @@ static struct podule_description podules_ant[] = { }; static struct podule_description podules_alsystems[] = { - { PODULE_ALSYSTEMS_SCSI, "SCSI 1 / SCSI 2 host adapter" }, + { PODULE_ALSYSTEMS_SCSI, "SCSI II host adapter" }, { 0x0000, NULL } }; static struct podule_description podules_mcs[] = { - { PODULE_MCS_SCSI, "Connect32 SCSI interface" }, + { PODULE_MCS_SCSI, "Connect32 SCSI II interface" }, { 0x0000, NULL } }; struct podule_list known_podules[] = { { MANUFACTURER_ACORN, "Acorn Computers", podules_acorn }, + { MANUFACTURER_OLIVETTI, "Olivetti", podules_olivetti }, + { MANUFACTURER_WATFORD, "Watford", podules_watford }, { MANUFACTURER_CCONCEPTS, "Computer Concepts", podules_cconcepts }, + { MANUFACTURER_ARMADILLO, "Armadillo Systems", podules_armadillo }, { MANUFACTURER_WILDVISION, "Wild Vision", podules_wildvision }, { MANUFACTURER_ATOMWIDE, "Atomwide", podules_atomwide }, { MANUFACTURER_LINGENUITY, "Lingenuity", podules_lingenuity }, @@ -136,6 +162,7 @@ struct podule_list known_podules[] = { { MANUFACTURER_OAK, "Oak Solutions", podules_oak }, { MANUFACTURER_MORLEY, "Morley", podules_morley }, { MANUFACTURER_CUMANA, "Cumana", podules_cumana }, + { MANUFACTURER_ICS, "ICS", podules_ics }, { MANUFACTURER_ARXE, "ARXE", podules_arxe }, { MANUFACTURER_ALEPH1, "Aleph 1", podules_aleph1 }, { MANUFACTURER_ICUBED, "I-Cubed", podules_icubed }, diff --git a/sys/arch/arm32/podulebus/podules.h b/sys/arch/arm32/podulebus/podules.h index 3ee018b248d8..3f85759219a1 100644 --- a/sys/arch/arm32/podulebus/podules.h +++ b/sys/arch/arm32/podulebus/podules.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * 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 */ /* @@ -41,7 +41,10 @@ */ #define MANUFACTURER_ACORN 0x0000 /* Acorn Computers */ +#define MANUFACTURER_OLIVETTI 0x0002 /* Olivetti */ +#define MANUFACTURER_WATFORD 0x0003 /* Watford */ #define MANUFACTURER_CCONCEPTS 0x0004 /* Computer Concepts */ +#define MANUFACTURER_ARMADILLO 0x0007 /* Armadillo Systems */ #define MANUFACTURER_WILDVISION 0x0009 /* Wild Vision */ #define MANUFACTURER_ATOMWIDE 0x0011 /* Atomwide */ #define MANUFACTURER_LINGENUITY 0x001a /* Lingenuity */ @@ -49,6 +52,7 @@ #define MANUFACTURER_OAK 0x0021 /* Oak Solutions */ #define MANUFACTURER_MORLEY 0x002b /* Morley */ #define MANUFACTURER_CUMANA 0x003a /* Cumana */ +#define MANUFACTURER_ICS 0x003c /* ICS */ #define MANUFACTURER_ARXE 0x0041 /* ARXE */ #define MANUFACTURER_ALEPH1 0x0042 /* Aleph 1 */ #define MANUFACTURER_ICUBED 0x0046 /* I-Cubed */ @@ -61,18 +65,22 @@ * List of known podules. Grouped by vendor. */ -/* Acorn podules */ #define PODULE_ACORN_SCSI 0x0002 /* SCSI 1 interface */ #define PODULE_ACORN_ETHER1 0x0003 /* ether 1 interface */ +#define PODULE_ACORN_RAMROM 0x0005 /* RAM/ROM podule */ +#define PODULE_ACORN_BBCIO 0x0006 /* BBC IO interface */ +#define PODULE_ACORN_MIDI 0x0013 /* MIDI interface */ #define PODULE_ACORN_ETHER2 0x0061 /* ether 2 interface */ #define PODULE_CCONCEPTS_LASERDIRECT 0x0014 /* laser direct (Canon LBP-4) */ -#define PODULE_WILDVISION_HAWKV9 0x0052 /* hawk V9 mark2 */ -#define PODULE_WILDVISION_SCANLIGHTV256 0x00cb /* scanlight Video 256 */ +#define PODULE_ARMADILLO_A448 0x0016 /* A447 sound sampler */ + +#define PODULE_WILDVISION_HAWKV9 0x0052 /* hawk v9 mark2 */ +#define PODULE_WILDVISION_SCANLIGHTV256 0x00cb /* scanlight video 256 */ #define PODULE_WILDVISION_EAGLEM2 0x00cc /* eagle M2 */ #define PODULE_WILDVISION_LARKA16 0x00ce /* lark A16 */ -#define PODULE_WILDVISION_MIDIMAX 0x0200 /* MIDI Max */ +#define PODULE_WILDVISION_MIDIMAX 0x0200 /* MIDI max */ #define PODULE_ATOMWIDE_ETHER3 0x00A4 /* ether 3/5 interface */ @@ -85,13 +93,17 @@ #define PODULE_MORLEY_SCSI 0x0067 /* SCSI interface */ #define PODULE_CUMANA_SCSI2 0x003a /* SCSI II interface */ +#define PODULE_CUMANA_SCSI1 0x00a0 /* SCSI I interface */ #define PODULE_CUMANA_SLCD 0x00dd /* CDFS & SLCD expansion card */ +#define PODULE_ICS_IDE 0x00ae /* IDE Interface */ + #define PODULE_ARXE_SCSI 0x0041 /* 16 bit SCSI interface */ #define PODULE_ALEPH1_PCCARD 0x00ea /* PC card */ #define PODULE_ICUBED_ETHERH 0x00ec /* etherlan 600 network slot interface */ +#define PODULE_ICUBED_ETHERHFLASH 0x011e /* etherlan 600 network slot interface */ #define PODULE_BRINI_PORT 0x0000 /* BriniPort intelligent I/O interface */ #define PODULE_BRINI_LINK 0x00df /* BriniLink transputer link adapter */ @@ -99,6 +111,6 @@ #define PODULE_ANT_ETHER3 0x00a4 /* ether 3/5 interface */ #define PODULE_ANT_ETHERB 0x00e4 /* ether B network slot interface */ -#define PODULE_ALSYSTEMS_SCSI 0x0107 /* SCSI 1 / SCSI 2 host adapter */ +#define PODULE_ALSYSTEMS_SCSI 0x0107 /* SCSI II host adapter */ -#define PODULE_MCS_SCSI 0x0125 /* Connect32 SCSI interface */ +#define PODULE_MCS_SCSI 0x0125 /* Connect32 SCSI II interface */