[BACK]Return to subr_autoconf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/subr_autoconf.c between version 1.220.2.2 and 1.220.2.3

version 1.220.2.2, 2012/10/30 17:22:33 version 1.220.2.3, 2013/01/23 00:06:21
Line 1585  config_attach_pseudo(cfdata_t cf)
Line 1585  config_attach_pseudo(cfdata_t cf)
 #if 0   /* XXXJRT not yet */  #if 0   /* XXXJRT not yet */
         device_register(dev, NULL);     /* like a root node */          device_register(dev, NULL);     /* like a root node */
 #endif  #endif
   
           /* Let userland know */
           devmon_report_device(dev, true);
   
         (*dev->dv_cfattach->ca_attach)(ROOT, dev, NULL);          (*dev->dv_cfattach->ca_attach)(ROOT, dev, NULL);
   
         config_process_deferred(&deferred_config_queue, dev);          config_process_deferred(&deferred_config_queue, dev);
         return dev;          return dev;
 }  }

Legend:
Removed from v.1.220.2.2  
changed lines
  Added in v.1.220.2.3

CVSweb <webmaster@jp.NetBSD.org>