From owner-svn-src-all@FreeBSD.ORG Tue Aug 28 22:50:47 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD224106566B; Tue, 28 Aug 2012 22:50:47 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C88588FC16; Tue, 28 Aug 2012 22:50:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7SMolME041664; Tue, 28 Aug 2012 22:50:47 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7SMolaK041662; Tue, 28 Aug 2012 22:50:47 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201208282250.q7SMolaK041662@svn.freebsd.org> From: Adrian Chadd Date: Tue, 28 Aug 2012 22:50:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239795 - head/sys/mips/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2012 22:50:48 -0000 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