NetBSD/sys/arch/amd64/conf/std.amd64
alnsn 5c5a76d566 Remove bpf_jit which was ported from FreeBSD recently.
It will soon be replaced with the new bpfjit kernel module.
2012-09-27 18:28:53 +00:00

20 lines
443 B
Plaintext

# $NetBSD: std.amd64,v 1.9 2012/09/27 18:28:55 alnsn Exp $
#
# standard, required NetBSD/amd64 'options'
machine amd64 x86
include "conf/std" # MI standard options
options CPU_IN_CKSUM
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
options MULTIPROCESSOR
mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus? apid ?
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"