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/conf/GENERIC | |
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/conf/GENERIC')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 2e494e02636..e3be16927c1 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2006/01/09 20:51:45 miod Exp $ +# $OpenBSD: GENERIC,v 1.45 2006/01/13 19:36:41 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,7 +22,6 @@ option FPSP option FPU_EMULATE option COMPAT_SUNOS # SunOS m68k binary compatibility option ADBVERBOSE -#option MRG_ADB # Use ROM-based ADB driver option WSDISPLAY_COMPAT_RAWKBD config bsd swap generic |