diff options
author | 2017-07-10 16:31:29 +0000 | |
---|---|---|
committer | 2017-07-10 16:31:29 +0000 | |
commit | d729d5a3b18abcae2abf8c55c440b1af62bf035a (patch) | |
tree | d3ccc2ab1434c2176703d91bbb044dc23e8ab807 | |
parent | Keep refusing SDIO initialization. The driver cannot work properly (diff) | |
download | wireguard-openbsd-d729d5a3b18abcae2abf8c55c440b1af62bf035a.tar.xz wireguard-openbsd-d729d5a3b18abcae2abf8c55c440b1af62bf035a.zip |
Update BUGS.
-rw-r--r-- | share/man/man4/man4.octeon/octmmc.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.octeon/octmmc.4 b/share/man/man4/man4.octeon/octmmc.4 index 115a4d43c0a..2d2cb317749 100644 --- a/share/man/man4/man4.octeon/octmmc.4 +++ b/share/man/man4/man4.octeon/octmmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: octmmc.4,v 1.2 2016/12/21 15:50:58 jmc Exp $ +.\" $OpenBSD: octmmc.4,v 1.3 2017/07/10 16:31:29 visa Exp $ .\" .\" Copyright (c) 2016 Visa Hankala .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 21 2016 $ +.Dd $Mdocdate: July 10 2017 $ .Dt OCTMMC 4 octeon .Os .Sh NAME @@ -38,4 +38,4 @@ The driver first appeared in .Ox 6.1 . .Sh BUGS -The driver supports only on-board MMC devices. +SDIO interrupts are not supported. |