Unable to set devclass (devname: (null)

M. Warner Losh imp at bsdimp.com
Tue Mar 10 04:55:03 PDT 2009


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


More information about the freebsd-current mailing list