From owner-cvs-src-old@FreeBSD.ORG Wed Dec 22 20:27:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F84106566B for ; Wed, 22 Dec 2010 20:27:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CA568FC1B for ; Wed, 22 Dec 2010 20:27:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBMKRXud076849 for ; Wed, 22 Dec 2010 20:27:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBMKRXY9076848 for cvs-src-old@freebsd.org; Wed, 22 Dec 2010 20:27:33 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201012222027.oBMKRXY9076848@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 22 Dec 2010 20:27:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c acpivar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 20:27:33 -0000 jhb 2010-12-22 20:27:20 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpivar.h Log: SVN rev 216674 on 2010-12-22 20:27:20Z by jhb Use resource_list_reserve() to reserve I/O port and memory resources for ACPI devices even if they are not allocated by a device driver since the resources are in use and should not be allocated to another device. Revision Changes Path 1.296 +195 -70 src/sys/dev/acpica/acpi.c 1.121 +1 -0 src/sys/dev/acpica/acpivar.h