From owner-freebsd-hackers Sun Jan 19 23: 3: 1 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CDC37B401 for ; Sun, 19 Jan 2003 23:03:01 -0800 (PST) Received: from eagle.sharma-home.net (cpe-66-1-147-119.ca.sprintbbd.net [66.1.147.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61C3E43F43 for ; Sun, 19 Jan 2003 23:03:00 -0800 (PST) (envelope-from adsharma@eagle.sharma-home.net) Received: by eagle.sharma-home.net (Postfix, from userid 500) id B98D480D6; Sun, 19 Jan 2003 23:05:51 -0800 (PST) Date: Sun, 19 Jan 2003 23:05:51 -0800 From: Arun Sharma To: Terry Lambert Cc: hackers@freebsd.org Subject: Re: listing sysinit order ? Message-ID: <20030120070551.GA4293@sharma-home.net> References: <20030118203706.GA21624@sharma-home.net> <3E29D775.EA2323A9@mindspring.com> <3E29DDDB.6000906@sharma-home.net> <3E2AA0A9.C8386AED@mindspring.com> <20030120030421.GA3176@sharma-home.net> <3E2B9AEE.AF897AAB@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E2B9AEE.AF897AAB@mindspring.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 19, 2003 at 10:45:02PM -0800, Terry Lambert wrote: > > SYSINIT would at least get you to where it's hanging, and you > may not need information over and above that, FWIW. Well, knowing that the kernel hangs in a function called "configure" (SI_SUB_CONFIGURE, SI_ORDER_THIRD) isn't terribly useful. However, knowing that it specifically hangs in eisa_probe() is useful. Also, see the mail I just sent to -hackers about making device_probe_and_attach verbose if bootverbose is set. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message