Print this page
NEX-15925 pseudonex, rootnex, and friends don't need to log useless device announcements
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>

@@ -380,12 +380,10 @@
 {
         switch (ctlop) {
         case DDI_CTLOPS_REPORTDEV:
                 if (rdip == NULL)
                         return (DDI_FAILURE);
-                cmn_err(CE_CONT, "?pseudo-device: %s%d\n",
-                    ddi_driver_name(rdip), ddi_get_instance(rdip));
                 return (DDI_SUCCESS);
 
         case DDI_CTLOPS_INITCHILD:
         {
                 char name[12];  /* enough for a decimal integer */