From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 26 20:50:03 2007 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A8C116A420 for ; Mon, 26 Nov 2007 20:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2966013C448 for ; Mon, 26 Nov 2007 20:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lAQKo3ed059193 for ; Mon, 26 Nov 2007 20:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lAQKo31a059192; Mon, 26 Nov 2007 20:50:03 GMT (envelope-from gnats) Date: Mon, 26 Nov 2007 20:50:03 GMT Message-Id: <200711262050.lAQKo31a059192@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Nate Lawson Cc: Subject: Re: kern/111767: [pcm] ATI SB450 High Definition Audio Controller sound card doesn't work X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nate Lawson List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2007 20:50:03 -0000 The following reply was made to PR kern/111767; it has been noted by GNATS. From: Nate Lawson To: cokane@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: kern/111767: [pcm] ATI SB450 High Definition Audio Controller sound card doesn't work Date: Mon, 26 Nov 2007 12:16:12 -0800 Coleman Kane wrote: > I was directed toward this PR when reporting similar trouble with my > RS690T-based HP Compaq 6715b notebook with an ATI SB600 audio controller: > > pcm0: mem > 0xd0608000-0xd060bfff irq 16 at device 20.2 on pci0 > pcm0: hdac_mem_alloc: Unable to allocate memory resource > device_attach: pcm0 attach returned 6 > pcm1: at device 20.4 on pci0 > pcm1: unable to allocate register space > device_attach: pcm1 attach returned 6 > > The pcm0 messages are output from the snd_hda driver, while the pcm1 > messages are output from the snd_atiixp driver. I have tried both of > them independently as well, with the same failure. > > I tried setting debug.acpi.disabled="sysresource" and that has not > helped any. > > I am attaching my devinfo output, as well as my gzip'd ASL and a dmesg log. Based on what you sent, acpi is not at fault. Nothing appears to be owning the 0xd0608000 mem range. I'm bccing the audio maintainer to see if he can see a problem. -- Nate