Deleted Added
sdiff udiff text old ( 199079 ) new ( 199821 )
full compact
1.\"
2.\" Copyright (c) 1998, 1999, 2000, 2002, 2005, 2006, 2007 Kenneth D. Merry.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/sbin/camcontrol/camcontrol.8 199079 2009-11-09 11:39:51Z mav $
29.\"
30.Dd November 9, 2009
31.Dt CAMCONTROL 8
32.Os
33.Sh NAME
34.Nm camcontrol
35.Nd CAM control program
36.Sh SYNOPSIS

--- 107 unchanged lines hidden (view full) ---

144.Op Fl q
145.Op Fl v
146.Nm
147.Ic negotiate
148.Op device id
149.Op generic args
150.Op Fl c
151.Op Fl D Ar enable|disable
152.Op Fl O Ar offset
153.Op Fl q
154.Op Fl R Ar syncrate
155.Op Fl T Ar enable|disable
156.Op Fl U
157.Op Fl W Ar bus_width
158.Op Fl v
159.Nm

--- 540 unchanged lines hidden (view full) ---

700.It Fl a
701Attempt to make the negotiation settings take effect immediately by sending
702a Test Unit Ready command to the device.
703.It Fl c
704Show or set current negotiation settings.
705This is the default.
706.It Fl D Ar enable|disable
707Enable or disable disconnection.
708.It Fl O Ar offset
709Set the command delay offset.
710.It Fl q
711Be quiet, do not print anything.
712This is generally useful when you want to
713set a parameter, but do not want any status information.
714.It Fl R Ar syncrate
715Change the synchronization rate for a device.

--- 302 unchanged lines hidden ---