- Note that devctl(8) will appear in 10.3 first.

- Add missing devctl_set_driver entry to namelist in devlist(3).
- Fix sorting of function prototypes in devlist(3).

MFC after:	3 days
This commit is contained in:
John Baldwin 2016-02-02 22:55:03 +00:00
parent 0bcc841c3c
commit 0fd00e0caa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295174
2 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 26, 2014 .Dd February 2, 2016
.Dt DEVCTL 3 .Dt DEVCTL 3
.Os .Os
.Sh NAME .Sh NAME
@ -35,6 +35,7 @@
.Nm devctl_disable , .Nm devctl_disable ,
.Nm devctl_enable , .Nm devctl_enable ,
.Nm devctl_resume , .Nm devctl_resume ,
.Nm devctl_set_driver ,
.Nm devctl_suspend .Nm devctl_suspend
.Nd device control library .Nd device control library
.Sh LIBRARY .Sh LIBRARY
@ -52,9 +53,9 @@
.Ft int .Ft int
.Fn devctl_resume "const char *device" .Fn devctl_resume "const char *device"
.Ft int .Ft int
.Fn devctl_suspend "const char *device"
.Ft int
.Fn devctl_set_driver "const char *device" "const char *driver" "bool force" .Fn devctl_set_driver "const char *device" "const char *driver" "bool force"
.Ft int
.Fn devctl_suspend "const char *device"
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm
@ -287,7 +288,7 @@ The new device driver failed to attach.
The The
.Nm .Nm
library first appeared in library first appeared in
.Fx 11.0 . .Fx 10.3 .
.Sh BUGS .Sh BUGS
If a device is suspended individually via If a device is suspended individually via
.Fn devctl_suspend .Fn devctl_suspend

View File

@ -25,7 +25,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 5, 2015 .Dd February 2, 2016
.Dt DEVCTL 8 .Dt DEVCTL 8
.Os .Os
.Sh NAME .Sh NAME
@ -134,4 +134,4 @@ the device will not be changed.
The The
.Nm .Nm
utility first appeared in utility first appeared in
.Fx 11.0 . .Fx 10.3 .