Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2003 21:53:19 -0800
From:      Arun Sharma <arun@sharma-home.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        hackers@freebsd.org
Subject:   device probing not verbose when using boot -v
Message-ID:  <20030121055319.GA13113@sharma-home.net>

next in thread | raw e-mail | index | archive | help
>Submitter-Id:	current-users
>Originator:	Arun Sharma
>Organization:	
>Confidential:	no 
>Synopsis:	device probing not verbose when using boot -v
>Severity:	
>Priority:	
>Category:	kern
>Class:		sw-bug 
>Release:	FreeBSD 5.0 i386
>Environment:

When FreeBSD has trouble booting on some hardware, the lockup is silent
and leaves no clues about where the hang is happening, even if the user
is using boot -v. This makes it very hard for a tester to report
meaningful bugs.

Specific case in question: kern/44619. The hang was in eisa_probe, but
the kernel messages don't provide a clue.

So the proposal is to print the name of the device being probed and
attached before attempting to do it in

	kern/subr_bus.c:device_probe_and_attach()

if (bootverbose) is set.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030121055319.GA13113>