diff options
author | gene <gene@cvs.openbsd.org> | 1997-06-23 02:26:39 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1997-06-23 02:26:39 +0000 |
commit | 7cb480af0a2f632db8a7ac0cbaa447f0c21d6cac (patch) | |
tree | bccf4f046c6af6e93530ee1cfc2bd0010241a115 /sys/arch/mac68k/conf/TIGER | |
parent | a8708d6696b3d2e0a1ba7ddd8ddaf92401ef7ef4 (diff) |
regen: Depend GENERIC* kernels on /sys/conf/GENERIC and move busification
options out of std.mac68k. This means that people will have to add them to
their local kernel config files.
Please test.
Diffstat (limited to 'sys/arch/mac68k/conf/TIGER')
-rw-r--r-- | sys/arch/mac68k/conf/TIGER | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/TIGER b/sys/arch/mac68k/conf/TIGER index 7d82affe28b..b152f50e7e3 100644 --- a/sys/arch/mac68k/conf/TIGER +++ b/sys/arch/mac68k/conf/TIGER @@ -1,4 +1,4 @@ -# $OpenBSD: TIGER,v 1.8 1997/06/05 18:52:43 gene Exp $ +# $OpenBSD: TIGER,v 1.9 1997/06/23 02:26:38 gene Exp $ # $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $ # # Allen's Q700 @@ -7,7 +7,7 @@ include "arch/mac68k/conf/std.mac68k" maxusers 16 -makeoption COPTS="-O2 -m68040" +makeoptions COPTS="-O2 -m68040" # Standard system option option DIAGNOSTIC # DEBUG for extra kernel debugging @@ -51,6 +51,16 @@ option ZS_CONSOLE_ABORT config bsd swap generic option GENERIC +mainbus0 at root + +fpu0 at mainbus? + +# on-board I/O +obio0 at mainbus? + +adb0 at obio? +zsc0 at obio? +zstty* at zsc? channel ? sn* at obio? # SONIC ethernet (68040) # no internal video, but need interrupts, etc. |