67bda63986
just options CPU_IN_CKSUM. Include std.arm in all arm platform std files. This should reenable the asm in_cksum code for all arm platforms. Also remove the now unused in_cksum_arm.S.
23 lines
568 B
Plaintext
23 lines
568 B
Plaintext
# $NetBSD: std.iyonix,v 1.6 2008/01/27 12:37:12 chris Exp $
|
|
#
|
|
# standard NetBSD/iyonix for GENERIC options
|
|
|
|
machine iyonix arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
|
|
|
|
# We need to configure the PCI bus.
|
|
options PCI_NETBSD_CONFIGURE
|
|
options I80321_USE_DIRECT_WIN
|