From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 20 17:43:15 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00C3E106566B for ; Tue, 20 Dec 2011 17:43:15 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id C05BC8FC08 for ; Tue, 20 Dec 2011 17:43:14 +0000 (UTC) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id 86187A701EF for ; Tue, 20 Dec 2011 12:43:13 -0500 (EST) Received: (qmail 30171 invoked from network); 20 Dec 2011 17:43:13 -0000 Received: by simscan 1.4.0 ppid: 3644, pid: 21806, t: 0.3468s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Dec 2011 17:43:12 -0000 From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org In-Reply-To: <20111220112525.76b0d819@ernst.jennejohn.org> References: <20111220110119.3f085dfd@ernst.jennejohn.org> <20111220112525.76b0d819@ernst.jennejohn.org> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Tue, 20 Dec 2011 09:43:12 -0800 Message-ID: <1324402992.2107.6.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail2.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 Subject: Re: Boot Loader Conf X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomdean@speakeasy.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 17:43:15 -0000 On Tue, 2011-12-20 at 11:25 +0100, Gary Jennejohn wrote: > This makes me wonder what your kern.module_path is set to. Mine is > kern.module_path: /boot/test;/boot/modules (I booted from /boot/test). > # sysctl kern.module_path sysctl kern.module_path: /boot/kernel;/boot/modules > But loading them in rc.local will definitely work and automate it > for you. > putting cpuctl_enable="YES" in /etc/rc.conf does not load the module tomdean