GENERIC64_32_IP3x revision 1.1
11.1Smacallan#	$NetBSD: GENERIC64_32_IP3x,v 1.1 2014/05/21 10:04:03 macallan Exp $
21.1Smacallan#
31.1Smacallan# GENERIC32_IP3x 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 O2 (IP32).
231.1Smacallan#
241.1Smacallan
251.1Smacallaninclude 	"arch/sgimips/conf/GENERIC32_IP3x"
261.1Smacallaninclude 	"arch/sgimips/conf/std.sgimips64_32"
271.1Smacallan
281.1Smacallanno makeoptions	TEXTADDR
291.1Smacallanmakeoptions	TEXTADDR="0xffffffff80069000"	# entry point
301.1Smacallanno makeoptions 	CPUFLAGS
311.1Smacallanmakeoptions	CPUFLAGS="-march=mips4 -mtune=vr5000"
321.1Smacallan
331.1Smacallan#ident		"GENERIC64_IP3x-$Revision: 1.1 $"
341.1Smacallan
351.1Smacallan# Compatibility options
361.1Smacallan#options 	COMPAT_15	# NetBSD 1.5
371.1Smacallan#options 	COMPAT_16	# NetBSD 1.6
381.1Smacallan#options 	COMPAT_20	# NetBSD 2.0
391.1Smacallan#options 	COMPAT_30	# NetBSD 3.0
401.1Smacallan#options 	COMPAT_40	# NetBSD 4.0 compatibility.
411.1Smacallan#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
421.1Smacallan
431.1Smacallanno options 	COMPAT_LINUX	# binary compatibility with Linux
441.1Smacallan#options 	COMPAT_ULTRIX	# binary compatibility with Ultrix 
451.1Smacallan#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
46