From owner-svn-src-all@FreeBSD.ORG Wed May 8 16:26:41 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E3E6AB7; Wed, 8 May 2013 16:26:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id F0CF2D98; Wed, 8 May 2013 16:26:40 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 4DF02B917; Wed, 8 May 2013 12:26:40 -0400 (EDT) From: John Baldwin To: Attilio Rao Subject: Re: svn commit: r250339 - head/sys/x86/acpica Date: Wed, 8 May 2013 12:01:16 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201305072249.r47MnvrO009846@svn.freebsd.org> In-Reply-To: <201305072249.r47MnvrO009846@svn.freebsd.org> MIME-Version: 1.0 Message-Id: <201305081201.16405.jhb@freebsd.org> Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 08 May 2013 12:26:40 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 16:26:41 -0000 On Tuesday, May 07, 2013 6:49:57 pm Attilio Rao wrote: > Author: attilio > Date: Tue May 7 22:49:56 2013 > New Revision: 250339 > URL: http://svnweb.freebsd.org/changeset/base/250339 > > Log: > Add functions to do ACPI System Locality Information Table parsing > and printing at boot. > For reference on table informations and purposes please review ACPI specs. > > Sponsored by: EMC / Isilon storage division > Obtained from: jeff > Reviewed by: jhb (earlier version) Eh, I don't recall reviewing this. However, acpidump already dumps this table, and we should dump tables via acpidump, not in dmesg. -- John Baldwin