From owner-freebsd-current@FreeBSD.ORG Tue Jan 3 22:14:42 2012 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 E23B2106564A; Tue, 3 Jan 2012 22:14:42 +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 B92678FC1E; Tue, 3 Jan 2012 22:14:42 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 6F4AE46B2D; Tue, 3 Jan 2012 17:14:42 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C87E6B96B; Tue, 3 Jan 2012 17:14:41 -0500 (EST) From: John Baldwin To: Doug Barton Date: Tue, 3 Jan 2012 17:14:40 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <4E23EE49.5040801@FreeBSD.org> <201108021806.04759.jhb@freebsd.org> <4E38FEE5.4080300@FreeBSD.org> In-Reply-To: <4E38FEE5.4080300@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201031714.40777.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 Jan 2012 17:14:41 -0500 (EST) Cc: freebsd-current@freebsd.org, Andriy Gapon Subject: Re: ichwd0: unable to reserve GCS registers 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: Tue, 03 Jan 2012 22:14:43 -0000 On Wednesday, August 03, 2011 3:55:17 am Doug Barton wrote: > On 08/02/2011 15:06, John Baldwin wrote: > > On Saturday, July 30, 2011 2:49:52 am Andriy Gapon wrote: > >> on 19/07/2011 18:16 John Baldwin said the following: > >>> Hmm, can you get devinfo -r output from a working kernel with ichwd loaded? > >>> You might be able to just build the kernel with 'nooptions NEW_PCIB'. > >> > >> I believe that I've got a similar problem with amdsbwd(4). > >> It needs some resources (I/O ports) that belong to ACPI. > >> The problem is that the driver attaches to isa bus which is under > >> isab->pci->pcib and those particular resources are not assigned to the Host-PCI > >> bridge. > >> > >> I think that you already made a suggestion that perhaps isa bus should directly > >> attach to acpi bus when acpi is available. Not sure if there are any > >> alternative approaches. > > > > Can you try this: > > Not so much. :) the first and last patches I can apply to HEAD by hand, > but /sys/dev/acpica/acpi_pcib_acpi.c is only 387 lines long, so I'm not > even sure where to start. > > Any chance you could diff against HEAD? I believe this should be fixed (well, worked-around) by my most recent commit to sys/dev/acpica/acpi_pcib_acpi.c in HEAD. -- John Baldwin