Document APM_ALLOW_BOGUS_SEGMENTS. Update description for APM_POWER_CHANGE,
addresses PR10066 from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
This commit is contained in:
parent
11382b8021
commit
efa5140d27
@ -24,7 +24,7 @@
|
||||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $NetBSD: apm.4,v 1.8 1999/12/21 11:27:55 drochner Exp $
|
||||
.\" $NetBSD: apm.4,v 1.9 2000/06/04 22:38:58 gmcgarry Exp $
|
||||
.\"
|
||||
.Dd May 18, 1996
|
||||
.Dt APM 4 i386
|
||||
@ -63,16 +63,19 @@ Don't attach to the BIOS as APM v1.2 compliant device.
|
||||
Do not attempt to put the system into standby mode.
|
||||
.It Dv APM_NO_POWEROFF
|
||||
Do not attempt to turn off power when halting the system.
|
||||
.It Dv APM_FORCE_64KSEG
|
||||
.It Dv APM_FORCE_64K_SEGMENTS
|
||||
Force the length of the APM BIOS code and data segments to 64KB.
|
||||
.It Dv APM_ALLOW_BOGUS_SEGMENTS
|
||||
Allow the use of data segments which are in unexpected locations.
|
||||
.It Dv APMDEBUG
|
||||
Enable kernel printout of events received from the APM BIOS.
|
||||
.It Dv APMCALLDEBUG
|
||||
Enable kernel printout of every call to the APM BIOS (this is very noisy).
|
||||
.It Dv APM_NO_POWER_PRINT
|
||||
Do not print power state on console at
|
||||
.It Dv APM_POWER_PRINT
|
||||
Print power state on console at
|
||||
.Dv APM_POWER_CHANGE
|
||||
events. (Some systems generate the events too frequently,
|
||||
events. (Since it increases syslogd(8)'s activity, it may consume increased
|
||||
battery power. Some systems generate the events too frequently,
|
||||
and printing the status may disturb single-user operations.)
|
||||
.It Dv APM_DISABLE_INTERRUPTS
|
||||
Set this to zero if you don't want the kernel to disable interrupts
|
||||
|
Loading…
Reference in New Issue
Block a user