diff options
author | 2021-03-20 19:41:44 +0000 | |
---|---|---|
committer | 2021-03-20 19:41:44 +0000 | |
commit | 9ac777c172c107353f51a7e5585eef7d3ed6dd21 (patch) | |
tree | a15ae9fff68c950574a5bc303ebcb8ef71d94348 | |
parent | Looking at loading all expressions initially, working towards multi (diff) | |
download | wireguard-openbsd-9ac777c172c107353f51a7e5585eef7d3ed6dd21.tar.xz wireguard-openbsd-9ac777c172c107353f51a7e5585eef7d3ed6dd21.zip |
Sync with apm(4/macppc) to document which ioctls are not supported
Suspend/resume and other power events are NOT YET SUPPORTED.
-rw-r--r-- | share/man/man4/man4.arm64/apm.4 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/share/man/man4/man4.arm64/apm.4 b/share/man/man4/man4.arm64/apm.4 index 6d2a1e6b52d..4980f007ec9 100644 --- a/share/man/man4/man4.arm64/apm.4 +++ b/share/man/man4/man4.arm64/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.3 2019/01/28 14:38:33 jmc Exp $ +.\" $OpenBSD: apm.4,v 1.4 2021/03/20 19:41:44 kn Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: January 28 2019 $ +.Dd $Mdocdate: March 20 2021 $ .Dt APM 4 arm64 .Os .Sh NAME @@ -24,6 +24,9 @@ driver provides an interface which simulates the Advanced Power Management .Pq APM BIOS functions. .Pp +Suspend/resume and other power events are +.Em NOT YET SUPPORTED . +.Pp The .Nm driver implements the following @@ -35,16 +38,22 @@ They are defined in .It Dv APM_IOC_REJECT .Em Not implemented . DO NOT USE . .It Dv APM_IOC_STANDBY +.Em NOT YET SUPPORTED on arm64 . +.Pp .Pq Li "no parameters" Request .Dq standby mode. .It Dv APM_IOC_SUSPEND +.Em NOT YET SUPPORTED on arm64 . +.Pp .Pq Li "no parameters" Request .Dq suspend mode. .It Dv APM_IOC_HIBERNATE +.Em NOT YET SUPPORTED on arm64 . +.Pp .Pq Li "no parameters" Request .Dq hibernate @@ -142,6 +151,8 @@ is one of: .It Dv APM_SYS_STANDBY_RESUME .El .It Dv APM_IOC_DEV_CTL +.Em NOT YET SUPPORTED on arm64 . +.Pp .Pq Li "struct apm_ctl" Allows an application to directly set the APM operating mode. |