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, pluknetReceived on Tue Mar 10 2009 - 11:59:00 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:43 UTC