From owner-freebsd-current@FreeBSD.ORG Sun Nov 5 23:02:22 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2016516A492 for ; Sun, 5 Nov 2006 23:02:22 +0000 (UTC) (envelope-from vkushnir@i.kiev.ua) Received: from horse.iptelecom.net.ua (horse.iptelecom.net.ua [212.9.224.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149A843D58 for ; Sun, 5 Nov 2006 23:02:20 +0000 (GMT) (envelope-from vkushnir@i.kiev.ua) Received: from h39.244.159.dialup.iptcom.net ([213.159.244.39]:1520 "EHLO kushnir1.kiev.ua" ident: "SOCKFAULT1" whoson: "vkushnir") by horse.iptelecom.net.ua with ESMTP id S1228850AbWKEXCT (INRCPT ); Mon, 6 Nov 2006 01:02:19 +0200 Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [10.0.0.1]) by kushnir1.kiev.ua (8.13.8/8.13.8) with ESMTP id kA5N2FWo020401; Mon, 6 Nov 2006 01:02:15 +0200 (EET) (envelope-from vkushnir@i.kiev.ua) Date: Mon, 6 Nov 2006 01:02:15 +0200 (EET) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: John-Mark Gurney In-Reply-To: <20061104201250.GO25511@funkthat.com> Message-ID: <20061106002105.S91904@kushnir1.kiev.ua> References: <20061026015618.E1706@kushnir1.kiev.ua> <20061102220454.GK25511@funkthat.com> <20061103183548.T60893@kushnir1.kiev.ua> <20061104005738.GN25511@funkthat.com> <20061104051417.U1182@kushnir1.kiev.ua> <20061104201250.GO25511@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: current@freebsd.org Subject: Re: Asus A8V hangs during pci probe on fresh -CURRENT 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: Sun, 05 Nov 2006 23:02:22 -0000 On Sat, 4 Nov 2006, John-Mark Gurney wrote: > Vladimir Kushnir wrote this message on Sat, Nov 04, 2006 at 05:30 +0200: >> >> >> On Fri, 3 Nov 2006, John-Mark Gurney wrote: >> >>> Vladimir Kushnir wrote this message on Sat, Nov 04, 2006 at 00:49 +0200: >>>> >>>> >>>> On Thu, 2 Nov 2006, John-Mark Gurney wrote: >>>> >> >> pcib1: at device 9.0 on pci0 >> pcib1: secondary bus 5 >> pcib1: subordinate bus 5 >> pcib1: I/O decode 0xf0000-0xfff >> pcib1: memory decode 0xca000000-0xca0fffff >> pcib1: prefetched decode 0xca100000-0xca1fffff >> pcib1: Subtractively decoded bridge >> pci5: on pcib1 >> pci5: physical bus=5 >> >> and here system hangs. > > Ok, then add a couple printfs to the pci_read_vpd_reg line... one before > the WREG line, and another before the return... I have a feeling that > your card isn't setting the correct bit, as the printf you enabled w/ > if 1 won't run unless it gets data from this function... If you're > hanging in this function, then I'll have to do something else... :( or > you could return the card/mobo as not PCI compliant... but I doubt > you'd want to do the last one.. :-) > Ok. Sorry for a delay. One thing before I'll try to do that. This hang does seem to be relating to vpd commit - everything boots/runs perfectly all right with pci.c rev. 1.292.2.9 (after some compilation-relating tweaks, of course). Regards, Vladimir