From owner-freebsd-users-jp@FreeBSD.ORG Wed Mar 26 17:55:14 2014 Return-Path: Delivered-To: freebsd-users-jp@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E62ED5B for ; Wed, 26 Mar 2014 17:55:14 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2485E327 for ; Wed, 26 Mar 2014 17:55:14 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EC370B918; Wed, 26 Mar 2014 13:55:12 -0400 (EDT) From: John Baldwin To: Koji Mori Date: Wed, 26 Mar 2014 12:06:30 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <5331393E.5020007@gmail.com> <896B9B3C-AD2E-4337-B8AA-DFA0ECDF0126@bsdimp.com> <53322870.7090600@gmail.com> In-Reply-To: <53322870.7090600@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201403261206.30698.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 26 Mar 2014 13:55:13 -0400 (EDT) Cc: freebsd-users-jp@freebsd.org Subject: [FreeBSD-users-jp 95175] Re: FreeBSD 10.0 =?iso-8859-15?q?=1B=24B=24G=1B?=(B NIC (em) =?iso-8859-15?q?=1B=24B=24?=, G'<=?iso-8859-15?q?1=245=24l=24J=1B?=( =?iso-8859-15?q?B=1B=24B=24=24=1B?=(B X-BeenThere: freebsd-users-jp@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion relevant to FreeBSD communities in Japan List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 17:55:14 -0000 On Tuesday, March 25, 2014 9:08:00 pm Koji Mori wrote: > (2014/03/26 3:21), Warner Losh wrote: > > > Hi Mori-san. Is there a dmesg with bootverbose=1? It looks like none of the I/O ports are allocated. > > I forwarded your email to John Baldwin and he asked. > > Is is not with bootverbose=1. > > Then, I tried reboot, so this attached file is a whole dmesg with > bootverbose=1. > > Thanks, Warner. Ugh, I see the problem. pcib1 is marked as doing ISA decoding (so we jump through a whole lot of hoops to only allocate specific subranges), but pcib2 is behind pcib1 and is not marked as ISA decoding. Let me look to see what the standard says about this. The simplest fix might be to explicitly tag all bridges behind an ISA decoding PCI-PCI bridge as ISA decoding. -- John Baldwin