Date: Tue, 11 Jul 2000 17:52:52 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/isa isa_common.c Message-ID: <XFMail.000711175252.jhb@FreeBSD.org> In-Reply-To: <200007120042.RAA19198@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12-Jul-00 John Baldwin wrote: > jhb 2000/07/11 17:42:08 PDT > > Modified files: > sys/isa isa_common.c > Log: > Don't assume that any ISA device that fails to probe is a PnP device, > instead, use the bus_print_child_* functions to display the error message. > Also, since this is more of a warning than an error, hide it behind > bootverbose. > > Similarly, if isa_assign_resources() fails to allocate resources to a > device, use bus_print_child_header() instead of device_printf(), and > display the resources that could not be allocated if bootverbose is true. > > Approved by: msmith > Help from: mdodd This fixes the annoying "isa0: <@@@0000> found" messages to give more useful errors when booted verbose and to be silent otherwise. One bug this exposes right now is that any device used in the console that has hints ends up being probed twice. :-/ -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000711175252.jhb>