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.
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
# $NetBSD: std.sun2,v 1.6 2006/10/01 03:53:27 tsutsui Exp $
|
|
|
|
# Standard information for Sun2 machines.
|
|
machine sun2 m68k sun68k
|
|
include "conf/std" # MI standard options
|
|
|
|
# XXX temporary option until sun3 port migrates to all sun68k stuff
|
|
options _SUN2_
|
|
|
|
# Standard defines
|
|
options EXEC_ELF32, EXEC_SCRIPT
|