svn commit: r239795 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Tue Aug 28 22:50:48 UTC 2012


Author: adrian
Date: Tue Aug 28 22:50:47 2012
New Revision: 239795
URL: http://svn.freebsd.org/changeset/base/239795

Log:
  * Don't compile in sysctl descriptions
  * random is fine as a module

Modified:
  head/sys/mips/conf/AR724X_BASE

Modified: head/sys/mips/conf/AR724X_BASE
==============================================================================
--- head/sys/mips/conf/AR724X_BASE	Tue Aug 28 22:17:22 2012	(r239794)
+++ head/sys/mips/conf/AR724X_BASE	Tue Aug 28 22:50:47 2012	(r239795)
@@ -50,6 +50,9 @@ options		DEBUG_MEMGUARD
 options 	SCSI_NO_SENSE_STRINGS
 options 	SCSI_NO_OP_STRINGS
 
+# .. And no sysctl strings
+options         NO_SYSCTL_DESCR
+
 options         FFS                     #Berkeley Fast Filesystem
 # options         SOFTUPDATES             #Enable FFS soft updates support
 # options         UFS_ACL                 #Support for access control lists
@@ -117,7 +120,7 @@ device		loop
 device		ether
 device		md
 device		bpf
-device		random
+#device		random
 #device		if_bridge
 #device		gif		# ip[46] in ip[46] tunneling protocol
 #device		gre		# generic encapsulation - only for IPv4 in IPv4 though atm


More information about the svn-src-all mailing list