From owner-cvs-all@FreeBSD.ORG Sat Dec 27 19:11:11 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 2431116A4CE for ; Sat, 27 Dec 2003 19:11:11 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 9660443D48 for ; Sat, 27 Dec 2003 19:11:08 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 7620 invoked by uid 1000); 28 Dec 2003 03:11:10 -0000 Date: Sat, 27 Dec 2003 19:11:10 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <20031226154227.C9ABB16A557@hub.freebsd.org> Message-ID: <20031227191017.Y7618@root.org> References: <20031226154227.C9ABB16A557@hub.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 Subject: Re: cvs commit: src/sys/dev/acpica acpi.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: Sun, 28 Dec 2003 03:11:11 -0000 On Fri, 26 Dec 2003, John Baldwin wrote: > Modified files: > sys/dev/acpica acpi.c > Log: > Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID > doesn't match. > > Submitted by: marcel > > Revision Changes Path > 1.112 +3 -3 src/sys/dev/acpica/acpi.c Thanks for finding this, guys! MFC? I'm quite happy with my pointy hat Christmas gift. :) -Nate