11.1Ssanjayl# Standard/required options for NetBSD on the G5. 21.1Ssanjayl# Author: Sanjay Lal <sanjayl@kymasys.com> 31.1Ssanjayl 41.1Ssanjaylmachine macppc powerpc 51.1Ssanjaylinclude "conf/std" # MI standard options 61.1Ssanjayl 71.1Ssanjayl# standard ("mandatory") kernel options. 81.1Ssanjayloptions PPC_OEA64_BRIDGE # G5/970 chips support bridge mode 91.1Ssanjaylmakeoptions PPCDIR="oea" # Tell Makefile.powerpc what dir to use 101.1Ssanjaylmakeoptions PPC_ARCH_MODE="ppc64bridge" 111.1Ssanjayl 121.1Ssanjayl# Executable support: 131.1Ssanjayloptions EXEC_ELF32 # (native) ELF32 binary support 141.1Ssanjayloptions EXEC_AOUT # (native) a.out binary support (deprecated) 151.1Ssanjayloptions EXEC_SCRIPT # shell script support 161.1Ssanjayl 171.1Ssanjayloptions INTSTK=0x2000 181.3Salc 191.4Smacallanoptions UKBD_LAYOUT="(KB_US | KB_APPLE)" 201.4Smacallan 211.3Salc# Atheros HAL options 221.3Salcinclude "external/isc/atheros_hal/conf/std.ath_hal" 23