From owner-cvs-src@FreeBSD.ORG Tue Mar 16 12:53:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059F216A4D2 for ; Tue, 16 Mar 2004 12:53:57 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BC27943D46 for ; Tue, 16 Mar 2004 12:53:56 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 96490 invoked by uid 1000); 16 Mar 2004 20:53:57 -0000 Date: Tue, 16 Mar 2004 12:53:57 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <200403161016.54693.jhb@FreeBSD.org> Message-ID: <20040316125249.H96418@root.org> References: <200403161334.i2GDYpgq032042@repoman.freebsd.org> <200403161016.54693.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Grehan Subject: Re: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2004 20:53:57 -0000 On Tue, 16 Mar 2004, John Baldwin wrote: > 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. I don't like the cpubus approach but haven't gotten around to your email. Please bear with me for a day or two until work settles down. -Nate