Clean up a bit.

This commit is contained in:
briggs 1995-09-03 14:54:31 +00:00
parent 761b3a8340
commit de4100b643
3 changed files with 8 additions and 13 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.67 1995/09/02 19:27:34 briggs Exp $ */
/* $NetBSD: machdep.c,v 1.68 1995/09/03 14:54:31 briggs Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -1565,9 +1565,9 @@ static romvec_t romvecs[] =
*/
{ /* 6 */
"Quadra/Centris ROMs",
(caddr_t) 0x4080a700, /* ADB int */ /* WRU 950831 */
(caddr_t) 0x4080a700, /* ADB int */
0, /* PM intr */
(caddr_t) 0x4080a5aa, /* ADBBase + 130 */ /* WRU 950831 */
(caddr_t) 0x4080a5aa, /* ADBBase + 130 */
(caddr_t) 0x4080a360, /* CountADBs */
(caddr_t) 0x4080a37a, /* GetIndADB */
(caddr_t) 0x4080a3a6, /* GetADBInfo */

View File

@ -1,4 +1,4 @@
/* $NetBSD: macrom.h,v 1.2 1995/09/02 19:27:42 briggs Exp $ */
/* $NetBSD: macrom.h,v 1.3 1995/09/03 14:54:33 briggs Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@ -65,11 +65,9 @@ extern caddr_t SCCRd; /* SCC read base address */
extern u_char FinderName[20]; /* FinderName - Pascal string */
extern void (*jSwapMMU)(); /* Pointer to MMU Swap routine */
extern void (*jEgret)(); /* Pointer to MMU Swap routine */
/* WRU950824 begin */
extern u_int16_t HwCfgFlags; /* Hardware config flags */
extern u_int32_t HwCfgFlags2; /* more hardware config flags */
extern u_int32_t HwCfgFlags3; /* more hardware config flags */
/* WRU950824 end */
/* Types */

View File

@ -1,4 +1,4 @@
/* $NetBSD: macromasm.s,v 1.4 1995/09/02 19:27:44 briggs Exp $ */
/* $NetBSD: macromasm.s,v 1.5 1995/09/03 14:54:35 briggs Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@ -91,11 +91,9 @@
loglob(ADBState, 0xde0) /* ptr to ADB state information? */
loglob(jUnimplTrap, 0x61c) /* ptr to UnimplTrap routine */
loglob(jEgret, 0x648) /* ptr to Egret trap routine */
/* WRU950824 begin */
loglob(HwCfgFlags , 0xb22) /* 2 bytes, Hardware configs flags */
loglob(HwCfgFlags2, 0xdd0) /* 4 bytes, more hardware configs flags */
loglob(HwCfgFlags3, 0xdd4) /* 4 bytes, more hardware configs flags */
/* WRU950824 end */
loglob(HwCfgFlags , 0xb22) /* 2 bytes, h/w config flags */
loglob(HwCfgFlags2, 0xdd0) /* 4 bytes, more h/w config flags */
loglob(HwCfgFlags3, 0xdd4) /* 4 bytes, more h/w config flags */
#if 0
/* I wish I knew what these things were */
@ -106,7 +104,6 @@
loglob(MMUType, 0xcb1)
#endif
.text
.even
.global _panic