NetBSD/sys/arch/sun3/conf/std.sun3x
tsutsui d23b794c9e First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:
- 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.
2006-10-01 03:53:27 +00:00

20 lines
523 B
Plaintext

# $NetBSD: std.sun3x,v 1.12 2006/10/01 03:53:27 tsutsui Exp $
# Standard information for Sun3X 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=sun3x
options _SUN3X_
options M68030
makeoptions CMACHFLAGS="-m68030"
# The root node (required)
mainbus0 at root
# Standard defines
options EXEC_ELF32, EXEC_SCRIPT