Unable to set devclass (devname: (null)

pluknet pluknet at gmail.com
Tue Mar 10 05:59:00 PDT 2009


2009/3/10 M. Warner Losh <imp at bsdimp.com>:
> 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
>

As I posted in this thread earlier it seems to be atkbdc.
Please, see a little debugged output in verb. mode:
http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004283.html

-- 
wbr,
pluknet


More information about the freebsd-current mailing list