From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 19 15:56:59 2006 Return-Path: X-Original-To: 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 D19DD16A409 for ; Wed, 19 Apr 2006 15:56:59 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 365E443D6B for ; Wed, 19 Apr 2006 15:56:56 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id BAA06167; Thu, 20 Apr 2006 01:56:28 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 20 Apr 2006 01:56:27 +1000 (EST) From: Ian Smith To: Alexander Leidinger In-Reply-To: <20060419171354.02m5tuplc8ocko8k@netchild.homeip.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: multimedia@freebsd.org Subject: Re: drop snd_ from DRIVER_MODULEs... 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: Wed, 19 Apr 2006 15:57:00 -0000 On Wed, 19 Apr 2006, Alexander Leidinger wrote: > Quoting Ian Smith (from Thu, 20 Apr 2006 > 00:44:39 +1000 (EST)): [..] > > # snd_driver_load="YES" # load snd_* > > IIRC this doesn't depend upon the snd_naming, but on a meta-module > which loads all sound modules (or something like this...). Another confused 'simple user' .. at least I didn't copy arch@ :) > > They're also special because they constitute a fairly clear subsystem, > > and while taking John-Marc's point that noone needs if_ prefixes for > > ethernet drivers and such, I (and maybe POLA?) think the advantages > > of consistent snd_ naming outweigh other perceived inconsistencies. > > He doesn't proposes to change the names of the files, but to change > the internal name of the modules. At least I did understand it like > this. As you may notice, there are a lot of if_ files in the kernel > directory, while the internal names mostly don't contain the if_ > prefix (according to jmg). Ah I see, thanks Alexander. And sorry John-Mark for a) poor assumption, b) misspelling your name and c) not cc'ing you last time! Cheers, Ian