Merge from vendor branch OPENSSL:
[dragonfly.git] / sbin / camcontrol / camcontrol.8
1 .\"
2 .\" Copyright (c) 1998, 1999, 2000, 2002 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
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. The name of the author may not be used to endorse or promote products
14 .\"    derived from this software without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
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: src/sbin/camcontrol/camcontrol.8,v 1.19.2.12 2003/01/08 17:55:02 njl Exp $
29 .\" $DragonFly: src/sbin/camcontrol/camcontrol.8,v 1.5 2007/05/13 22:25:41 swildner Exp $
30 .\"
31 .Dd September 14, 1998
32 .Dt CAMCONTROL 8
33 .Os
34 .Sh NAME
35 .Nm camcontrol
36 .Nd CAM control program
37 .Sh SYNOPSIS
38 .Nm
39 .Aq Ar command
40 .Op device id
41 .Op generic args
42 .Op command args
43 .Nm
44 .Ic devlist
45 .Op Fl v
46 .Nm
47 .Ic periphlist
48 .Op device id
49 .Op Fl n Ar dev_name
50 .Op Fl u Ar unit_number
51 .Nm
52 .Ic tur
53 .Op device id
54 .Op generic args
55 .Nm
56 .Ic inquiry
57 .Op device id
58 .Op generic args
59 .Op Fl D
60 .Op Fl S
61 .Op Fl R
62 .Nm
63 .Ic start
64 .Op device id
65 .Op generic args
66 .Nm
67 .Ic stop
68 .Op device id
69 .Op generic args
70 .Nm
71 .Ic eject
72 .Op device id
73 .Op generic args
74 .Nm
75 .Ic rescan
76 .Aq all | bus Ns Op :target:lun
77 .Nm
78 .Ic reset
79 .Aq all | bus Ns Op :target:lun
80 .Nm
81 .Ic defects
82 .Op device id
83 .Op generic args
84 .Aq Fl f Ar format
85 .Op Fl P
86 .Op Fl G
87 .Nm
88 .Ic modepage
89 .Op device id
90 .Op generic args
91 .Aq Fl m Ar page
92 .Op Fl P Ar pgctl
93 .Op Fl e
94 .Op Fl d
95 .Nm
96 .Ic cmd
97 .Op device id
98 .Op generic args
99 .Aq Fl c Ar cmd Op args
100 .Op Fl i Ar len Ar fmt
101 .Bk -words
102 .Op Fl o Ar len Ar fmt Op args
103 .Ek
104 .Nm
105 .Ic debug
106 .Op Fl I
107 .Op Fl P
108 .Op Fl T
109 .Op Fl S
110 .Op Fl X
111 .Op Fl c
112 .Aq all|off|bus Ns Op :target Ns Op :lun
113 .Nm
114 .Ic tags
115 .Op device id
116 .Op generic args
117 .Op Fl N Ar tags
118 .Op Fl q
119 .Op Fl v
120 .Nm
121 .Ic negotiate
122 .Op device id
123 .Op generic args
124 .Op Fl c
125 .Op Fl D Ar enable|disable
126 .Op Fl O Ar offset
127 .Op Fl q
128 .Op Fl R Ar syncrate
129 .Op Fl T Ar enable|disable
130 .Op Fl U
131 .Op Fl W Ar bus_width
132 .Op Fl v
133 .Nm
134 .Ic format
135 .Op device id
136 .Op generic args
137 .Op Fl q
138 .Op Fl w
139 .Op Fl y
140 .Nm
141 .Ic help
142 .Sh DESCRIPTION
143 The
144 .Nm
145 utility is designed to provide a way for users to access and control the
146 .Dx
147 CAM subsystem.
148 .Pp
149 The
150 .Nm
151 utility
152 can cause a loss of data and/or system crashes if used improperly.  Even
153 expert users are encouraged to exercise caution when using this command.
154 Novice users should stay away from this utility.
155 .Pp
156 The
157 .Nm
158 utility has a number of primary functions, many of which support an optional
159 device identifier.  A device identifier can take one of three forms:
160 .Bl -tag -width 14n
161 .It deviceUNIT
162 Specify a device name and unit number combination, like "da5" or "cd3".
163 Note that character device node names (e.g. /dev/da0) are
164 .Em not
165 allowed here.
166 .It bus:target
167 Specify a bus number and target id.  The bus number can be determined from
168 the output of
169 .Dq camcontrol devlist .
170 The lun defaults to 0.
171 .It bus:target:lun
172 Specify the bus, target and lun for a device.  (e.g. 1:2:0)
173 .El
174 .Pp
175 The device identifier, if it is specified,
176 .Em must
177 come immediately after the function name, and before any generic or
178 function-specific arguments.  Note that the
179 .Fl n
180 and
181 .Fl u
182 arguments described below will override any device name or unit number
183 specified beforehand.  The
184 .Fl n
185 and
186 .Fl u
187 arguments will
188 .Em not
189 override a specified bus:target or bus:target:lun, however.
190 .Pp
191 Most of the
192 .Nm
193 primary functions support these generic arguments:
194 .Bl -tag -width 14n
195 .It Fl C Ar count
196 SCSI command retry count.  In order for this to work, error recovery
197 .Pq Fl E
198 must be turned on.
199 .It Fl E
200 Instruct the kernel to perform generic SCSI error recovery for the given
201 command.  This is needed in order for the retry count
202 .Pq Fl C
203 to be honored.  Other than retrying commands, the generic error recovery in
204 the code will generally attempt to spin up drives that are not spinning.
205 It may take some other actions, depending upon the sense code returned from
206 the command.
207 .It Fl n Ar dev_name
208 Specify the device type to operate on, e.g. "da", "cd".
209 .It Fl t Ar timeout
210 SCSI command timeout in seconds.  This overrides the default timeout for
211 any given command.
212 .It Fl u Ar unit_number
213 Specify the device unit number, e.g. "1", "5".
214 .It Fl v
215 Be verbose, print out sense information for failed SCSI commands.
216 .El
217 .Pp
218 Primary command functions:
219 .Bl -tag -width periphlist
220 .It Ic devlist
221 List all physical devices (logical units) attached to the CAM subsystem.
222 This also includes a list of peripheral drivers attached to each device.
223 With the
224 .Fl v
225 argument, SCSI bus number, adapter name and unit numbers are printed as
226 well.
227 .It Ic periphlist
228 List all peripheral drivers attached to a given physical device (logical
229 unit).
230 .It Ic tur
231 Send the SCSI test unit ready (0x00) command to the given device.
232 The
233 .Nm
234 utility will report whether the device is ready or not.
235 .It Ic inquiry
236 Send a SCSI inquiry command (0x12) to a device.  By default,
237 .Nm
238 will print out the standard inquiry data, device serial number, and
239 transfer rate information.  The user can specify that only certain types of
240 inquiry data be printed:
241 .Bl -tag -width 4n
242 .It Fl D
243 Get the standard inquiry data.
244 .It Fl S
245 Print out the serial number.  If this flag is the only one specified,
246 .Nm
247 will not print out "Serial Number" before the value returned by the drive.
248 This is to aid in script writing.
249 .It Fl R
250 Print out transfer rate information.
251 .El
252 .It Ic start
253 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
254 start bit set.
255 .It Ic stop
256 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
257 start bit cleared.
258 .It Ic eject
259 Send the SCSI Start/Stop Unit (0x1B) command to the given device with the
260 start bit cleared and the eject bit set.
261 .It Ic rescan
262 Tell the kernel to scan all busses in the system (with the
263 .Ar all
264 argument), the given bus (XPT_SCAN_BUS), or bus:target:lun
265 (XPT_SCAN_LUN) for new devices or devices that have gone away.  The user
266 may specify a scan of all busses, a single bus, or a lun.  Scanning all luns
267 on a target isn't supported.
268 .It Ic reset
269 Tell the kernel to reset all busses in the system (with the
270 .Ar all
271 argument) or the given bus (XPT_RESET_BUS) by issuing a SCSI bus
272 reset for that bus, or to reset the given bus:target:lun
273 (XPT_RESET_DEV), typically by issuing a BUS DEVICE RESET message after
274 connecting to that device.
275 Note that this can have a destructive impact
276 on the system.
277 .It Ic defects
278 Send the SCSI READ DEFECT DATA (10) command (0x37) to the given device, and
279 print out any combination of: the total number of defects, the primary
280 defect list (PLIST), and the grown defect list (GLIST).
281 .Bl -tag -width 11n
282 .It Fl f Ar format
283 The three format options are:
284 .Em block ,
285 to print out the list as logical blocks,
286 .Em bfi ,
287 to print out the list in bytes from index format, and
288 .Em phys ,
289 to print out the list in physical sector format.  The format argument is
290 required.  Most drives support the physical sector format.  Some drives
291 support the logical block format.  Many drives, if they don't support the
292 requested format, return the data in an alternate format, along with sense
293 information indicating that the requested data format isn't supported.
294 The
295 .Nm
296 utility
297 attempts to detect this, and print out whatever format the drive returns.
298 If the drive uses a non-standard sense code to report that it doesn't
299 support the requested format,
300 .Nm
301 will probably see the error as a failure to complete the request.
302 .It Fl G
303 Print out the grown defect list.  This is a list of bad blocks that have
304 been remapped since the disk left the factory.
305 .It Fl P
306 Print out the primary defect list.
307 .El
308 .Pp
309 If neither
310 .Fl P
311 nor
312 .Fl G
313 is specified,
314 .Nm
315 will print out the number of defects given in the READ DEFECT DATA header
316 returned from the drive.
317 .It Ic modepage
318 Allows the user to display and optionally edit a SCSI mode page.  The mode
319 page formats are located in
320 .Pa /usr/share/misc/scsi_modes .
321 This can be overridden by specifying a different file in the
322 .Ev SCSI_MODES
323 environment variable.
324 The
325 .Ic modepage
326 command takes several arguments:
327 .Bl -tag -width 12n
328 .It Fl d
329 Disable block descriptors for mode sense.
330 .It Fl e
331 This flag allows the user to edit values in the mode page.
332 .It Fl m Ar mode_page
333 This specifies the number of the mode page the user would like to view
334 and/or edit.  This argument is mandatory.
335 .It Fl P Ar pgctl
336 This allows the user to specify the page control field.  Possible values are:
337 .Bl -tag -width xxx -compact
338 .It 0
339 Current values
340 .It 1
341 Changeable values
342 .It 2
343 Default values
344 .It 3
345 Saved values
346 .El
347 .El
348 .It Ic cmd
349 Allows the user to send an arbitrary SCSI CDB to any device.
350 The
351 .Ic cmd
352 function requires the
353 .Fl c
354 argument to specify the CDB.  Other arguments are optional, depending on
355 the command type.  The command and data specification syntax is documented
356 in
357 .Xr cam_cdbparse 3 .
358 NOTE:  If the CDB specified causes data to be transferred to or from the
359 SCSI device in question, you MUST specify either
360 .Fl i
361 or
362 .Fl o .
363 .Bl -tag -width 17n
364 .It Fl c Ar cmd Op args
365 This specifies the SCSI CDB.  CDBs may be 6, 10, 12 or 16 bytes.
366 .It Fl i Ar len Ar fmt
367 This specifies the amount of data to read, and how it should be displayed.
368 If the format is
369 .Sq - ,
370 .Ar len
371 bytes of data will be read from the device and written to standard output.
372 .It Fl o Ar len Ar fmt Op args
373 This specifies the amount of data to be written to a device, and the data
374 that is to be written.  If the format is
375 .Sq - ,
376 .Ar len
377 bytes of data will be read from standard input and written to the device.
378 .El
379 .It Ic debug
380 Turn on CAM debugging printfs in the kernel.  This requires
381 .Cd options CAMDEBUG
382 in your kernel config file.  WARNING:  enabling debugging printfs currently
383 causes an EXTREME number of kernel printfs.  You may have difficulty
384 turning off the debugging printfs once they start, since the kernel will be
385 busy printing messages and unable to service other requests quickly.
386 The
387 .Ic debug
388 function takes a number of arguments:
389 .Bl -tag -width 18n
390 .It Fl I
391 Enable CAM_DEBUG_INFO printfs.
392 .It Fl P
393 Enable CAM_DEBUG_PERIPH printfs.
394 .It Fl T
395 Enable CAM_DEBUG_TRACE printfs.
396 .It Fl S
397 Enable CAM_DEBUG_SUBTRACE printfs.
398 .It Fl X
399 Enable CAM_DEBUG_XPT printfs.
400 .It Fl c
401 Enable CAM_DEBUG_CDB printfs.  This will cause the kernel to print out the
402 SCSI CDBs sent to the specified device(s).
403 .It all
404 Enable debugging for all devices.
405 .It off
406 Turn off debugging for all devices
407 .It bus Ns Op :target Ns Op :lun
408 Turn on debugging for the given bus, target or lun.  If the lun or target
409 and lun are not specified, they are wildcarded.  (i.e., just specifying a
410 bus turns on debugging printfs for all devices on that bus.)
411 .El
412 .It Ic tags
413 Show or set the number of "tagged openings" or simultaneous transactions
414 we attempt to queue to a particular device.  By default, the
415 .Ic tags
416 command, with no command-specific arguments (i.e. only generic arguments)
417 prints out the "soft" maximum number of transactions that can be queued to
418 the device in question.  For more detailed information, use the
419 .Fl v
420 argument described below.
421 .Bl -tag -width 7n
422 .It Fl N Ar tags
423 Set the number of tags for the given device.  This must be between the
424 minimum and maximum number set in the kernel quirk table.  The default for
425 most devices that support tagged queueing is a minimum of 2 and a maximum
426 of 255.  The minimum and maximum values for a given device may be
427 determined by using the
428 .Fl v
429 switch.  The meaning of the
430 .Fl v
431 switch for this
432 .Nm
433 subcommand is described below.
434 .It Fl q
435 Be quiet, and don't report the number of tags.  This is generally used when
436 setting the number of tags.
437 .It Fl v
438 The verbose flag has special functionality for the
439 .Em tags
440 argument.  It causes
441 .Nm
442 to print out the tagged queueing related fields of the XPT_GDEV_TYPE CCB:
443 .Bl -tag -width 13n
444 .It dev_openings
445 This is the amount of capacity for transactions queued to a given device.
446 .It dev_active
447 This is the number of transactions currently queued to a device.
448 .It devq_openings
449 This is the kernel queue space for transactions.  This count usually mirrors
450 dev_openings except during error recovery operations when
451 the device queue is frozen (device is not allowed to receive
452 commands), the number of dev_openings is reduced, or transaction
453 replay is occurring.
454 .It devq_queued
455 This is the number of transactions waiting in the kernel queue for capacity
456 on the device.  This number is usually zero unless error recovery is in
457 progress.
458 .It held
459 The held count is the number of CCBs held by peripheral drivers that have
460 either just been completed or are about to be released to the transport
461 layer for service by a device.  Held CCBs reserve capacity on a given
462 device.
463 .It mintags
464 This is the current "hard" minimum number of transactions that can be
465 queued to a device at once.  The
466 .Ar dev_openings
467 value above cannot go below this number.  The default value for
468 .Ar mintags
469 is 2, although it may be set higher or lower for various devices.
470 .It maxtags
471 This is the "hard" maximum number of transactions that can be queued to a
472 device at one time.  The
473 .Ar dev_openings
474 value cannot go above this number.  The default value for
475 .Ar maxtags
476 is 255, although it may be set higher or lower for various devices.
477 .El
478 .El
479 .It Ic negotiate
480 Show or negotiate various communication parameters.  Some controllers may
481 not support setting or changing some of these values.  For instance, the
482 Adaptec 174x controllers do not support changing a device's sync rate or
483 offset.
484 The
485 .Nm
486 utility
487 will not attempt to set the parameter if the controller indicates that it
488 does not support setting the parameter.  To find out what the controller
489 supports, use the
490 .Fl v
491 flag.  The meaning of the
492 .Fl v
493 flag for the
494 .Ic negotiate
495 command is described below.  Also, some controller drivers don't support
496 setting negotiation parameters, even if the underlying controller supports
497 negotiation changes.  Some controllers, such as the Advansys wide
498 controllers, support enabling and disabling synchronous negotiation for
499 a device, but do not support setting the synchronous negotiation rate.
500 .Bl -tag -width 17n
501 .It Fl a
502 Attempt to make the negotiation settings take effect immediately by sending
503 a Test Unit Ready command to the device.
504 .It Fl c
505 Show or set current negotiation settings.  This is the default.
506 .It Fl D Ar enable|disable
507 Enable or disable disconnection.
508 .It Fl O Ar offset
509 Set the command delay offset.
510 .It Fl q
511 Be quiet, don't print anything.  This is generally useful when you want to
512 set a parameter, but don't want any status information.
513 .It Fl R Ar syncrate
514 Change the synchronization rate for a device.  The sync rate is a floating
515 point value specified in MHz.  So, for instance,
516 .Sq 20.000
517 is a legal value, as is
518 .Sq 20 .
519 .It Fl T Ar enable|disable
520 Enable or disable tagged queueing for a device.
521 .It Fl U
522 Show or set user negotiation settings.  The default is to show or set
523 current negotiation settings.
524 .It Fl v
525 The verbose switch has special meaning for the
526 .Ic negotiate
527 subcommand.  It causes
528 .Nm
529 to print out the contents of a Path Inquiry (XPT_PATH_INQ) CCB sent to the
530 controller driver.
531 .It Fl W Ar bus_width
532 Specify the bus width to negotiate with a device.  The bus width is
533 specified in bits.  The only useful values to specify are 8, 16, and 32
534 bits.  The controller must support the bus width in question in order for
535 the setting to take effect.
536 .El
537 .Pp
538 In general, sync rate and offset settings will not take effect for a
539 device until a command has been sent to the device.  The
540 .Fl a
541 switch above will automatically send a Test Unit Ready to the device so
542 negotiation parameters will take effect.
543 .It Ic format
544 Issue the
545 .Tn SCSI
546 FORMAT UNIT command to the named device.
547 .Pp
548 .Em WARNING! WARNING! WARNING!
549 .Pp
550 Low level formatting a disk will destroy ALL data on the disk.  Use
551 extreme caution when issuing this command.  Many users low-level format
552 disks that do not really need to be low-level formatted.  There are
553 relatively few scenarios that call for low-level formatting a disk.
554 One reason for
555 low-level formatting a disk is to initialize the disk after changing
556 its physical sector size.  Another reason for low-level formatting a disk
557 is to revive the disk if you are getting "medium format corrupted" errors
558 from the disk in response to read and write requests.
559 .Pp
560 Some disks take longer than others to format.  Users should specify a
561 timeout long enough to allow the format to complete.  The default format
562 timeout is 3 hours, which should be long enough for most disks.  Some hard
563 disks will complete a format operation in a very short period of time
564 (on the order of 5 minutes or less).  This is often because the drive
565 doesn't really support the FORMAT UNIT command -- it just accepts the
566 command, waits a few minutes and then returns it.
567 .Pp
568 The
569 .Sq format
570 subcommand takes several arguments that modify its default behavior.  The
571 .Fl q
572 and
573 .Fl y
574 arguments can be useful for scripts.
575 .Pp
576 .Bl -tag -width 6n
577 .It Fl q
578 Be quiet, don't print any status messages.  This option will not disable
579 the questions, however.  To disable questions, use the
580 .Fl y
581 argument, below.
582 .It Fl w
583 Issue a non-immediate format command.  By default,
584 .Nm
585 issues the FORMAT UNIT command with the immediate bit set.  This tells the
586 device to immediately return the format command, before the format has
587 actually completed.  Then,
588 .Nm
589 gathers
590 .Tn SCSI
591 sense information from the device every second to determine how far along
592 in the format process it is.  If the
593 .Fl w
594 argument is specified,
595 .Nm
596 will issue a non-immediate format command, and will be unable to print any
597 information to let the user know what percentage of the disk has been
598 formatted.
599 .It Fl y
600 Don't ask any questions.  By default,
601 .Nm
602 will ask the user if he/she really wants to format the disk in question,
603 and also if the default format command timeout is acceptable.  The user
604 will not be asked about the timeout if a timeout is specified on the
605 command line.
606 .El
607 .It Ic help
608 Print out verbose usage information.
609 .El
610 .Sh ENVIRONMENT
611 The
612 .Ev SCSI_MODES
613 variable allows the user to specify an alternate mode page format file.
614 .Pp
615 The
616 .Ev EDITOR
617 variable determines which text editor
618 .Nm
619 starts when editing mode pages.
620 .Sh FILES
621 .Bl -tag -width /usr/share/misc/scsi_modes -compact
622 .It Pa /usr/share/misc/scsi_modes
623 is the SCSI mode format database.
624 .It Pa /dev/xpt0
625 is the transport layer device.
626 .It Pa /dev/pass*
627 are the CAM application passthrough devices.
628 .El
629 .Sh EXAMPLES
630 .Dl camcontrol eject -n cd -u 1 -v
631 .Pp
632 Eject the CD from cd1, and print SCSI sense information if the command
633 fails.
634 .Pp
635 .Dl camcontrol tur da0
636 .Pp
637 Send the SCSI test unit ready command to da0.
638 The
639 .Nm
640 utility will report whether the disk is ready, but will not display sense
641 information if the command fails since the
642 .Fl v
643 switch was not specified.
644 .Pp
645 .Bd -literal -offset indent
646 camcontrol tur da1 -E -C 4 -t 50 -v
647 .Ed
648 .Pp
649 Send a test unit ready command to da1.  Enable kernel error recovery.
650 Specify a retry count of 4, and a timeout of 50 seconds.  Enable sense
651 printing (with the
652 .Fl v
653 flag) if the command fails.  Since error recovery is turned on, the
654 disk will be spun up if it is not currently spinning.
655 The
656 .Nm
657 utility will report whether the disk is ready.
658 .Bd -literal -offset indent
659 camcontrol cmd -n cd -u 1 -v -c "3C 00 00 00 00 00 00 00 0e 00" \e
660         -i 0xe "s1 i3 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1"
661 .Ed
662 .Pp
663 Issue a READ BUFFER command (0x3C) to cd1.  Display the buffer size of cd1,
664 and display the first 10 bytes from the cache on cd1.  Display SCSI sense
665 information if the command fails.
666 .Pp
667 .Bd -literal -offset indent
668 camcontrol cmd -n cd -u 1 -v -c "3B 00 00 00 00 00 00 00 0e 00" \e
669         -o 14 "00 00 00 00 1 2 3 4 5 6 v v v v" 7 8 9 8
670 .Ed
671 .Pp
672 Issue a WRITE BUFFER (0x3B) command to cd1.  Write out 10 bytes of data,
673 not including the (reserved) 4 byte header.  Print out sense information if
674 the command fails.  Be very careful with this command, improper use may
675 cause data corruption.
676 .Pp
677 .Bd -literal -offset indent
678 camcontrol modepage da3 -m 1 -e -P 3
679 .Ed
680 .Pp
681 Edit mode page 1 (the Read-Write Error Recover page) for da3, and save the
682 settings on the drive.  Mode page 1 contains a disk drive's auto read and
683 write reallocation settings, among other things.
684 .Pp
685 .Dl camcontrol rescan all
686 .Pp
687 Rescan all SCSI busses in the system for devices that have been added,
688 removed or changed.
689 .Pp
690 .Dl camcontrol rescan 0
691 .Pp
692 Rescan SCSI bus 0 for devices that have been added, removed or changed.
693 .Pp
694 .Dl camcontrol rescan 0:1:0
695 .Pp
696 Rescan SCSI bus 0, target 1, lun 0 to see if it has been added, removed, or
697 changed.
698 .Pp
699 .Dl camcontrol tags da5 -N 24
700 .Pp
701 Set the number of concurrent transactions for da5 to 24.
702 .Pp
703 .Bd -literal -offset indent
704 camcontrol negotiate -n da -u 4 -T disable
705 .Ed
706 .Pp
707 Disable tagged queueing for da4.
708 .Pp
709 .Bd -literal -offset indent
710 camcontrol negotiate -n da -u 3 -R 20.000 -O 15 -a
711 .Ed
712 .Pp
713 Negotiate a sync rate of 20MHz and an offset of 15 with da3.  Then send a
714 Test Unit Ready command to make the settings take effect.
715 .Sh SEE ALSO
716 .Xr cam 3 ,
717 .Xr cam_cdbparse 3 ,
718 .Xr cam 4 ,
719 .Xr pass 4 ,
720 .Xr xpt 4
721 .Sh HISTORY
722 The
723 .Nm
724 utility first appeared in
725 .Fx 3.0 .
726 .Pp
727 The mode page editing code and arbitrary SCSI command code are based upon
728 code in the old
729 .Xr scsi 8
730 utility and
731 .Xr scsi 3
732 library, written by Julian Elischer and Peter Dufault.  The
733 .Xr scsi 8
734 program first appeared in
735 .Bx 386 0.1.2.4 ,
736 and first appeared in
737 .Fx
738 in
739 .Fx 2.0.5 .
740 .Sh AUTHORS
741 .An Kenneth Merry Aq ken@FreeBSD.org
742 .Sh BUGS
743 The code that parses the generic command line arguments doesn't know that
744 some of the subcommands take multiple arguments.  So if, for instance, you
745 tried something like this:
746 .Bd -literal -offset indent
747 camcontrol cmd -n da -u 1 -c "00 00 00 00 00 v" 0x00 -v
748 .Ed
749 .Pp
750 The sense information from the test unit ready command would not get
751 printed out, since the first
752 .Xr getopt 3
753 call in
754 .Nm
755 bails out when it sees the second argument to
756 .Fl c
757 (0x00),
758 above.  Fixing this behavior would take some gross code, or changes to the
759 .Xr getopt 3
760 interface.  The best way to circumvent this problem is to always make sure
761 to specify generic
762 .Nm
763 arguments before any command-specific arguments.