From owner-freebsd-amd64@FreeBSD.ORG Sat Dec 17 17:42:26 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 D86FC1065705 for ; Sat, 17 Dec 2011 17:42:26 +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 AA6558FC14 for ; Sat, 17 Dec 2011 17:42:26 +0000 (UTC) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id A2A2CA70211 for ; Sat, 17 Dec 2011 12:42:25 -0500 (EST) Received: (qmail 19757 invoked from network); 17 Dec 2011 17:42:25 -0000 Received: by simscan 1.4.0 ppid: 7214, pid: 27276, t: 0.2681s scanners: clamav: 0.88.2/m:52/d:13513 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 mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Dec 2011 17:42:25 -0000 From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Sat, 17 Dec 2011 09:42:24 -0800 Message-ID: <1324143744.3799.122.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 mail7.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 Subject: 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: Sat, 17 Dec 2011 17:42:26 -0000 FreeBSD 9.0 (RC2) amd64. up-to-date. I want to load a module, nvidia, on boot. /boot/loader.rc contains include /boot/loader.4th start /boot/loader.conf contains cpuctl_load="YES" nvidia_load="YES" /boot/modules/ directory contains nvidia.ko /boot/kernel/ directory contains cpuctl.ko But, the modules are not loaded. What am I missing? tomdean