summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.8
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-09-06 18:16:26 +0000
committermdodd <mdodd@FreeBSD.org>2002-09-06 18:16:26 +0000
commit69903403e9731bd3d06399f0c89e5bfbcf6ab3c3 (patch)
tree029773fc1e9d0d1ff069c1b881867887a3534490 /sbin/camcontrol/camcontrol.8
parentafb7f17e9677a446ee8901e93fbea079175d3106 (diff)
downloadFreeBSD-src-69903403e9731bd3d06399f0c89e5bfbcf6ab3c3.zip
FreeBSD-src-69903403e9731bd3d06399f0c89e5bfbcf6ab3c3.tar.gz
Add 'camcontrol load' as a complement to 'camcontrol eject'.
Approved by: ken MFC after: 4 weeks
Diffstat (limited to 'sbin/camcontrol/camcontrol.8')
-rw-r--r--sbin/camcontrol/camcontrol.89
1 files changed, 8 insertions, 1 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8
index 5d1c9b1..c732db5 100644
--- a/sbin/camcontrol/camcontrol.8
+++ b/sbin/camcontrol/camcontrol.8
@@ -67,6 +67,10 @@
.Op device id
.Op generic args
.Nm
+.Ic load
+.Op device id
+.Op generic args
+.Nm
.Ic eject
.Op device id
.Op generic args
@@ -252,9 +256,12 @@ start bit set.
.It Ic stop
Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
start bit cleared.
+.It Ic load
+Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
+start bit set and the load/eject bit set.
.It Ic eject
Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
-start bit cleared and the eject bit set.
+start bit cleared and the load/eject bit set.
.It Ic rescan
Tell the kernel to scan all busses in the system (with the
.Ar all
OpenPOWER on IntegriCloud