From 218387595b44fbb6ec097eb6aad2b406e71aede5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 21 Nov 2015 13:31:32 +0100 Subject: [PATCH] acpi.4: Move hw.acpi.{install,remove}_interface to LOADER TUNABLES. Reported-by: Rimvydas Jasinskas --- share/man/man4/acpi.4 | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index f48bd2dd17..99a350b6dc 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man4/acpi.4,v 1.61.8.1 2009/04/15 03:14:26 kensmith Exp $ .\" -.Dd August 31, 2015 +.Dd November 21, 2015 .Dt ACPI 4 .Os .Sh NAME @@ -129,30 +129,6 @@ to enter when the power button is pressed. Default is .Li S5 (power-off nicely). -.It Va hw.acpi.install_interface , hw.acpi.remove_interface -Install or remove OS interface(s) to control the return value of the -.Ql _OSI -query method. -When an OS interface is specified in -.Va hw.acpi.install_interface , -the -.Li _OSI -query for the interface returns it is -.Em supported . -Conversely, when an OS interface is specified in -.Va hw.acpi.remove_interface , -the -.Li _OSI -query returns it is -.Em not supported . -Multiple interfaces can be specified in a comma-separated list and -any leading white spaces will be ignored. -For example, -.Qq Li FreeBSD, Linux -is a valid list of two interfaces -.Qq Li FreeBSD -and -.Qq Li Linux . .It Va hw.acpi.reset_video Reset the video adapter from real mode during the resume path. Some systems need this help, others have display problems if it is enabled. @@ -266,6 +242,30 @@ Try increasing this number if you get the error .Qq Li AE_NO_HARDWARE_RESPONSE . .It Va hw.acpi.host_mem_start Override the assumed memory starting address for PCI host bridges. +.It Va hw.acpi.install_interface , hw.acpi.remove_interface +Install or remove OS interface(s) to control the return value of the +.Ql _OSI +query method. +When an OS interface is specified in +.Va hw.acpi.install_interface , +the +.Li _OSI +query for the interface returns it is +.Em supported . +Conversely, when an OS interface is specified in +.Va hw.acpi.remove_interface , +the +.Li _OSI +query returns it is +.Em not supported . +Multiple interfaces can be specified in a comma-separated list and +any leading white spaces will be ignored. +For example, +.Qq Li FreeBSD, Linux +is a valid list of two interfaces +.Qq Li FreeBSD +and +.Qq Li Linux . .It Va hw.acpi.reset_video Enables calling the VESA reset BIOS vector on the resume path. This can fix some graphics cards that have problems such as LCD white-out -- 2.11.4.GIT