From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 6 14:10:21 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3E6A16A41C for ; Mon, 6 Jun 2005 14:10:21 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from drizzle.cc.mcgill.ca (drizzle.CC.McGill.CA [132.206.27.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D5643D48 for ; Mon, 6 Jun 2005 14:10:20 +0000 (GMT) (envelope-from mat@cnd.mcgill.ca) Received: from mailscan2.cc.mcgill.ca (mailscan2.CC.McGill.CA [132.216.77.249]) by drizzle.cc.mcgill.ca (8.12.11/8.12.3) with ESMTP id j56EAIZ5016399; Mon, 6 Jun 2005 10:10:20 -0400 Received: from cube.cnd.mcgill.ca (cube.CND.McGill.CA [132.216.25.196]) by mailscan2.cc.mcgill.ca (8.13.0/8.13.0) with ESMTP id j56EA0ZB028020; Mon, 6 Jun 2005 10:10:00 -0400 (EDT) Received: from localhost.localdomain (hyper.cnd.mcgill.ca [132.216.11.150]) by cube.cnd.mcgill.ca (8.12.11/8.12.11) with ESMTP id j56E9lSA030577; Mon, 6 Jun 2005 10:09:47 -0400 Received: from localhost.localdomain (hyper [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id j56E9lvB030520; Mon, 6 Jun 2005 10:09:47 -0400 Received: (from mat@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id j56E9lsZ030519; Mon, 6 Jun 2005 10:09:47 -0400 Date: Mon, 6 Jun 2005 10:09:46 -0400 From: Mathew Kanner To: "Matthew D. Fuller" Message-ID: <20050606140946.GF32095@cnd.mcgill.ca> References: <42A2C571.7060203@thefort.org> <20050606101538.GG57893@over-yonder.net> <20050606105039.GA632@gothic.blackend.org> <20050606122310.GA43737@over-yonder.net> <20050606132919.GD32095@cnd.mcgill.ca> <20050606133438.GH57893@over-yonder.net> <20050606134459.GE32095@cnd.mcgill.ca> <20050606135100.GI57893@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050606135100.GI57893@over-yonder.net> User-Agent: Mutt/1.4.2i Organization: I speak for myself, operating in Montreal, CANADA Cc: freebsd-multimedia@freebsd.org, Mathew Kanner Subject: Re: FreeBSD Handbook: Soundcard Setup Addition (7.2.1) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 14:10:21 -0000 On Jun 06, Matthew D. Fuller wrote: > On Mon, Jun 06, 2005 at 09:44:59AM -0400 I heard the voice of > Mathew Kanner, and lo! it spake thus: > > > > It will only show 'kld blah' if it is a kernel loaded module. > > I'm pretty sure it didn't have it when I was KLD'ing around (and who > the heck would guess that "Microsoft Sound System" would be the driver > for Crystal Semiconductor?). I could be remembering wrong, since that > was a while ago, but I'm pretty sure I wouldn't have spent all that > time loading and unloading drivers to figure out which it was, if > it'd'a told me... Hm, now that I think of it, I don't recall doing the ISA drivers. Is this an ISA driver? > > > > I guess we could twiddle the macro so it says 'static compiled > > module blah' or something like that, whatcha think? > > I'd say so. It'd be weird that you could tell when you loaded them, > but not when you, say, compiled all of them in. I never use KLDs when > I can avoid it. Ok, I'll keep it in mind. I'll have to change the macro name so it'll be a big machine generated patch. --Mat