Date: Wed, 12 Jul 2006 22:57:57 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h Message-ID: <200607122257.k6CMvvRe003361@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2006-07-12 22:57:57 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern subr_bus.c bus_if.m
sys/sys bus.h
Log:
MFC: subr_bus.c 1.194, bus_if.m 1.30, bus.h 1.75:
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.
Revision Changes Path
1.29.2.1 +22 -0 src/sys/kern/bus_if.m
1.184.2.2 +34 -0 src/sys/kern/subr_bus.c
1.70.2.2 +1 -0 src/sys/sys/bus.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607122257.k6CMvvRe003361>
