diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-13 19:36:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-13 19:36:48 +0000 |
commit | 0528b1a2b8abd8de0f88c225d327ba2d5884c90b (patch) | |
tree | 9c4a2f5a2930fe18c477736e4684dfdfa73cb7e1 /sys/arch/mac68k/include/autoconf.h | |
parent | 3936daf17c6123de11a564c6c457f1d88eb1407d (diff) |
Remove the Mac Rom Glue code completely. With the ADB ``direct'' code being
used by default, and since all PRAM accesses are either directly fiddling
with VIA registers or through ADB commands, the MRG code has no reason to
stay. This means the kernel is now not running unknown PROM code anymore.
Diffstat (limited to 'sys/arch/mac68k/include/autoconf.h')
-rw-r--r-- | sys/arch/mac68k/include/autoconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/autoconf.h b/sys/arch/mac68k/include/autoconf.h index b9ee1bcd266..f507f701145 100644 --- a/sys/arch/mac68k/include/autoconf.h +++ b/sys/arch/mac68k/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.10 2006/01/02 18:10:05 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.11 2006/01/13 19:36:44 miod Exp $ */ /* $NetBSD: autoconf.h,v 1.5 1996/12/17 06:47:40 scottr Exp $ */ /* @@ -62,8 +62,6 @@ void resettodr(void); void mac68k_calibrate_delay(void); void startrtclock(void); -/* macrom.c */ -void mrg_init(void); #endif /* _KERNEL */ #endif /* _MAC68K_AUTOCONF_H_ */ |