Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / i386 / conf / std.i386
blob72306c19b89473ef333dd2c980236b29146f81e5
1 # $NetBSD: std.i386,v 1.28 2008/04/30 15:29:12 ad Exp $
3 # standard, required NetBSD/i386 'options'
5 machine i386 x86
6 include         "conf/std"      # MI standard options
8 options         EXEC_AOUT       # exec a.out binaries
9 options         EXEC_ELF32      # exec ELF binaries
10 options         EXEC_SCRIPT     # exec #! scripts
11 options         CPU_IN_CKSUM
12 #options        CRYPTO_MD_DES_ENC       # machine-dependant code for DES
13 #options        CRYPTO_MD_DES_CBC       # machine-dependant DES CBC code
14 #options        CRYPTO_MD_BF_ENC        # machine-dependant code for BF_encrypt
15 #options        CRYPTO_MD_BF_CBC        # careful: uses bswapl, requires 486
16 options         MULTIPROCESSOR          # multiprocessor supprot
17 options         MPBIOS                  # configure CPUs and APICs using MPBIOS
19 mainbus0 at root
20 cpu* at mainbus?
21 ioapic* at mainbus?
23 # Atheros HAL options
24 include "external/isc/atheros_hal/conf/std.ath_hal"