From owner-svn-src-all@FreeBSD.ORG Fri May 30 05:17:15 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18D33DF1; Fri, 30 May 2014 05:17:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06C4F2EC8; Fri, 30 May 2014 05:17:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4U5HEXi040723; Fri, 30 May 2014 05:17:14 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4U5HE5c040722; Fri, 30 May 2014 05:17:14 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201405300517.s4U5HE5c040722@svn.freebsd.org> From: Rui Paulo Date: Fri, 30 May 2014 05:17:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266868 - head/sys/arm/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 30 May 2014 05:17:15 -0000 Author: rpaulo Date: Fri May 30 05:17:14 2014 New Revision: 266868 URL: http://svnweb.freebsd.org/changeset/base/266868 Log: Cleanup the RADXA kernel config file a bit and enable modules. Modified: head/sys/arm/conf/RADXA Modified: head/sys/arm/conf/RADXA ============================================================================== --- head/sys/arm/conf/RADXA Fri May 30 04:44:07 2014 (r266867) +++ head/sys/arm/conf/RADXA Fri May 30 05:17:14 2014 (r266868) @@ -22,9 +22,6 @@ ident RADXA include "../rockchip/std.rk30xx" -makeoptions MODULES_OVERRIDE="" -makeoptions WITHOUT_MODULES="ahc" - options HZ=100 options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking @@ -51,6 +48,7 @@ options KBD_INSTALL_CDEV # install a CD options PREEMPTION options FREEBSD_BOOT_LOADER options VFP # vfp/neon +options SMP # Enable multiple cores # Debugging makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols @@ -73,7 +71,7 @@ options DIAGNOSTIC #device mmc # mmc/sd bus #device mmcsd # mmc/sd flash cards -# Boot device is 2nd slice on MMC/SD card +# Boot device is 2nd slice on USB options ROOTDEVNAME=\"ufs:/dev/da0s2\" # Console and misc @@ -121,4 +119,3 @@ options FDT options FDT_DTB_STATIC makeoptions FDT_DTS_FILE=rk3188-radxa.dts -options SMP # Enable multiple cores