From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 07:09:16 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 86A3316A4CE for ; Fri, 16 Jul 2004 07:09:16 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAE443D3F for ; Fri, 16 Jul 2004 07:09:16 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i6G79Fjh019364; Fri, 16 Jul 2004 03:09:15 -0400 (EDT) Date: Fri, 16 Jul 2004 03:09:15 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Seigo Tanimura In-Reply-To: <200407160647.i6G6lLxV013662@urban> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: HEADS UP: The sound drivers has been renamed 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: Fri, 16 Jul 2004 07:09:16 -0000 On Fri, 16 Jul 2004, Seigo Tanimura wrote: > On Fri, 16 Jul 2004 13:10:58 +0900, > Seigo Tanimura said: > > tanimura> I am planning to rename the sound drivers as follows: > tanimura> - `sound' > > tanimura> The generic sound driver, including pcm and midi (to come). > > tanimura> - `snd_*' > > tanimura> The device-dependent drivers, named after the sound driver modules at > tanimura> this moment. > > > tanimura> This scheme eliminates unwanted device-dependent drivers (about 260KB > tanimura> in my case) from your kernel. > > tanimura> In addition, the module `snd_pcm' will be renamed to `sound', in order > tanimura> to sync with the new naming convention. What I liked about 'device pcm' was that it would just work regardless of what sound device I had. I didn't need to know that it was Intel ICH3 or whatever.