From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 2 05:02:26 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F18216A420 for ; Thu, 2 Feb 2006 05:02:26 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from omta02sl.mx.bigpond.com (omta02sl.mx.bigpond.com [144.140.93.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F49D43D48 for ; Thu, 2 Feb 2006 05:02:25 +0000 (GMT) (envelope-from andrew@areilly.bpc-users.org) Received: from areilly.bpc-users.org ([141.168.4.160]) by omta02sl.mx.bigpond.com with ESMTP id <20060202050223.XLED18661.omta02sl.mx.bigpond.com@areilly.bpc-users.org> for ; Thu, 2 Feb 2006 05:02:23 +0000 Received: (qmail 21184 invoked by uid 501); 2 Feb 2006 05:02:24 -0000 Date: Thu, 2 Feb 2006 16:02:24 +1100 From: Andrew Reilly To: Mike Jakubik Message-ID: <20060202050223.GA21154@gurney.reilly.home> References: <20060202040253.GA20444@gurney.reilly.home> <43E18BE6.4010502@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43E18BE6.4010502@rogers.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-amd64@freebsd.org Subject: Re: Driver failed to allocate 49152 bytes of DMA buffer? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2006 05:02:26 -0000 On Wed, Feb 01, 2006 at 11:34:46PM -0500, Mike Jakubik wrote: > Andrew Reilly wrote: > >What are the chances that there has been a regression of some > >sort in this area since 6.0-RELEASE (which didn't boot on the > >board because of ACPI issues that have since been fixed)? > > > > /usr/src/UPDATING: > > 20051230: > A lot of fixes and new features in the soundsystem. To get all > benefits, you may want to recompile mplayer (if installed) after > booting the new world. > > > Always read this file before updating. I'm afraid that I don't understand how this relates to my question. Could you clarify, please? I'm not trying to use the native sound drivers (they still don't support my envy24-based card), but rather the third-party, closed-source driver from www.4front-tech.com. That UPDATING comment reads to me to refer to an ioctl API change that affects user-land programs. I already have to deal with that anyway, because the FreeBSD native sound drivers, and their APIs have diverged somewhat from the original OSS (which is more or less what the 4front driver supports). Cheers, -- Andrew