cvs commit: src/sys/kern subr_smp.c
John Baldwin
jhb at FreeBSD.org
Tue Mar 16 08:07:03 PST 2004
On Tuesday 16 March 2004 08:34 am, Peter Grehan wrote:
> grehan 2004/03/16 05:34:51 PST
>
> FreeBSD src repository
>
> Modified files:
> sys/kern subr_smp.c
> Log:
> Add powerpc to temporary fix. The new cpu device claims all
> 'generic' OpenFirmware nexus nodes, since it uses bus_generic_probe.
> Maybe the cpu device probe should be MD.
My suggestion is to have MD code create a 'cpubus0' bus device and hang it off
of whatever is appropriate (nexus0, root0, etc.) and let the cpu devices be
MI and hang off of cpubus0.
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the cvs-src
mailing list