Module Name:    src
Committed By:   mrg
Date:           Tue Aug  6 10:45:14 UTC 2019

Modified Files:
        src/sbin/drvctl: drvctl.8

Log Message:
add an example about reattaching USB devices


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/drvctl/drvctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/drvctl/drvctl.8
diff -u src/sbin/drvctl/drvctl.8:1.18 src/sbin/drvctl/drvctl.8:1.19
--- src/sbin/drvctl/drvctl.8:1.18	Sun Sep 11 02:59:11 2016
+++ src/sbin/drvctl/drvctl.8	Tue Aug  6 10:45:14 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: drvctl.8,v 1.18 2016/09/11 02:59:11 sevan Exp $
+.\" $NetBSD: drvctl.8,v 1.19 2019/08/06 10:45:14 mrg Exp $
 .\"
 .\" Copyright (c) 2004
 .\"	Matthias Drochner.  All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 11, 2016
+.Dd August 6, 2019
 .Dt DRVCTL 8
 .Os
 .Sh NAME
@@ -157,6 +157,24 @@ attribute:
 .Bd -literal -offset indent
 # drvctl -r -a ata_hl atabus1
 .Ed
+.Pp
+To scan for devices on a USB hub
+.Pa uhub3 ,
+that have not been discovered by normal methods (or were detached
+with the
+.Fl d
+option for
+.Nm ) ,
+need to use the
+.Qq usbifif
+or
+.Qq usbdevif
+attributes, try one or both of these:
+.Bd -literal -offset indent
+# drvctl -r -a usbifif uhub3
+# drvctl -r -a usbdevif uhub3
+.Ed
+.Pp
 .Sh SEE ALSO
 .Xr proplib 3 ,
 .Xr drvctl 4 ,

Reply via email to