diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/intpm.4 | 6 | ||||
-rw-r--r-- | share/man/man9/taskqueue.9 | 2 |
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 |