From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 15:41:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C2216A4CE for ; Sat, 7 Aug 2004 15:41:33 +0000 (GMT) Received: from ddardaar.mine.nu (bwy44.neoplus.adsl.tpnet.pl [83.29.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B5743D2D for ; Sat, 7 Aug 2004 15:41:32 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id D0BA8A58E; Sat, 7 Aug 2004 17:41:35 +0200 (CEST) Date: Sat, 7 Aug 2004 17:41:35 +0200 From: Radek Kozlowski To: freebsd-questions@freebsd.org Message-ID: <20040807154135.GJ55186@werd> References: <20040807152619.GA850@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040807152619.GA850@gicco.homeip.net> User-Agent: Mutt/1.5.6i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 15:41:33 -0000 On Sat, Aug 07, 2004 at 05:26:19PM +0200, Hanspeter Roth wrote: > Hello, > > I have upgraded from 5.2.1-release to 5.2-current. > On 5.2.1-release there was a device pcm for the sound module. This > doesn't seem to be accepted anymore in 5.2-current. > Is there an equivalent device? Read /usr/src/UPDATING: 20040716: The sound device drivers are renamed. `sound' is always required, while `snd_*' should be configured accordingly to your hardware. Refer to NOTES for the detail of the drivers. -Radek