cvs commit: src/sys/kern subr_bus.c
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Thu Feb  3 15:54:37 PST 2005
    
    
  
dillon      2005/02/03 15:54:22 PST
DragonFly src repository
  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Generate more useful -v information on the console during device attach.
  The complete device chain is output prior to each attach.
  
  The normal device_print_child() is now moved from before the attach
  to after the attach so the correct resource information gets reported,
  especially the correct IRQ.
  
  Revision  Changes    Path
  1.22      +24 -4     src/sys/kern/subr_bus.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c.diff?r1=1.21&r2=1.22&f=u
    
    
More information about the Commits
mailing list