From owner-cvs-src-old@FreeBSD.ORG Tue Jun 30 09:55:56 2009 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 11B481065670 for ; Tue, 30 Jun 2009 09:55:56 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0CD18FC0A for ; Tue, 30 Jun 2009 09:55:55 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5U9ttQ9086985 for ; Tue, 30 Jun 2009 09:55:55 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5U9ttm1086984 for cvs-src-old@freebsd.org; Tue, 30 Jun 2009 09:55:55 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <200906300955.n5U9ttm1086984@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Tue, 30 Jun 2009 09:51:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi_hp.4 src/sys/dev/acpi_support acpi_hp.c acpi_wmi.c acpi_wmi_if.m 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: Tue, 30 Jun 2009 09:55:56 -0000 rpaulo 2009-06-30 09:51:41 UTC FreeBSD src repository Modified files: share/man/man4 acpi_hp.4 sys/dev/acpi_support acpi_hp.c acpi_wmi.c acpi_wmi_if.m Log: SVN rev 195185 on 2009-06-30 09:51:41Z by rpaulo acpi_wmi_if: - Document different semantics for ACPI_WMI_PROVIDES_GUID_STRING_METHOD acpi_wmi.c: - Modify acpi_wmi_provides_guid_string_method to return absolut number of instances known for the given GUID. acpi_hp.c: - sysctl dev.acpi_hp.0.verbose to toggle debug output - A modification so this can deal with different array lengths when reading the CMI BIOS - now it works ok on HP Compaq nx7300 as well. - Change behaviour to query only max_instance-1 CMI BIOS instances, because all HPs seen so far are broken in that respect (or there is a fundamental misunderstanding on my side, possible as well). This way a disturbing ACPI Error Field exceeds Buffer message is avoided. - New bit to set on dev.acpi_hp.0.cmi_detail (0x8) to also query the highest guid instance of CMI bios acpi_hp.4: - Document dev.acpi_hp.0.verbose sysctl in man page - Document new bit for dev.acpi_hp.0.cmi_detail - Add a section to manpage about hardware that has been reported to work ok Submitted by: Michael Gmelin, freebsdusb at bindone.de Approved by: re (kib) MFC after: 2 weeks Revision Changes Path 1.3 +3 -0 src/share/man/man4/acpi_hp.4 1.2 +17 -4 src/sys/dev/acpi_support/acpi_hp.c 1.3 +3 -1 src/sys/dev/acpi_support/acpi_wmi.c 1.2 +1 -0 src/sys/dev/acpi_support/acpi_wmi_if.m