From owner-freebsd-current@FreeBSD.ORG Fri Oct 14 19:43:00 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7720106564A; Fri, 14 Oct 2011 19:43:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id BE3F28FC12; Fri, 14 Oct 2011 19:43:00 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7005546B3C; Fri, 14 Oct 2011 15:43:00 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0BEAA8A02E; Fri, 14 Oct 2011 15:43:00 -0400 (EDT) From: John Baldwin To: d@delphij.net Date: Fri, 14 Oct 2011 15:39:58 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E95B028.6090307@protected-networks.net> <201110141358.28250.jhb@freebsd.org> <4E988764.2040904@delphij.net> In-Reply-To: <4E988764.2040904@delphij.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201110141539.58847.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 14 Oct 2011 15:43:00 -0400 (EDT) Cc: Doug Barton , Michael Butler , FreeBSD Current Subject: Re: Fixed: ichwd failure to attach X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 14 Oct 2011 19:43:01 -0000 On Friday, October 14, 2011 3:03:00 pm Xin LI wrote: > On 10/14/11 10:58, John Baldwin wrote: > > On Friday, October 14, 2011 1:35:19 pm Xin LI wrote: > >> On 10/14/11 04:35, John Baldwin wrote: > >>> On Thursday, October 13, 2011 6:26:26 pm Doug Barton wrote: > >>>> On 10/12/2011 08:20, Michael Butler wrote: > >>>>> SVN r226302 solves the ichwd failure to attach issue .. > >>>> > >>>> Still failing for me: > >>>> > >>>> ichwd0: on isa0 ichwd0: unable > >>>> to reserve GCS registers device_attach: ichwd0 attach > >>>> returned 6 > >>> > >>> Yes, it can only fix it if the BIOS decides to list it as a > >>> system resource in ACPI. However, using > >>> 'debug.acpi.disabled=hostres' should still be working as a > >>> workaround for lying BIOSes yes? > >> > >> I do have debug.acpi.disabled=hostres but it doesn't seem help in > >> my case (Dell Latitude D630): > >> > >> ichwd0: on isa0 ichwd0: unable to > >> reserve GCS registers device_attach: ichwd0 attach returned 6 > >> ichwd0: at port > >> 0x1030-0x1037,0x1060-0x107f on isa0 ichwd0: unable to reserve GCS > >> registers device_attach: ichwd0 attach returned 6 > >> > >> Is there something I should look at or additional information > >> needed? > > > > Hmm, is your isab device behind a PCI-PCI bridge? > > Looks like it's not: Hmm, the NEW_PCIB bits only affect two things: 1) Resource allocation for devices behind PCI-PCI bridges, and 2) Resource allocation for devices behind Host-PCI bridges (but debug.acpi.disabled="hostres" should turn that off). I'll see if I can't look in my old thread to see why the allocations are failing. -- John Baldwin