summaryrefslogtreecommitdiffstats
path: root/lib/libdevctl
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-03 02:02:01 +0000
committergjb <gjb@FreeBSD.org>2016-02-03 02:02:01 +0000
commit467dadb17d773765bbb00076187d99880fea1722 (patch)
tree85ff5948d73233a0bc8c10d4dd2f88832a8d06b9 /lib/libdevctl
parent6f838427cecd80211f44a72ded64da320869a22e (diff)
downloadFreeBSD-src-467dadb17d773765bbb00076187d99880fea1722.zip
FreeBSD-src-467dadb17d773765bbb00076187d99880fea1722.tar.gz
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libdevctl')
-rw-r--r--lib/libdevctl/devctl.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libdevctl/devctl.3 b/lib/libdevctl/devctl.3
index be869f9..b2734cf 100644
--- a/lib/libdevctl/devctl.3
+++ b/lib/libdevctl/devctl.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 26, 2014
+.Dd February 2, 2016
.Dt DEVCTL 3
.Os
.Sh NAME
@@ -35,6 +35,7 @@
.Nm devctl_disable ,
.Nm devctl_enable ,
.Nm devctl_resume ,
+.Nm devctl_set_driver ,
.Nm devctl_suspend
.Nd device control library
.Sh LIBRARY
@@ -52,9 +53,9 @@
.Ft int
.Fn devctl_resume "const char *device"
.Ft int
-.Fn devctl_suspend "const char *device"
-.Ft int
.Fn devctl_set_driver "const char *device" "const char *driver" "bool force"
+.Ft int
+.Fn devctl_suspend "const char *device"
.Sh DESCRIPTION
The
.Nm
@@ -287,7 +288,7 @@ The new device driver failed to attach.
The
.Nm
library first appeared in
-.Fx 11.0 .
+.Fx 10.3 .
.Sh BUGS
If a device is suspended individually via
.Fn devctl_suspend
OpenPOWER on IntegriCloud