Unable to set devclass (devname: (null)

pluknet pluknet at gmail.com
Mon Mar 9 14:20:40 PDT 2009


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


More information about the freebsd-current mailing list