From owner-freebsd-current@FreeBSD.ORG Tue Jul 19 15:16:09 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 6907E1065675; Tue, 19 Jul 2011 15:16:09 +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 4193D8FC15; Tue, 19 Jul 2011 15:16:09 +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 EF3D646B46; Tue, 19 Jul 2011 11:16:08 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8A4238A02F; Tue, 19 Jul 2011 11:16:08 -0400 (EDT) From: John Baldwin To: Doug Barton Date: Tue, 19 Jul 2011 11:16:07 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <4E23EE49.5040801@FreeBSD.org> <201107181308.14624.jhb@freebsd.org> <4E24B21C.3070402@FreeBSD.org> In-Reply-To: <4E24B21C.3070402@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201107191116.07116.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 19 Jul 2011 11:16:08 -0400 (EDT) Cc: freebsd-current@freebsd.org 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, 19 Jul 2011 15:16:09 -0000 On Monday, July 18, 2011 6:22:20 pm Doug Barton wrote: > On 07/18/2011 10:08, John Baldwin wrote: > > On Monday, July 18, 2011 4:26:49 am Doug Barton wrote: > >> I'm getting this with recent HEAD: > >> > >> isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer > >> ichwd0: at port 0x1030-0x1037,0x1060-0x107f > >> on isa0 > >> isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer > >> pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0 > >> pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0 > >> ichwd0: unable to reserve GCS registers > >> device_attach: ichwd0 attach returned 6 > >> pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 > > > > Can you get devinfo -r output while booting with > > 'debug.acpi.disabled=hostres'? > > I escaped to the loader prompt and type 'set debug..' and then booted. > The devinfo output is attached. > > Doing the kldload with debug.bootverbose I now get this: > > isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer > ichwd0: detached > ichwd0 failed to probe at port 0x1030-0x1037,0x1060-0x107f on isa0 > isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer > ichwd0: at port 0x1030-0x1037,0x1060-0x107f > on isa0 > isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer > ichwd0: Intel ICH7M watchdog timer (ICH7 or equivalent) > ichwd0: timer disabled > ichwd0: timer enabled > ichwd0: timeout set to 28 ticks > ichwd0: timer reloaded > (repeats infinitely) 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'. -- John Baldwin