1 1.2.4.2 yamt # $NetBSD: GENERIC64_IP2x,v 1.2.4.2 2010/03/11 15:02:54 yamt Exp $ 2 1.2.4.2 yamt # 3 1.2.4.2 yamt # GENERIC32_IP2x machine description file 4 1.2.4.2 yamt # 5 1.2.4.2 yamt # This machine description file is used to generate the default NetBSD 6 1.2.4.2 yamt # kernel. The generic kernel does not include all options, subsystems 7 1.2.4.2 yamt # and device drivers, but should be useful for most applications. 8 1.2.4.2 yamt # 9 1.2.4.2 yamt # The machine description file can be customised for your specific 10 1.2.4.2 yamt # machine to reduce the kernel size and improve its performance. 11 1.2.4.2 yamt # 12 1.2.4.2 yamt # For further information on compiling NetBSD kernels, see the config(8) 13 1.2.4.2 yamt # man page. 14 1.2.4.2 yamt # 15 1.2.4.2 yamt # For further information on hardware support for this architecture, see 16 1.2.4.2 yamt # the intro(4) man page. For further information about kernel options 17 1.2.4.2 yamt # for this architecture, see the options(4) man page. For an explanation 18 1.2.4.2 yamt # of each device driver in this file see the section 4 man page for the 19 1.2.4.2 yamt # device. 20 1.2.4.2 yamt # 21 1.2.4.2 yamt # 22 1.2.4.2 yamt # Currently this config file supports Indigo R4k, Indigo2 and Indy 23 1.2.4.2 yamt # (IP20, IP22 and IP24, respectively). 24 1.2.4.2 yamt # 25 1.2.4.2 yamt 26 1.2.4.2 yamt include "arch/sgimips/conf/GENERIC32_IP2x" 27 1.2.4.2 yamt include "arch/sgimips/conf/std.sgimips64" 28 1.2.4.2 yamt 29 1.2.4.2 yamt no makeoptions TEXTADDR # entry point 30 1.2.4.2 yamt makeoptions TEXTADDR=0xffffffff88069000 # entry point 31 1.2.4.2 yamt 32 1.2.4.2 yamt #ident "GENERIC64-IP2x-$Revision: 1.2.4.2 $" 33 1.2.4.2 yamt 34 1.2.4.2 yamt no makeoptions WANT_ECOFF 35 1.2.4.2 yamt makeoptions WANT_ECOFF="no" # Create an ECOFF kernel in addition 36 1.2.4.2 yamt # to an ELF kernel -- required for 37 1.2.4.2 yamt # netbooting Indigo (IP20) and some 38 1.2.4.2 yamt # Indigo2 (IP22) machines 39 1.2.4.2 yamt 40 1.2.4.2 yamt # Compatibility options 41 1.2.4.2 yamt #options COMPAT_15 # NetBSD 1.5 42 1.2.4.2 yamt #options COMPAT_16 # NetBSD 1.6 43 1.2.4.2 yamt #options COMPAT_20 # NetBSD 2.0 44 1.2.4.2 yamt #options COMPAT_30 # NetBSD 3.0 45 1.2.4.2 yamt #options COMPAT_40 # NetBSD 4.0 compatibility. 46 1.2.4.2 yamt #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 47 1.2.4.2 yamt 48 1.2.4.2 yamt #options COMPAT_IRIX # binary compatibility with IRIX 49 1.2.4.2 yamt #options COMPAT_LINUX # binary compatibility with Linux 50 1.2.4.2 yamt #options COMPAT_ULTRIX # binary compatibility with Ultrix 51 1.2.4.2 yamt #options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 52