From owner-freebsd-current@FreeBSD.ORG Fri Sep 28 16:36:23 2007 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 2B20816A417 for ; Fri, 28 Sep 2007 16:36:23 +0000 (UTC) (envelope-from don@siad.net) Received: from mars.siad.net (mars.siad.net [69.3.214.122]) by mx1.freebsd.org (Postfix) with ESMTP id 0271D13C44B for ; Fri, 28 Sep 2007 16:36:22 +0000 (UTC) (envelope-from don@siad.net) Received: from [69.3.214.123] (rover.siad.net [69.3.214.123]) (authenticated bits=0) by mars.siad.net (8.13.8/8.13.1) with ESMTP id l8SGY2Un049464 for ; Fri, 28 Sep 2007 09:34:03 -0700 (PDT) (envelope-from don@siad.net) Message-ID: <46FD2CFF.4000300@siad.net> Date: Fri, 28 Sep 2007 09:34:07 -0700 From: "Don L. Belcher" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070522 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <46F5B918.5040804@siad.net> In-Reply-To: <46F5B918.5040804@siad.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-2.0b1 (mars.siad.net [69.3.214.122]); Fri, 28 Sep 2007 09:34:03 -0700 (PDT) Subject: PCI to PCI Bridge initialization fails or is corrupted 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, 28 Sep 2007 16:36:23 -0000 If somebody could point out to me where the prefetch decode occurs in the code, this would be a big help. > This worked around about march of this year. It > seems to be failing configuration of prefetch > decode. > > Works with 6.0 > 7.0-CURRENT FreeBSD > > > pcib3@pci2:6:0: class=0x060400 card=0x00000000 chip=0x01001668 > rev=0x11 hdr=0x01 > vendor = 'Actiontec Electronics Inc.' > device = '0304 PCI to PCI Bridge' > class = bridge > subclass = PCI-PCI > > IS: > pcib3: at device 6.0 on pci2 > pcib3: secondary bus 3 > pcib3: subordinate bus 3 > pcib3: I/O decode 0x3000-0x3fff > pcib3: memory decode 0xf0600000-0xf07fffff > pcib3: no prefetched decode > pci3: on pcib3 > pci3: physical bus=3 > > > > SHOULD BE: > pcib3: at device 6.0 on pci2 > pcib3: secondary bus 3 > pcib3: subordinate bus 3 > pcib3: I/O decode 0x3000-0x3fff > pcib3: memory decode 0xf0600000-0xf07fffff > pcib3: prefetched decode 0xfff00000-0xfffff >