d23b794c9e
- make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2.
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
# $NetBSD: std.sun3,v 1.33 2006/10/01 03:53:27 tsutsui Exp $
|
|
|
|
# Standard information for Sun3 machines.
|
|
machine sun3 m68k sun68k
|
|
include "conf/std" # MI standard options
|
|
|
|
# Machine type to be supported by this kernel. Note:
|
|
# The SUN3 and SUN3X options are mutually exclusive!
|
|
# (Your kernel will only run on one or the other.)
|
|
makeoptions MACHTYPE=sun3
|
|
options _SUN3_
|
|
options M68020
|
|
|
|
# The root node (required)
|
|
mainbus0 at root
|
|
|
|
# Standard defines
|
|
options EXEC_ELF32, EXEC_SCRIPT
|