imp         2006-07-08 17:06:15 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c bus_if.m 
    sys/sys              bus.h 
  Log:
  Create bus_enumerate_hinted_children.  This routine will allow drivers
  to use the hinted child system.  Bus drivers that use this need to
  implmenet the bus_hinted_child method, where they actually add the
  child to their bus, as they see fit.  The bus is repsonsible for
  getting the attribtues for the child, adding it in the right order,
  etc.  ISA hinting will be updated to use this method.
  
  MFC After: 3 days
  
  Revision  Changes    Path
  1.30      +22 -0     src/sys/kern/bus_if.m
  1.194     +34 -0     src/sys/kern/subr_bus.c
  1.75      +1 -0      src/sys/sys/bus.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to