From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 19:52:35 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 CB40416A4CE for ; Sun, 15 Feb 2004 19:52:35 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id B67F943D1D for ; Sun, 15 Feb 2004 19:52:35 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1G3qWOJ054480; Sun, 15 Feb 2004 19:52:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i1G3qVI7054479; Sun, 15 Feb 2004 19:52:31 -0800 (PST) (envelope-from obrien) Date: Sun, 15 Feb 2004 19:52:31 -0800 From: "David O'Brien" To: Mikeal clark Message-ID: <20040216035231.GA54371@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Mikeal clark , Kris Kennaway , current@FreeBSD.org References: <20040216003041.GA62692@xor.obsecurity.org> <50E52BB4-6027-11D8-864E-000A95ACF7CA@infinithost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50E52BB4-6027-11D8-864E-000A95ACF7CA@infinithost.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@FreeBSD.org cc: Kris Kennaway Subject: Re: Audigy Support on FreeBSD-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 03:52:35 -0000 On Sun, Feb 15, 2004 at 08:24:58PM -0600, Mikeal clark wrote: > Last time I just added device pcm to the kernel and it found it, and it > worked great. Is their more to the -current support then I know of? > > I use emu driver on 5.x before. I don't recall totally, but the emu driver might have been removed from being able to be compiled statically into the kernel. The emu driver is GPL'ed right now, and we don't compile such bits into the kernel. Give the module a try and let us know how it goes.