diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-08 17:25:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-08 17:25:07 +0000 |
commit | 20a16460fc3dadc3670f74649d9efd23d4e1672f (patch) | |
tree | 253795acca41e7bc22f707e9f28e6558be0adacd /sys/arch/mac68k/conf | |
parent | e27fb7cead158776491996ec81b38e8d51dcbd33 (diff) |
Display unhandled adb devices as "whatever at adb0 addr X" like all buses do;
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled
in GENERIC) instead of DIAGNOSTIC.
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 902dda0f2f5..da1e5f52762 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.42 2006/01/04 20:39:04 miod Exp $ +# $OpenBSD: GENERIC,v 1.43 2006/01/08 17:25:02 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -21,6 +21,7 @@ option M68020 # Must have 68851 PMMU 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 |