Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
authorniklas <niklas@openbsd.org>
Fri, 28 Feb 1997 22:57:34 +0000 (22:57 +0000)
committerniklas <niklas@openbsd.org>
Fri, 28 Feb 1997 22:57:34 +0000 (22:57 +0000)
sys/arch/arc/include/param.h
sys/arch/atari/include/param.h
sys/arch/mvme88k/include/param.h
sys/arch/pc532/include/param.h
sys/arch/powerpc/include/param.h
sys/arch/wgrisc/include/param.h

index bee7438..456af77 100644 (file)
@@ -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.
  *     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
index ef3100e..93b0814 100644 (file)
@@ -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
 
 /*
index 00e17de..c246503 100644 (file)
@@ -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.
  * 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
 
 /*
index 2be9a2d..cdbb0a7 100644 (file)
@@ -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
 
 /*
index 53d5ddc..5fcf643 100644 (file)
@@ -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)
index 89821d1..a53fcbc 100644 (file)
@@ -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.
 /*
  * 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