From owner-svn-src-all@FreeBSD.ORG Wed Dec 8 01:24:28 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C174E1065672; Wed, 8 Dec 2010 01:24:28 +0000 (UTC) Date: Wed, 8 Dec 2010 01:24:28 +0000 From: Alexey Dokuchaev To: John Baldwin Message-ID: <20101208012428.GA33197@FreeBSD.org> References: <201012071849.oB7InB4J076962@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201012071849.oB7InB4J076962@svn.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r216263 - head/sys/dev/acpica X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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 Dec 2010 01:24:28 -0000 On Tue, Dec 07, 2010 at 06:49:11PM +0000, John Baldwin wrote: > Author: jhb > Date: Tue Dec 7 18:49:11 2010 > New Revision: 216263 > URL: http://svn.freebsd.org/changeset/base/216263 > > Log: > Use proper resource ID's for HPET IRQ resources. This mostly consists of > looking to see if there is an existing IRQ resource for a given IRQ > provided by the BIOS and using that RID if so. Otherwise, allocate a new > RID for the new IRQ. Could it be related to "device_attach: acpi_hpet0 attach returned 12" messages quite a few of us are seeing by chance? If yes, will it be MFCed to 7/8? ./danfe