From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 04:12:23 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 42E6A16A4CE for ; Fri, 16 Jul 2004 04:12:23 +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 9AE1B43D45 for ; Fri, 16 Jul 2004 04:12:21 +0000 (GMT) (envelope-from tanimura@tanimura.dyndns.org) Received: from sohgo.tanimura.dyndns.org (localhost [IPv6:::1]) ESMTP id i6G4CJM6077758 ; Fri, 16 Jul 2004 13:12:19 +0900 (JST) Received: (from uucp@localhost) (8.12.11/3.7W-submit-carrots-Tokyu-Meguro) with UUCP id i6G4CI4J077757 ; Fri, 16 Jul 2004 13:12:18 +0900 (JST) Received: from urban.tanimura.dyndns.org (localhost [IPv6:::1]) with ESMTP id i6G4AwT6006303 ; Fri, 16 Jul 2004 13:10:58 +0900 (JST) Message-Id: <200407160410.i6G4AwT6006303@urban> Date: Fri, 16 Jul 2004 13:10:58 +0900 From: Seigo Tanimura To: current@FreeBSD.org In-Reply-To: <200407120311.i6C3AdDL026660@shojaku.t.axe-inc.co.jp> References: <200407120311.i6C3AdDL026660@shojaku.t.axe-inc.co.jp> 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: 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 04:12:23 -0000 On Mon, 12 Jul 2004 12:10:39 +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. 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. The patch has now been committed. If you have `pcm' in your kernel configuration, move to the new scheme. Consult NOTES for the detail of the device-dependent drivers. Example: (for my ThinkPad A30 w/ Intel ICH) device sound # generic driver, mandatory device snd_ich # for Intel ICH -- Seigo Tanimura