From owner-freebsd-current@FreeBSD.ORG Sun Aug 12 00:44:57 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E94D16A417 for ; Sun, 12 Aug 2007 00:44:57 +0000 (UTC) (envelope-from brucec@muon.bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [80.68.94.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6ADCA13C45B for ; Sun, 12 Aug 2007 00:44:57 +0000 (UTC) (envelope-from brucec@muon.bluestop.org) Received: by muon.bluestop.org (Postfix, from userid 1000) id 1293B30169; Sun, 12 Aug 2007 01:41:03 +0100 (BST) Date: Sun, 12 Aug 2007 01:41:03 +0100 From: bruce@cran.org.uk To: current@freebsd.org Message-ID: <20070812004103.GA20935@muon.bluestop.org> References: <46BC1418.9070008@cran.org.uk> <200708101505.l7AF53jG043973@gw.catspoiler.org> <20070812002251.GA19278@muon.bluestop.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070812002251.GA19278@muon.bluestop.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Re: RE: Reboot on "shutdown -r" hangs after final "uptime ..." string 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, 12 Aug 2007 00:44:57 -0000 On Sun, Aug 12, 2007 at 01:22:51AM +0100, bruce@cran.org.uk wrote: > By putting more printfs I see that it gets to the line "eec = > pci_read_config" in ehci_pci_givecontroller and then appears to stop - > I've got a printf at the end of ehci_pci_givecontroller that never gets > displayed, and the printf at the top of the for loop only gets displayed > once. > After adding one more printf I see that it actually stops at the pci_write_config line, not the pci_read_config. -- Bruce Cran