summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-10-12 11:42:00 -0300
committerRenato Botelho <renato@netgate.com>2016-10-12 11:42:00 -0300
commit7341f15f7754dbf4f2ae475a18fb5c7157f402b2 (patch)
tree44dcf75c5417b7b248152b07452e6af64fa28931 /share/man
parentfa098ef31c4cf4ddab63aced6553fef24c185eea (diff)
parente1f3bcd2fa2b9b7fbcd4aa505a65089f15e05577 (diff)
downloadFreeBSD-src-7341f15f7754dbf4f2ae475a18fb5c7157f402b2.zip
FreeBSD-src-7341f15f7754dbf4f2ae475a18fb5c7157f402b2.tar.gz
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/intpm.46
-rw-r--r--share/man/man9/taskqueue.92
2 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/intpm.4 b/share/man/man4/intpm.4
index 10279ce..761b05d 100644
--- a/share/man/man4/intpm.4
+++ b/share/man/man4/intpm.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 20, 2016
+.Dd September 22, 2016
.Dt INTPM 4
.Os
.Sh NAME
@@ -59,7 +59,9 @@ AMD SB600/7x0/8x0/9x0 southbridges
.It
AMD Axx/Hudson/Bolton FCHs
.It
-AMD FCH integrated into Family 16h Models 00h-0Fh Processors
+AMD FCH integrated into Family 15h Models 60h-6Fh, 70h-7Fh Processors
+.It
+AMD FCH integrated into Family 16h Models 00h-0Fh, 30h-3Fh Processors
.El
.Sh SEE ALSO
.Xr amdpm 4 ,
diff --git a/share/man/man9/taskqueue.9 b/share/man/man9/taskqueue.9
index 910b33e..4391a18 100644
--- a/share/man/man9/taskqueue.9
+++ b/share/man/man9/taskqueue.9
@@ -221,6 +221,8 @@ Otherwise, the task is scheduled for enqueueing in the future,
after the absolute value of
.Va ticks
is passed.
+This function returns -1 if the task is being drained.
+Otherwise, the number of pending calls is returned.
.Pp
The
.Fn taskqueue_cancel
OpenPOWER on IntegriCloud