From owner-cvs-all@FreeBSD.ORG Thu Dec 4 16:20:59 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F0416A4CF for ; Thu, 4 Dec 2003 16:20:59 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D1DC43FCB for ; Thu, 4 Dec 2003 16:20:55 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 24816 invoked by uid 1000); 5 Dec 2003 00:20:56 -0000 Date: Thu, 4 Dec 2003 16:20:56 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> Message-ID: <20031204162032.Q24814@root.org> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204213558.GB52636@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin cc: cvs-src@FreeBSD.org cc: John-Mark Gurney cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:21:00 -0000 On Thu, 4 Dec 2003, Marcel Moolenaar wrote: > On Thu, Dec 04, 2003 at 01:09:04PM -0800, John-Mark Gurney wrote: > > > > One way would be to make acpi a newbus (which is what I believe Warner > > is thinking of) attachment... Then madt would become a device off the > > acpi bus... > > I think it's time people read the ACPI specification and try to > understand how things are supposed to work, including on non-i386 > platforms. I don't think I've heard of anything more silly than > having a table (disguised as a device) attach to a bus (which is > what ACPI disguises as). Yes, acpi is already a bus. See devinfo with acpi loaded. -Nate