Module Name: src Committed By: matt Date: Tue Dec 27 16:20:51 UTC 2011
Added Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: INSTALL_XLPEVB64 XLPEVB64 Log Message: Add LP64 versions of XLPEVB kernels To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1 src/sys/arch/evbmips/conf/INSTALL_XLPEVB64 \ src/sys/arch/evbmips/conf/XLPEVB64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/sys/arch/evbmips/conf/INSTALL_XLPEVB64 diff -u /dev/null src/sys/arch/evbmips/conf/INSTALL_XLPEVB64:1.1.2.1 --- /dev/null Tue Dec 27 16:20:51 2011 +++ src/sys/arch/evbmips/conf/INSTALL_XLPEVB64 Tue Dec 27 16:20:51 2011 @@ -0,0 +1,19 @@ +# $NetBSD: INSTALL_XLPEVB64,v 1.1.2.1 2011/12/27 16:20:51 matt Exp $ + +include "arch/evbmips/conf/XLSEVB64" + +no config netbsd-wm0 +no config netbsd-sd0a + +makeoptions NEED_MDSETIMAGE="yes" + +#ident "INSTALL_XLSATX64-$Revision: 1.1.2.1 $" + +# Enable the hooks used for initializing the root memory-disk. +# The ramdisk size must be kept in sync manually with the size of +# the `ramdisk' image (which is built in distrib/evbmips/ramdisk/ramdisk). +pseudo-device md # memory disk device +options MEMORY_DISK_HOOKS +options MEMORY_DISK_IS_ROOT # force root on memory disk +options MEMORY_DISK_SERVER=0 # no userspace memory disk +options MEMORY_DISK_ROOT_SIZE=12288 # size of memory disk, in blocks Index: src/sys/arch/evbmips/conf/XLPEVB64 diff -u /dev/null src/sys/arch/evbmips/conf/XLPEVB64:1.1.2.1 --- /dev/null Tue Dec 27 16:20:51 2011 +++ src/sys/arch/evbmips/conf/XLPEVB64 Tue Dec 27 16:20:51 2011 @@ -0,0 +1,15 @@ +# $NetBSD: XLPEVB64,v 1.1.2.1 2011/12/27 16:20:51 matt Exp $ +# + +include "arch/evbmips/conf/XLPEVB" + +#ident "XLSATX64-$Revision: 1.1.2.1 $" + +options PCI_NETBSD_CONFIGURE +#options PCI_CONFIG_DUMP +options PCI_VERBOSE + + +makeoptions LP64="yes" +options EXEC_ELF64 +options COMPAT_NETBSD32