Date: Tue, 10 Mar 2009 00:20:33 +0300 From: pluknet <pluknet@gmail.com> To: imp@freebsd.org, freebsd-current <freebsd-current@freebsd.org> Subject: Unable to set devclass (devname: (null) Message-ID: <a31046fc0903091420j359cfd77v17c651bb997fb55c@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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.
--
wbr,
pluknet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a31046fc0903091420j359cfd77v17c651bb997fb55c>
