cvs commit: src/sys/kern subr_bus.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Feb 3 19:33:39 PST 2005


dillon      2005/02/03 19:32:37 PST

DragonFly src repository

  Modified files:
    sys/kern             subr_bus.c 
  Log:
  Revert the last device_print_child() change, it was too confusing to
  display the device name after the attach because recursion can insert a
  lot of other messages in there.
  
  Instead, if -v is specified, generate a line before and after the attach
  suitably marked [tentative] or [attached!].  This also has the advantage
  of bracketing any recursion that occurs.
  
  Keep the bootverbose printing of the device chain but get rid of the "ATTACH "
  on the front.  It's obvious what it is and the attach message follows
  directly now.
  
  Revision  Changes    Path
  1.23      +9 -3      src/sys/kern/subr_bus.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/subr_bus.c.diff?r1=1.22&r2=1.23&f=u





More information about the Commits mailing list