Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Oct 2015 19:32:26 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289655 - head/sys/mips/conf
Message-ID:  <201510201932.t9KJWQdZ042598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Tue Oct 20 19:32:26 2015
New Revision: 289655
URL: https://svnweb.freebsd.org/changeset/base/289655

Log:
  Disable SWAPPING as we don't do it on this board.

Modified:
  head/sys/mips/conf/TP-MR3020

Modified: head/sys/mips/conf/TP-MR3020
==============================================================================
--- head/sys/mips/conf/TP-MR3020	Tue Oct 20 19:32:16 2015	(r289654)
+++ head/sys/mips/conf/TP-MR3020	Tue Oct 20 19:32:26 2015	(r289655)
@@ -27,6 +27,9 @@ hints	"TP-MR3020.hints"
 # Board memory - 32MB
 options	AR71XX_REALMEM=(32*1024*1024)
 
+# Disable support for paging
+options		NO_SWAPPING
+
 # i2c GPIO bus
 device	gpioiic
 device	iicbb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510201932.t9KJWQdZ042598>