NetBSD -> OpenBSD where relevant and appropriate.
authorgene <gene@openbsd.org>
Wed, 23 Apr 1997 00:29:14 +0000 (00:29 +0000)
committergene <gene@openbsd.org>
Wed, 23 Apr 1997 00:29:14 +0000 (00:29 +0000)
sys/arch/mac68k/mac68k/dpme.h
sys/arch/mac68k/mac68k/macrom.c
sys/arch/mac68k/mac68k/trap.c

index 1f4dae4..b60f724 100644 (file)
@@ -1,7 +1,7 @@
-/*     $OpenBSD: dpme.h,v 1.3 1996/06/23 16:24:07 briggs Exp $ */
+/*     $OpenBSD: dpme.h,v 1.4 1997/04/23 00:29:14 gene Exp $   */
 /*     $NetBSD: dpme.h,v 1.6 1996/06/23 15:30:51 briggs Exp $   */
 
-/*-
+/*
  * Copyright (C) 1993  Allen K. Briggs, Chris P. Caputo,
  *                     Michael L. Finch, Bradley A. Grantham, and
  *                     Lawrence A. Kesteloot
@@ -71,7 +71,7 @@ struct partmapentry {
 
 /*
  * "pmBootArgs" for APPLE_UNIX_SVR2 partition.
- * NetBSD/Mac68k only uses Magic, Cluster, Type, and Flags.
+ * OpenBSD/Mac68k only uses Magic, Cluster, Type, and Flags.
  */
 struct blockzeroblock {
        u_int32_t       bzbMagic;
index cc24244..ecc75b5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: macrom.c,v 1.15 1997/04/14 18:48:01 gene Exp $        */
+/*     $OpenBSD: macrom.c,v 1.16 1997/04/23 00:29:15 gene Exp $        */
 /*     $NetBSD: macrom.c,v 1.31 1997/03/01 17:20:34 scottr Exp $       */
 
 /*-
@@ -314,7 +314,7 @@ Get_Ind_Resource(u_int32_t rsrc_type, u_int16_t rsrc_ind)
 
 /*
  * This routine return the "Handle" to a ROM Resource.  Since few
- *  ROM Resources are called for in NetBSD we keep a small table
+ *  ROM Resources are called for in OpenBSD we keep a small table
  *  for the Handles we return. (Can't reuse the Handle without
  *  defeating the purpose for a Handle in the first place!)  If
  *  we get more requests than we have space for, we panic.
@@ -1392,7 +1392,7 @@ mrg_fixupROMBase(obase, nbase)
          * ADB Initialization on some systems. If the correct entry
          * point in the ADBInit code is selected, this address is
          * re-configured by the ROM during initialization. This feature
-        * is not currently used by NetBSD.
+        * is not currently used by OpenBSD.
          */
         JADBProc = mrg_jadbprocpanic;
 
index 5903f72..eadf5f2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: trap.c,v 1.11 1997/04/08 13:55:59 briggs Exp $        */
+/*     $OpenBSD: trap.c,v 1.12 1997/04/23 00:29:17 gene Exp $  */
 /*     $NetBSD: trap.c,v 1.46 1997/04/07 22:54:44 scottr Exp $ */
 
 /*
@@ -431,11 +431,11 @@ copyfault:
        /*
         * Trace traps.
         *
-        * M68k NetBSD uses trap #2,
+        * M68k OpenBSD uses trap #2,
         * SUN 3.x uses trap #15,
         * KGDB uses trap #15 (for kernel breakpoints; handled elsewhere).
         *
-        * M68k NetBSD traps get mapped by locore.s into T_TRACE.
+        * M68k OpenBSD traps get mapped by locore.s into T_TRACE.
         * SUN 3.x traps get passed through as T_TRAP15 and are not really
         * supported yet.
         */