From owner-freebsd-current@FreeBSD.ORG Thu Jun 9 12:57:34 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 DD3DB1065686; Thu, 9 Jun 2011 12:57:34 +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 B4BE48FC12; Thu, 9 Jun 2011 12:57:34 +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 69C1E46B42; Thu, 9 Jun 2011 08:57:34 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 07C358A01F; Thu, 9 Jun 2011 08:57:34 -0400 (EDT) From: John Baldwin To: Andriy Gapon Date: Thu, 9 Jun 2011 08:57:33 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <20110606002353.GA2518@slowblink.com> <20110608223037.GA83941@FreeBSD.org> <4DF06404.8090909@FreeBSD.org> In-Reply-To: <4DF06404.8090909@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106090857.33479.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Thu, 09 Jun 2011 08:57:34 -0400 (EDT) Cc: freebsd-current@freebsd.org, John Subject: Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff 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: Thu, 09 Jun 2011 12:57:34 -0000 On Thursday, June 09, 2011 2:11:16 am Andriy Gapon wrote: > on 09/06/2011 01:30 John said the following: > > Sorry John, here's the verbose dmesg output with your patch applied. > > > > This is at the tail of the console: > > > > pcib1: allocated memory range (0xf6000000-0xf6ffffff) for rid 10 of pci0:1:3:0 > > map[14]: type I/O Port, range 32, base 0x4400, size 8, enabled > > pcib1: failed to allocate initial I/O port window (0x4000-0x4fff,0x1000) > > map[18]: type Memory, range 32, base 0xf5ff0000, size 12, enabled > > > > > > Output ends with a single 'M', not MCA as earlier. > > > Just a wild guess - what happens if you revert r222537 (you might need to revert > r222804 first)? I think he's getting a MCA due to writing to a bad address and getting a PCI-e target abort equivalent and that the screen output is broken because the VGA device is what is probably getting hosed by the pcib driver. Given that, I doubt the printf changes are related. -- John Baldwin