diff options
author | 2016-11-20 06:25:21 +0000 | |
---|---|---|
committer | 2016-11-20 06:25:21 +0000 | |
commit | 9a6d861a273ccf05a641b017430edc2097a8d57d (patch) | |
tree | 0750ea35a8e1e0001be5982155213506a16edb7d | |
parent | Add Copyright and license. (diff) | |
download | wireguard-openbsd-9a6d861a273ccf05a641b017430edc2097a8d57d.tar.xz wireguard-openbsd-9a6d861a273ccf05a641b017430edc2097a8d57d.zip |
Document a limitation on interrupt routing.
-rw-r--r-- | share/man/man4/man4.loongson/htb.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/man4.loongson/htb.4 b/share/man/man4/man4.loongson/htb.4 index b9d0874b6f6..79791b75eaf 100644 --- a/share/man/man4/man4.loongson/htb.4 +++ b/share/man/man4/man4.loongson/htb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htb.4,v 1.1 2016/11/17 15:06:16 visa Exp $ +.\" $OpenBSD: htb.4,v 1.2 2016/11/20 06:25:21 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: November 17 2016 $ +.Dd $Mdocdate: November 20 2016 $ .Dt HTB 4 loongson .Os .Sh NAME @@ -37,3 +37,6 @@ The .Nm driver first appeared in .Ox 6.1 . +.Sh BUGS +Add-on cards with a PCI bridge might not be fully functional because +the system firmware does not provide complete interrupt routing information. |