From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 18 02:49:53 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 268DB106566C for ; Sun, 18 Dec 2011 02:49:53 +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 EAB6C8FC12 for ; Sun, 18 Dec 2011 02:49:52 +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 16EEBA70437 for ; Sat, 17 Dec 2011 21:49:52 -0500 (EST) Received: (qmail 7779 invoked from network); 18 Dec 2011 02:49:51 -0000 Received: by simscan 1.4.0 ppid: 28450, pid: 31073, t: 0.3370s 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 ; 18 Dec 2011 02:49:51 -0000 From: "Thomas D. Dean" To: freebsd-amd64@freebsd.org In-Reply-To: <87fwgjey17.fsf@pluton.xbsd.name> References: <1324143744.3799.122.camel@asus> <87fwgjey17.fsf@pluton.xbsd.name> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Sat, 17 Dec 2011 18:49:50 -0800 Message-ID: <1324176590.3799.131.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: 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: Sun, 18 Dec 2011 02:49:53 -0000 On Sun, 2011-12-18 at 04:36 +0800, Denise H. G. wrote: > > Try to load them using kldload(8) and see what it says. You have to > provide more details, I think. I am sorry, I thought that was obvious from my original post. Yes, kldload works. kldload finds the modules located as I indicated in my original post. I want the modules to be loaded at boot time not after login. It appears the loader is not looking at /boot/loader.conf. There was some talk of moving this functionality (at least in part) to the rc.d functionality. Has some of that started? tomdean