-/* $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
/*
* "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;
-/* $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 $ */
/*-
/*
* 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.
* 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;
-/* $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 $ */
/*
/*
* 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.
*/