Module Name: src
Committed By: mrg
Date: Sat Aug 8 07:52:52 UTC 2015
Modified Files:
src/sbin/drvctl: drvctl.8
Log Message:
add an example for rescanning ATA busses.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/sbin/drvctl/drvctl.8:1.17
--- src/sbin/drvctl/drvctl.8:1.16 Wed May 13 07:28:49 2015
+++ src/sbin/drvctl/drvctl.8 Sat Aug 8 07:52:52 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: drvctl.8,v 1.16 2015/05/13 07:28:49 mlelstv Exp $
+.\" $NetBSD: drvctl.8,v 1.17 2015/08/08 07:52:52 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 February 25, 2015
+.Dd August 8, 2015
.Dt DRVCTL 8
.Os
.Sh NAME
@@ -148,6 +148,15 @@ output.
.El
.Sh FILES
.Pa /dev/drvctl
+.Sh EXAMPLES
+To scan for IDE/SATA/eSATA disks on
+.Pa atabus1 ,
+which need to use the
+.Qq ata_hl
+attribute:
+.Bd -literal -offset indent
+# drvctl -r -a ata_hl atabus1
+.Ed
.Sh SEE ALSO
.Xr proplib 3 ,
.Xr drvctl 4 ,