From 48d4e57477748205702070d38e6c435513d9f774 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 14 Oct 1997 22:22:50 +0000 Subject: [PATCH] Sync with new version of podules. --- sys/arch/arm32/podulebus/podule_data.h | 3 ++- sys/arch/arm32/podulebus/podules.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm32/podulebus/podule_data.h b/sys/arch/arm32/podulebus/podule_data.h index f45c75b0e345..7e467671be41 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.6 1997/07/28 17:47:53 mark Exp + * NetBSD: podules,v 1.7 1997/10/14 22:22:08 mark Exp */ /* @@ -37,6 +37,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" }, diff --git a/sys/arch/arm32/podulebus/podules.h b/sys/arch/arm32/podulebus/podules.h index 9d91a52fe11d..209fa92cb28d 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.6 1997/07/28 17:47:53 mark Exp + * NetBSD: podules,v 1.7 1997/10/14 22:22:08 mark Exp */ /* @@ -70,6 +70,7 @@ * List of known podules. Grouped by vendor. */ +#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 */