Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2006 16:17:20 -0400
From:      John Baldwin <john@baldwin.cx>
To:        Warner Losh <imp@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/kern bus_if.m subr_bus.c src/sys/sys bus.h
Message-ID:  <200607081617.21551.john@baldwin.cx>
In-Reply-To: <200607081706.k68H6FBX082800@repoman.freebsd.org>
References:  <200607081706.k68H6FBX082800@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 08 July 2006 13:06, Warner Losh wrote:
> 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

Hmm, did you see my e-mail about trying to get hinting to DTRT with respect to 
wiring unit numbers for things like sio0 with ACPI and ISA on acpi@ 
yesterday?  It might well be orthogonal to this, but I'm curious if you could 
look my suggestion over and see how well it jives with what you are doing 
here.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607081617.21551.john>