GENERIC64_32_IP2x revision 1.1
11.1Smacallan#	$NetBSD: GENERIC64_32_IP2x,v 1.1 2014/06/04 18:19:20 macallan Exp $
21.1Smacallan#
31.1Smacallan# GENERIC32_IP2x machine description file
41.1Smacallan# 
51.1Smacallan# This machine description file is used to generate the default NetBSD
61.1Smacallan# kernel.  The generic kernel does not include all options, subsystems
71.1Smacallan# and device drivers, but should be useful for most applications.
81.1Smacallan#
91.1Smacallan# The machine description file can be customised for your specific
101.1Smacallan# machine to reduce the kernel size and improve its performance.
111.1Smacallan#
121.1Smacallan# For further information on compiling NetBSD kernels, see the config(8)
131.1Smacallan# man page.
141.1Smacallan#
151.1Smacallan# For further information on hardware support for this architecture, see
161.1Smacallan# the intro(4) man page.  For further information about kernel options
171.1Smacallan# for this architecture, see the options(4) man page.  For an explanation
181.1Smacallan# of each device driver in this file see the section 4 man page for the
191.1Smacallan# device.
201.1Smacallan#
211.1Smacallan#
221.1Smacallan# Currently this config file supports Indigo R4k, Indigo2 and Indy
231.1Smacallan# (IP20, IP22 and IP24, respectively).
241.1Smacallan#
251.1Smacallan
261.1Smacallaninclude		"arch/sgimips/conf/GENERIC32_IP2x"
271.1Smacallaninclude		"arch/sgimips/conf/std.sgimips64_32"
281.1Smacallan
291.1Smacallanno makeoptions	TEXTADDR			# entry point
301.1Smacallanmakeoptions	TEXTADDR=0xffffffff88069000	# entry point
311.1Smacallan
321.1Smacallan#ident		"GENERIC64-IP2x-$Revision: 1.1 $"
331.1Smacallan
341.1Smacallanno makeoptions	WANT_ECOFF
351.1Smacallanmakeoptions	WANT_ECOFF="no"		# Create an ECOFF kernel in addition
361.1Smacallan					# to an ELF kernel -- required for
371.1Smacallan					# netbooting Indigo (IP20) and some
381.1Smacallan					# Indigo2 (IP22) machines
391.1Smacallan
401.1Smacallan# Compatibility options
411.1Smacallan#options 	COMPAT_15	# NetBSD 1.5
421.1Smacallan#options 	COMPAT_16	# NetBSD 1.6
431.1Smacallan#options 	COMPAT_20	# NetBSD 2.0
441.1Smacallan#options 	COMPAT_30	# NetBSD 3.0
451.1Smacallan#options 	COMPAT_40	# NetBSD 4.0 compatibility.
461.1Smacallan#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
471.1Smacallan
481.1Smacallan#options 	COMPAT_LINUX	# binary compatibility with Linux
491.1Smacallan#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix 
501.1Smacallan#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
51