Date: Fri, 29 Mar 2002 23:55:48 +0100 From: Wilko Bulte <wkb@freebie.xs4all.nl> To: freebsd-stable@freebsd.org Subject: PNP verbose? Message-ID: <20020329235548.A27104@freebie.xs4all.nl>
next in thread | raw e-mail | index | archive | help
Question:
is there any specific reason why
lpt0: Polled port
unknown: <PNP0400> can't assign resources
unknown: <PNP0501> can't assign resources
unknown: <PNP0501> can't assign resources
unknown: <PNP0700> can't assign resources
unknown: <PNP0f13> can't assign resources
unknown: <PNP0c01> can't assign resources
unknown: <PNP0000> can't assign resources
unknown: <PNP0303> can't assign resources
IPsec: Initialized Security Association Processing.
is not hidden behind bootverbose?
The message seems to originate from isa/isa_common.c
/*
* Disable the device.
*/
bus_print_child_header(device_get_parent(child), child);
printf(" can't assign resources\n");
if (bootverbose)
isa_print_child(device_get_parent(child), child);
--
| / o / /_ _ wilko@FreeBSD.org
|/|/ / / /( (_) Bulte Arnhem, the Netherlands
We are FreeBSD. Resistance is futile. Prepare to be committed.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329235548.A27104>
