Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/drvctl add an example for rescanning ATA busses.



details:   https://anonhg.NetBSD.org/src/rev/7d0c75db9dc6
branches:  trunk
changeset: 339745:7d0c75db9dc6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 08 07:52:52 2015 +0000

description:
add an example for rescanning ATA busses.

diffstat:

 sbin/drvctl/drvctl.8 |  13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 193cd4a14fa5 -r 7d0c75db9dc6 sbin/drvctl/drvctl.8
--- a/sbin/drvctl/drvctl.8      Sat Aug 08 06:36:24 2015 +0000
+++ b/sbin/drvctl/drvctl.8      Sat Aug 08 07:52:52 2015 +0000
@@ -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 @@
 .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 ,



Home | Main Index | Thread Index | Old Index