Regen: Computer Concepts ROM/RAM podule.
This commit is contained in:
parent
57fa77924c
commit
f248dd79bd
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: podule_data.h,v 1.5 2002/03/09 13:45:13 bjh21 Exp $ */
|
||||
/* $NetBSD: podule_data.h,v 1.6 2002/03/29 00:18:24 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: podules,v 1.7 2002/03/09 13:44:09 bjh21 Exp
|
||||
* NetBSD: podules,v 1.8 2002/03/29 00:16:51 bjh21 Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -42,7 +42,7 @@ static struct podule_description podules_acorn[] = {
|
|||
{ PODULE_ACORN_ETHER3XXX, "Ether3 (NOROM)" },
|
||||
{ PODULE_ACORN_SCSI, "SCSI 1 interface" },
|
||||
{ PODULE_ACORN_ETHER1, "ether 1 interface" },
|
||||
{ PODULE_ACORN_RAMROM, "RAM/ROM podule" },
|
||||
{ PODULE_ACORN_ROMRAM, "ROM/RAM podule" },
|
||||
{ PODULE_ACORN_BBCIO, "BBC IO interface" },
|
||||
{ PODULE_ACORN_ST506, "ST506 HD interface" },
|
||||
{ PODULE_ACORN_MIDI, "MIDI interface" },
|
||||
|
@ -61,6 +61,7 @@ static struct podule_description podules_watford[] = {
|
|||
};
|
||||
|
||||
static struct podule_description podules_cconcepts[] = {
|
||||
{ PODULE_CCONCEPTS_ROMRAM, "ROM/RAM podule" },
|
||||
{ PODULE_CCONCEPTS_LASERDIRECT, "laser direct (Canon LBP-4)" },
|
||||
{ 0x0000, NULL }
|
||||
};
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: podules.h,v 1.5 2002/03/09 13:45:13 bjh21 Exp $ */
|
||||
/* $NetBSD: podules.h,v 1.6 2002/03/29 00:18:24 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: podules,v 1.7 2002/03/09 13:44:09 bjh21 Exp
|
||||
* NetBSD: podules,v 1.8 2002/03/29 00:16:51 bjh21 Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -81,7 +81,7 @@
|
|||
#define PODULE_ACORN_ETHER3XXX 0x0000 /* Ether3 (NOROM) */
|
||||
#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_ROMRAM 0x0005 /* ROM/RAM podule */
|
||||
#define PODULE_ACORN_BBCIO 0x0006 /* BBC IO interface */
|
||||
#define PODULE_ACORN_ST506 0x000b /* ST506 HD interface */
|
||||
#define PODULE_ACORN_MIDI 0x0013 /* MIDI interface */
|
||||
|
@ -89,6 +89,7 @@
|
|||
#define PODULE_ACORN_ETHER2 0x0061 /* ether 2 interface */
|
||||
#define PODULE_ACORN_ETHERI 0x0139 /* EtherI interface */
|
||||
|
||||
#define PODULE_CCONCEPTS_ROMRAM 0x0005 /* ROM/RAM podule */
|
||||
#define PODULE_CCONCEPTS_LASERDIRECT 0x0014 /* laser direct (Canon LBP-4) */
|
||||
|
||||
#define PODULE_ARMADILLO_A448 0x0016 /* A448 sound sampler */
|
||||
|
|
Loading…
Reference in New Issue