summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-06-30 09:51:41 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-06-30 09:51:41 +0000
commit905d9397a05effde536c6c52c272bcd0bd3ccfd5 (patch)
tree9ffdc3902a8467c3c7ffa06372a7fba985c373d9 /share/man
parentf236086095393d6969306feea41e45333268596b (diff)
downloadFreeBSD-src-905d9397a05effde536c6c52c272bcd0bd3ccfd5.zip
FreeBSD-src-905d9397a05effde536c6c52c272bcd0bd3ccfd5.tar.gz
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
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/acpi_hp.43
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/acpi_hp.4 b/share/man/man4/acpi_hp.4
index b8cb008..612b30c 100644
--- a/share/man/man4/acpi_hp.4
+++ b/share/man/man4/acpi_hp.4
@@ -165,6 +165,9 @@ Show path component of BIOS setting
Show a list of valid options for the BIOS setting
.It Li 0x04
Show additional flags of BIOS setting (ReadOnly etc.)
+.It Li 0x08
+Query highest BIOS entry instance. This is broken on many HP models and
+therefore disabled by default.
.El
.El
.Pp
OpenPOWER on IntegriCloud