From owner-cvs-all Wed Jan 8 12:44:23 2003 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 D936D37B401 for ; Wed, 8 Jan 2003 12:44:21 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0509F43ED8 for ; Wed, 8 Jan 2003 12:44:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 24337 invoked from network); 8 Jan 2003 20:44:27 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Jan 2003 20:44:27 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h08KiIUT084206; Wed, 8 Jan 2003 15:44:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20030108193632.GA710@dhcp01.pn.xcllnt.net> Date: Wed, 08 Jan 2003 15:44:27 -0500 (EST) From: John Baldwin To: Marcel Moolenaar Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 08-Jan-2003 Marcel Moolenaar wrote: > On Wed, Jan 08, 2003 at 02:17:43PM -0500, John Baldwin wrote: >> >> I have code to roughly parse the contents of that table and spit it >> out in a rather verbose fashion. I suppose I should commit it. > > I've been thinking about that as well. On the ia64 branch is also > some stuff I intend to cleanup and commit. The thing that bugs me > is that we seem to create a lot of duplication by adding all the > struct definitions we also use in the kernel. Does it help to have > a or something so that we populate with the bits we > share? Well, part of the bits that the kernel uses comes from the headers in sys/contrib/dev/acpica, and AFAIK we don't install any of those into /usr/include at the moment. At some point we might consider doing so and then it might make sense to provide the additional structure definitions in our own header and use that in acpidump instead of duplicating them. > Other than that: please commit :-) Ok. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message