Re: Unable to set devclass (devname: (null)

From: M. Warner Losh <imp_at_bsdimp.com>
Date: Tue, 10 Mar 2009 20:54:39 +0900 (JST)
In message: <a31046fc0903091420j359cfd77v17c651bb997fb55c_at_mail.gmail.com>
            pluknet <pluknet_at_gmail.com> writes:
: Hi.
: 
: Is it ok (and how much harmfull) to see this message?
: 
: driver bug: Unable to set devclass (devname: (null))
: 
: P.S.
: This is introduced in subr_bus.c, v1.216
: -					PDEBUG(("Unable to set device class"));
: +					printf("driver bug: Unable to set devclass (devname: %s)\n",
: +					    (child ? device_get_name(child) :
: +						"no device"));
: 
: where PDEBUG was moved from BUS_DEBUG to general output.

I would say generally no.  when do you see it?

Warner
Received on Tue Mar 10 2009 - 10:55:02 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:43 UTC