summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi_wmi.4
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-07-03 21:12:37 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-07-03 21:12:37 +0000
commitea30121075999891414cf35314d413324382bb62 (patch)
tree62f23bc563742799bc97f2a1eba08a8d145cdd05 /share/man/man4/acpi_wmi.4
parent49230574bc3ffa0492adf89dfd2c3acca620b5a6 (diff)
downloadFreeBSD-src-ea30121075999891414cf35314d413324382bb62.zip
FreeBSD-src-ea30121075999891414cf35314d413324382bb62.tar.gz
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/man4/acpi_wmi.4')
-rw-r--r--share/man/man4/acpi_wmi.45
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/acpi_wmi.4 b/share/man/man4/acpi_wmi.4
index 998c8ce..d9bcbd4 100644
--- a/share/man/man4/acpi_wmi.4
+++ b/share/man/man4/acpi_wmi.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 21, 2009
+.Dd June 30, 2009
.Dt ACPI_WMI 4 i386
.Os
.Sh NAME
@@ -48,7 +48,8 @@ acpi_wmi_load="YES"
The
.Nm
driver provides an interface for vendor specific WMI implementations
-(e.g. HP and Acer laptops). It creates /dev/wmistat, which can be read to get
+(e.g. HP and Acer laptops).
+It creates /dev/wmistat, which can be read to get
information about GUIDs found in the system.
.Sh FILES
.Bl -tag -width /dev/wmistat -compact
OpenPOWER on IntegriCloud