Date: Tue, 10 Mar 2009 15:58:58 +0300 From: pluknet <pluknet@gmail.com> To: "M. Warner Losh" <imp@bsdimp.com> Cc: freebsd-current@freebsd.org Subject: Re: Unable to set devclass (devname: (null) Message-ID: <a31046fc0903100558u7c8afd63we1fc8e2b139b0b1@mail.gmail.com> In-Reply-To: <20090310.205439.-1525215866.imp@bsdimp.com> References: <a31046fc0903091420j359cfd77v17c651bb997fb55c@mail.gmail.com> <20090310.205439.-1525215866.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2009/3/10 M. Warner Losh <imp@bsdimp.com>: > In message: <a31046fc0903091420j359cfd77v17c651bb997fb55c@mail.gmail.com> > =A0 =A0 =A0 =A0 =A0 =A0pluknet <pluknet@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 > : - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 PDEBUG(("Unable to set device class")); > : + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 printf("driver bug: Unable to set devclass (devname: %s)\n", > : + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 (child ? device_get_name(child) : > : + =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 "no device")); > : > : where PDEBUG was moved from BUS_DEBUG to general output. > > I would say generally no. =A0when 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 --=20 wbr, pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0903100558u7c8afd63we1fc8e2b139b0b1>