summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgene <gene@cvs.openbsd.org>1997-04-23 00:29:18 +0000
committergene <gene@cvs.openbsd.org>1997-04-23 00:29:18 +0000
commit53f4686bd474a24e94851d94a360576b27436dd0 (patch)
treeeb1f35d2120476d1f6c91fffac0ae74bfc744937
parent774b9fce2531c8fc2b937c20e8ee912b0cf4e929 (diff)
NetBSD -> OpenBSD where relevant and appropriate.
-rw-r--r--sys/arch/mac68k/mac68k/dpme.h6
-rw-r--r--sys/arch/mac68k/mac68k/macrom.c6
-rw-r--r--sys/arch/mac68k/mac68k/trap.c6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/mac68k/mac68k/dpme.h b/sys/arch/mac68k/mac68k/dpme.h
index 1f4dae42a6a..b60f7244faf 100644
--- a/sys/arch/mac68k/mac68k/dpme.h
+++ b/sys/arch/mac68k/mac68k/dpme.h
@@ -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;
diff --git a/sys/arch/mac68k/mac68k/macrom.c b/sys/arch/mac68k/mac68k/macrom.c
index cc24244042f..ecc75b5ced5 100644
--- a/sys/arch/mac68k/mac68k/macrom.c
+++ b/sys/arch/mac68k/mac68k/macrom.c
@@ -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;
diff --git a/sys/arch/mac68k/mac68k/trap.c b/sys/arch/mac68k/mac68k/trap.c
index 5903f721450..eadf5f2d31b 100644
--- a/sys/arch/mac68k/mac68k/trap.c
+++ b/sys/arch/mac68k/mac68k/trap.c
@@ -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.
*/