GENERIC64_IP2x revision 1.2
11.2Smatt# $NetBSD: GENERIC64_IP2x,v 1.2 2009/12/14 00:46:12 matt Exp $ 21.2Smatt# 31.2Smatt# GENERIC32_IP2x machine description file 41.2Smatt# 51.2Smatt# This machine description file is used to generate the default NetBSD 61.2Smatt# kernel. The generic kernel does not include all options, subsystems 71.2Smatt# and device drivers, but should be useful for most applications. 81.2Smatt# 91.2Smatt# The machine description file can be customised for your specific 101.2Smatt# machine to reduce the kernel size and improve its performance. 111.2Smatt# 121.2Smatt# For further information on compiling NetBSD kernels, see the config(8) 131.2Smatt# man page. 141.2Smatt# 151.2Smatt# For further information on hardware support for this architecture, see 161.2Smatt# the intro(4) man page. For further information about kernel options 171.2Smatt# for this architecture, see the options(4) man page. For an explanation 181.2Smatt# of each device driver in this file see the section 4 man page for the 191.2Smatt# device. 201.2Smatt# 211.2Smatt# 221.2Smatt# Currently this config file supports Indigo R4k, Indigo2 and Indy 231.2Smatt# (IP20, IP22 and IP24, respectively). 241.2Smatt# 251.2Smatt 261.2Smattinclude "arch/sgimips/conf/GENERIC32_IP2x" 271.2Smattinclude "arch/sgimips/conf/std.sgimips64" 281.2Smatt 291.2Smattno makeoptions TEXTADDR # entry point 301.2Smattmakeoptions TEXTADDR=0xffffffff88069000 # entry point 311.2Smatt 321.2Smatt#ident "GENERIC64-IP2x-$Revision: 1.2 $" 331.2Smatt 341.2Smattno makeoptions WANT_ECOFF 351.2Smattmakeoptions WANT_ECOFF="no" # Create an ECOFF kernel in addition 361.2Smatt # to an ELF kernel -- required for 371.2Smatt # netbooting Indigo (IP20) and some 381.2Smatt # Indigo2 (IP22) machines 391.2Smatt 401.2Smatt# Compatibility options 411.2Smatt#options COMPAT_15 # NetBSD 1.5 421.2Smatt#options COMPAT_16 # NetBSD 1.6 431.2Smatt#options COMPAT_20 # NetBSD 2.0 441.2Smatt#options COMPAT_30 # NetBSD 3.0 451.2Smatt#options COMPAT_40 # NetBSD 4.0 compatibility. 461.2Smatt#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 471.2Smatt 481.2Smatt#options COMPAT_IRIX # binary compatibility with IRIX 491.2Smatt#options COMPAT_LINUX # binary compatibility with Linux 501.2Smatt#options COMPAT_ULTRIX # binary compatibility with Ultrix 511.2Smatt#options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 52