From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 16:23:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7BE16A4CE for ; Mon, 9 Aug 2004 16:23:04 +0000 (GMT) Received: from web41115.mail.yahoo.com (web41115.mail.yahoo.com [66.218.93.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EBF143D4C for ; Mon, 9 Aug 2004 16:23:04 +0000 (GMT) (envelope-from jmkatcher@yahoo.com) Message-ID: <20040809162303.17452.qmail@web41115.mail.yahoo.com> Received: from [24.18.54.216] by web41115.mail.yahoo.com via HTTP; Mon, 09 Aug 2004 09:23:03 PDT Date: Mon, 9 Aug 2004 09:23:03 -0700 (PDT) From: Jeffrey Katcher To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Tue, 10 Aug 2004 11:37:05 +0000 Subject: Default module load paths messed up in todays -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:23:04 -0000 For example: kldload if_ath fails kldload /boot/kernel/if_ath.ko works, but fails when dependencies (rc4, wlan, ath_hal) won't load. Each has to be explicitly loaded by full name in the right order. Thanks, Jeff Katcher