This commit is contained in:
bjh21 2000-12-05 00:44:21 +00:00
parent 1bdf317d96
commit 2caf09a602
2 changed files with 14 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: podule_data.h,v 1.15 2000/11/26 15:04:22 bjh21 Exp $ */
/* $NetBSD: podule_data.h,v 1.16 2000/12/05 00:44:21 bjh21 Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: podules,v 1.13 2000/11/26 15:03:25 bjh21 Exp
* NetBSD: podules,v 1.14 2000/12/05 00:43:55 bjh21 Exp
*/
/*
@ -70,7 +70,10 @@ static struct podule_description podules_armadillo[] = {
};
static struct podule_description podules_wildvision[] = {
{ PODULE_WILDVISION_COLOURCARD, "ColourCard" },
{ PODULE_WILDVISION_HAWKV9, "hawk v9 mark2" },
{ PODULE_WILDVISION_SOUNDSAMPLER, "Sound Sampler" },
{ PODULE_WILDVISION_CENTRONICS, "Bi-directional Centronics" },
{ PODULE_WILDVISION_SCANLIGHTV256, "scanlight video 256" },
{ PODULE_WILDVISION_EAGLEM2, "eagle M2" },
{ PODULE_WILDVISION_LARKA16, "lark A16" },
@ -207,6 +210,7 @@ static struct podule_description podules_yes[] = {
static struct podule_description podules_mcs[] = {
{ PODULE_MCS_SCSI, "Connect32 SCSI II interface" },
{ PODULE_MCS_MIDICONNECT, "Midi-Connect" },
{ 0x0000, NULL }
};

View File

@ -1,10 +1,10 @@
/* $NetBSD: podules.h,v 1.15 2000/11/26 15:04:22 bjh21 Exp $ */
/* $NetBSD: podules.h,v 1.16 2000/12/05 00:44:21 bjh21 Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: podules,v 1.13 2000/11/26 15:03:25 bjh21 Exp
* NetBSD: podules,v 1.14 2000/12/05 00:43:55 bjh21 Exp
*/
/*
@ -90,7 +90,11 @@
#define PODULE_ARMADILLO_A448 0x0016 /* A448 sound sampler */
/* From an Issue 2.0 ColourCard (others may differ) */
#define PODULE_WILDVISION_COLOURCARD 0x0050 /* ColourCard */
#define PODULE_WILDVISION_HAWKV9 0x0052 /* hawk v9 mark2 */
#define PODULE_WILDVISION_SOUNDSAMPLER 0x0054 /* Sound Sampler */
#define PODULE_WILDVISION_CENTRONICS 0x006f /* Bi-directional Centronics */
#define PODULE_WILDVISION_SCANLIGHTV256 0x00cb /* scanlight video 256 */
#define PODULE_WILDVISION_EAGLEM2 0x00cc /* eagle M2 */
#define PODULE_WILDVISION_LARKA16 0x00ce /* lark A16 */
@ -160,6 +164,8 @@
#define PODULE_YES_RAPIDE 0x0114 /* RapIDE32 interface */
/* MCS also call themselves ACE (Acorn Computer Entertainment) */
#define PODULE_MCS_SCSI 0x0125 /* Connect32 SCSI II interface */
#define PODULE_MCS_MIDICONNECT 0x0133 /* Midi-Connect */
#define PODULE_EESOX_SCSI 0x008c /* EESOX SCSI II interface */