From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 06:48:28 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 1DFAB16A4CE for ; Fri, 16 Jul 2004 06:48:28 +0000 (GMT) Received: from sohgo.tanimura.dyndns.org (IP1A0591.kng.mesh.ad.jp [211.13.103.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0A943D39 for ; Fri, 16 Jul 2004 06:48:26 +0000 (GMT) (envelope-from tanimura@tanimura.dyndns.org) Received: from sohgo.tanimura.dyndns.org (localhost [IPv6:::1]) ESMTP id i6G6mOI3078632 ; Fri, 16 Jul 2004 15:48:24 +0900 (JST) Received: (from uucp@localhost) (8.12.11/3.7W-submit-carrots-Tokyu-Meguro) with UUCP id i6G6mNHI078631 ; Fri, 16 Jul 2004 15:48:23 +0900 (JST) Received: from urban.tanimura.dyndns.org (localhost [IPv6:::1]) with ESMTP id i6G6lLxV013662 ; Fri, 16 Jul 2004 15:47:21 +0900 (JST) Message-Id: <200407160647.i6G6lLxV013662@urban> Date: Fri, 16 Jul 2004 15:47:21 +0900 From: Seigo Tanimura To: current@FreeBSD.org In-Reply-To: <200407160410.i6G4AwT6006303@urban> References: <200407120311.i6C3AdDL026660@shojaku.t.axe-inc.co.jp> <200407160410.i6G4AwT6006303@urban> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: Seigo Tanimura 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 06:48:28 -0000 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. Module users may want to do s/snd_pcm_load/sound_load/ against your loader.conf. tanimura> The patch is at: tanimura> http://people.FreeBSD.org/~tanimura/patches/splitpcm-10jul2004.diff tanimura> If there are no objection, I will commit on the evening of the next tanimura> Wednesday. tanimura> The patch has now been committed. If you have `pcm' in your kernel tanimura> configuration, move to the new scheme. Consult NOTES for the detail tanimura> of the device-dependent drivers. tanimura> Example: (for my ThinkPad A30 w/ Intel ICH) tanimura> device sound # generic driver, mandatory tanimura> device snd_ich # for Intel ICH -- Seigo Tanimura