]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create bus_enumerate_hinted_children. This routine will allow drivers
authorimp <imp@FreeBSD.org>
Sat, 8 Jul 2006 17:06:15 +0000 (17:06 +0000)
committerimp <imp@FreeBSD.org>
Sat, 8 Jul 2006 17:06:15 +0000 (17:06 +0000)
commitf7c9fd2027eb791acb31a33df08af462cc6322a4
tree6dacdab168aa26da6a9fdc1e7c9243c8f60795ad
parentb79f12507fe68f54430e300706187fd1e0c37d7f
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
sys/kern/bus_if.m
sys/kern/subr_bus.c
sys/sys/bus.h