#       $NetBSD: std.arc,v 1.21 2006/06/24 03:50:38 tsutsui Exp $
# standard arc info

machine arc mips
include         "conf/std"      # MI standard options
makeoptions     MACHINE_ARCH="mipsel"

mainbus0 at root
cpu* at mainbus0

# set CPU architecture level for kernel target
#options        MIPS1                   # R2000/R3000 support
options         MIPS3                   # R4000/R4400 support
options         MIPS3_ENABLE_CLOCK_INTR

# arc port use wired map for device space
options         ENABLE_MIPS3_WIRED_MAP

# Standard (non-optional) system "options"

# Standard exec-package options
options         EXEC_ELF32              # native exec format
options         EXEC_SCRIPT             # may be unsafe

makeoptions     DEFTEXTADDR="0x80200000"