From 910f945e87f695ecf22232932d2239fcde4b48fe Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 28 Feb 1997 22:57:34 +0000 Subject: [PATCH] Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids --- sys/arch/arc/include/param.h | 10 ++++++---- sys/arch/atari/include/param.h | 3 +++ sys/arch/mvme88k/include/param.h | 11 ++++++----- sys/arch/pc532/include/param.h | 3 +++ sys/arch/powerpc/include/param.h | 4 +++- sys/arch/wgrisc/include/param.h | 10 ++++++---- 6 files changed, 27 insertions(+), 14 deletions(-) diff --git a/sys/arch/arc/include/param.h b/sys/arch/arc/include/param.h index bee74384ceb..456af7768d4 100644 --- a/sys/arch/arc/include/param.h +++ b/sys/arch/arc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1996/12/11 11:12:54 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.7 1997/02/28 22:57:34 niklas Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -48,9 +48,11 @@ * Deskstation Tyne * Etc */ -#define MACHINE "arc" -#define MACHINE_ARCH "mips" -#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */ +#define MACHINE "arc" +#define _MACHINE arc +#define MACHINE_ARCH "mips" +#define _MACHINE_ARCH mips +#define MID_MACHINE MID_PMAX /* XXX Bogus, but needed for now... */ /* * Round p (pointer or byte index) up to a correctly-aligned value for all diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h index ef3100ed403..93b081463a2 100644 --- a/sys/arch/atari/include/param.h +++ b/sys/arch/atari/include/param.h @@ -1,3 +1,4 @@ +/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:36 niklas Exp $ */ /* $NetBSD: param.h,v 1.10 1996/01/07 22:30:41 leo Exp $ */ /* @@ -49,7 +50,9 @@ * Machine dependent constants for atari */ #define MACHINE "atari" +#define _MACHINE atari #define MACHINE_ARCH "m68k" +#define _MACHINE_ARCH m68k #define MID_MACHINE MID_M68K /* diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index 00e17de74bc..c246503d7f8 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,3 +1,5 @@ +/* $OpenBSD: param.h,v 1.3 1997/02/28 22:57:38 niklas Exp $ */ + /* * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1986, 1990 The Regents of the University of California. @@ -36,18 +38,17 @@ * SUCH DAMAGE. * * from: Utah $Hdr: machparam.h 1.11 89/08/14$ - * - * @(#)param.h 7.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.2 1996/12/11 11:12:57 deraadt Exp $ */ #ifndef _MACHINE_PARAM_H_ #define _MACHINE_PARAM_H_ /* - * Machine dependent constants for amiga + * Machine dependent constants for mvme88k */ -#define MACHINE "m88k" +#define MACHINE "mvme88k" +#define _MACHINE mvme88k #define MACHINE_ARCH "m88k" +#define _MACHINE_ARCH m88k #define MID_MACHINE MID_M88K /* diff --git a/sys/arch/pc532/include/param.h b/sys/arch/pc532/include/param.h index 2be9a2d4889..cdbb0a709ee 100644 --- a/sys/arch/pc532/include/param.h +++ b/sys/arch/pc532/include/param.h @@ -1,3 +1,4 @@ +/* $OpenBSD: param.h,v 1.2 1997/02/28 22:57:39 niklas Exp $ */ /* $NetBSD: param.h,v 1.12 1995/06/26 06:56:05 cgd Exp $ */ /*- @@ -53,7 +54,9 @@ #endif #define MACHINE "pc532" +#define _MACHINE pc532 #define MACHINE_ARCH "ns32k" +#define _MACHINE_ARCH ns32k #define MID_MACHINE MID_NS32532 /* diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 53d5ddc4f9d..5fcf64326d5 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.3 1997/02/18 15:54:26 rahnds Exp $ */ +/* $OpenBSD: param.h,v 1.4 1997/02/28 22:57:40 niklas Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -42,7 +42,9 @@ * Machine dependent constants for PowerPC (32-bit only currently) */ #define MACHINE "powerpc" +#define _MACHINE powerpc #define MACHINE_ARCH "powerpc" +#define _MACHINE_ARCH powerpc #define MID_MACHINE MID_ZERO #define ALIGNBYTES (sizeof(double) - 1) diff --git a/sys/arch/wgrisc/include/param.h b/sys/arch/wgrisc/include/param.h index 89821d1d398..a53fcbc6a9c 100644 --- a/sys/arch/wgrisc/include/param.h +++ b/sys/arch/wgrisc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 1997/02/23 21:59:29 pefo Exp $ */ +/* $OpenBSD: param.h,v 1.3 1997/02/28 22:57:41 niklas Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -44,9 +44,11 @@ /* * Machine dependent constants for Willowglen Mips RISC machines: */ -#define MACHINE "wgrisc" -#define MACHINE_ARCH "mips" -#define MID_MACHINE MID_PMAX /* XXX Bogus, but we need it for now... */ +#define MACHINE "wgrisc" +#define MACHINE wgrisc +#define MACHINE_ARCH "mips" +#define _MACHINE_ARCH mips +#define MID_MACHINE MID_PMAX /* XXX Bogus, but needed for now... */ /* * Round p (pointer or byte index) up to a correctly-aligned value for all -- 2.20.1