summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-09-12 15:17:53 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-09-12 15:17:53 +0000
commitc6c020468d5d87c53650eb5cb1be5618a08a02bb (patch)
treee88b4ded37360665d6fff5fce931443b17c222da /sys/arch/mac68k
parent94febaa18609bc1af9c01b1349bc5737f9016003 (diff)
cleanup comments
from NetBSD
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r--sys/arch/mac68k/mac68k/macglobals.s21
1 files changed, 8 insertions, 13 deletions
diff --git a/sys/arch/mac68k/mac68k/macglobals.s b/sys/arch/mac68k/mac68k/macglobals.s
index f3862dd5c08..087e2d94f83 100644
--- a/sys/arch/mac68k/mac68k/macglobals.s
+++ b/sys/arch/mac68k/mac68k/macglobals.s
@@ -1,22 +1,17 @@
-/* $OpenBSD: macglobals.s,v 1.3 1996/05/26 18:36:21 briggs Exp $ */
-/* $NetBSD: macglobals.s,v 1.3 1996/05/14 04:00:48 briggs Exp $ */
+/* $OpenBSD: macglobals.s,v 1.4 2005/09/12 15:17:52 martin Exp $ */
+/* $NetBSD: macglobals.s,v 1.4 1997/09/16 16:13:47 scottr Exp $ */
/* Copyright 1994 by Bradley A. Grantham, All rights reserved */
/*
- * MacOS global variable space; storage for global variables used by
- * MacROMGlue routines (see macrom.c, macrom.h macromasm.s)
+ * Mac OS global variable space; storage for global variables used by
+ * Mac ROM traps and glue routines (see macrom.c, macrom.h macromasm.s)
*/
-
.text
- .space 0x2a00 /* did I miss something? this is a bad fix for
- someone who is writing over low mem */
-/* changed from 0xf00 to 0x2a00 as some routine running before ADBReInit
- chooses to write to 0x1fb8. With the trap table from 0x0 to 0x3ff,
- this additional space of 0x2a00 should be sufficient (WRU) */
+ .space 0x2a00
/*
- * This has not been included for some time and things seem to still
- * be working.
- .space 0x1000
+ * changed from 0xf00 to 0x2a00 as some routine running before ADBReInit
+ * chooses to write to 0x1fb8. With the trap table from 0x0 to 0x3ff,
+ * this additional space of 0x2a00 should be sufficient (WRU)
*/