From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 09:47:29 2003 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 D163316A4CF for ; Mon, 17 Nov 2003 09:47:29 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3185543FB1 for ; Mon, 17 Nov 2003 09:47:28 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 2559272DB5; Mon, 17 Nov 2003 09:47:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 2283F72DAD; Mon, 17 Nov 2003 09:47:28 -0800 (PST) Date: Mon, 17 Nov 2003 09:47:28 -0800 (PST) From: Doug White To: vze2ztys@verizon.net In-Reply-To: <20031116071046.HNIV1420.out003.verizon.net@outgoing.verizon.net> Message-ID: <20031117094635.O21453@carver.gumbysoft.com> References: <20031116071046.HNIV1420.out003.verizon.net@outgoing.verizon.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: kldload(2) and debug kernels 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, 17 Nov 2003 17:47:30 -0000 On Sun, 16 Nov 2003 vze2ztys@verizon.net wrote: > It looks like the kldload system call takes the name of the module you > give it, like "ums", and just tacks on ".ko" and searches > in whatever the default paths are for kernel modules until it finds > ums.ko. Peachy. > > But what about if you built your kernel and modules with debugging > symbols added in? When you install the new kernel, all the files have > ".debug" tacked on to the end. This seems to kill autoloading. The > most recent change to moused makes it incompatible with ums.ko.debug, > too. If you give a specific path to a module then it will load that module. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org