History log of /src/sbin/scsictl/scsictl.8 |
Revision | | Date | Author | Comments |
1.34 |
| 09-Nov-2024 |
rillig | scsictl.8: brush up markup
|
1.33 |
| 09-Nov-2024 |
mlelstv | Add 'identify vpd' to also report Vital Product Data that identifies the device.
|
1.32 |
| 21-Aug-2022 |
mlelstv | Add REPORT_LUNS command.
|
1.31 |
| 08-Mar-2017 |
tsutsui | Fix format.
|
1.30 |
| 20-Nov-2016 |
wiz | branches: 1.30.2; Whitespace, sort.
|
1.29 |
| 20-Nov-2016 |
dholland | Add crossreference to scsi(4) per note in PR 9627.
|
1.28 |
| 19-Nov-2016 |
wiz | Bump date for previous.
Use more and more appropriate markup while here.
|
1.27 |
| 19-Nov-2016 |
flxd | Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables for error recovery, similar to {get,set}cache. Many old SCSI disks shipped with reallocation disabled, albeit supporting it. Minor (cosmetic) fixup of scsi_disk_pages while there. Based upon code in PR bin/29165 by Greg A. Woods. OK christos@
|
1.26 |
| 29-Mar-2013 |
christos | branches: 1.26.6; 1.26.10; 1.26.12; Document debug
|
1.25 |
| 30-Apr-2008 |
martin | branches: 1.25.20; 1.25.22; 1.25.26; Convert TNF licenses to new 2 clause variant
|
1.24 |
| 23-Jan-2007 |
wiz | branches: 1.24.12; 1.24.14; Bump date for previous.
|
1.23 |
| 22-Jan-2007 |
bouyer | Kimura Fuyuki, bin/35216: add a setspeed command, to set the highest speed that the optical drive should use for reading data.
|
1.22 |
| 07-Jan-2005 |
wiz | New sentence, new line. Simplify macro usage.
|
1.21 |
| 07-Jan-2005 |
ginsbach | Add command to read the defect data from a direct access device.
|
1.20 |
| 16-Sep-2004 |
erh | Add a couple cross-references to make similar ctl commands easier to find.
|
1.19 |
| 01-Sep-2003 |
wiz | Bump date for last.
|
1.18 |
| 01-Sep-2003 |
mycroft | Add a flushcache command -- I need it for my DVD+RW.
|
1.17 |
| 03-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.16 |
| 03-Sep-2002 |
thorpej | * Add "getcache" and "setcache" commands to get/set basic cache parameters (enables, really). * Fix an error in the manpage. * Shuffle some code to group things together better.
|
1.15 |
| 26-Jun-2002 |
wiz | Punctuation vs. markup nits, and use .Dq instead of double quotes.
|
1.14 |
| 26-Jun-2002 |
mjacob | Add a bunch of stuff from Bob Nestor that fixes format to allow one to specify device logical blocksize.
Furthermore, it also adds an 'immediate' option, which then sends more modern devices into formatting in the background. scsictl still waits around and sends a TEST UNIT READY every 10 seconds and, based upon the sense data it gets back after the invariable CHECK CONDITION, prints out a progress indicator (based upon SKSV progress in the sense data).
While we're at it, add a 'tur', 'reserve', 'release', 'start' and 'stop' functions to the device commands.
Fix a long standing bug in scsi_command- the value in retsts is an integral value- not a bitmask.
|
1.13 |
| 16-Nov-2001 |
wiz | branches: 1.13.2; Sort sections, use standard section headers.
|
1.12 |
| 18-Jul-2001 |
wiz | Fix a typo, and capitalize SCSI in one place.
|
1.11 |
| 18-Jul-2001 |
bouyer | Add and document a 'detach' command.
|
1.10 |
| 05-Jun-2001 |
wiz | Drop arguments of .Os.
|
1.9 |
| 03-Apr-2001 |
jdolecek | xref se(4) now that the manpage is built and installed
|
1.8 |
| 03-Apr-2001 |
wiz | Don't xref nonexisting se(4).
|
1.7 |
| 11-Feb-2001 |
ad | Fix typo.
|
1.6 |
| 08-Jul-2000 |
kleink | Use .Pa.
|
1.5 |
| 07-Mar-2000 |
jdolecek | Add a note about what and where is printed for 'scan' command. Addresses bin/9227 by <johnr@spimageworks.com>
|
1.4 |
| 28-Sep-1999 |
ad | Make `all' a synonym for the `any' keyword.
|
1.3 |
| 30-Jul-1999 |
hubertf | branches: 1.3.2; Collect all little usage-messages spread around into one place, and as a side effect, print the available commands (and their usage) if no command is given on the command line.
Approved by Jason Thorpe.
|
1.2 |
| 15-Oct-1998 |
thorpej | Oops, finish the description of the "scan" bus command.
|
1.1 |
| 15-Oct-1998 |
thorpej | scsictl(8) - a program to manipulate SCSI devices and busses. Currently supports:
Devices: identify, reassign blocks, reset
Busses: reset, scan for devices
Coming soon, device formatting, mode page editing, device freeze/thaw, etc.
|
1.3.2.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.13.2.1 |
| 28-Jul-2003 |
he | Pull up revisions 1.14-1.16 (requested by thorpej in ticket #764): Several changes/updates to scsictl: o Allow specification of logical blocksize o Add 'getcache' and 'setcache' commands o Add 'tur', 'reserve', 'release', 'start', and 'stop' functions o Add an 'immediate' option to do formatting in the background o Fix bug in scsi_command -- value in resets is an int not a bitmask o Fix usage of errx() / warnx() and remove unneeded trailing \n
|
1.24.14.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.24.12.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.25.26.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.25.22.1 |
| 15-Jan-2017 |
snj | Pull up following revision(s) (requested by flxd in ticket #1418): sbin/scsictl/scsictl.8: 1.27, 1.29, 1.30 via patch sbin/scsictl/scsictl.c: revision 1.39 via patch sys/dev/scsipi/scsi_disk.h: revision 1.32 Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables for error recovery, similar to {get,set}cache. Many old SCSI disks shipped with reallocation disabled, albeit supporting it. Minor (cosmetic) fixup of scsi_disk_pages while there. Based upon code in PR bin/29165 by Greg A. Woods. OK christos@ -- Bump date for previous. -- Add crossreference to scsi(4) per note in PR 9627. Whitespace, sort.
|
1.25.20.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.26.12.1 |
| 18-Jan-2017 |
skrll | Sync with netbsd-5
|
1.26.10.2 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.26.10.1 |
| 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.26.6.1 |
| 03-Dec-2016 |
martin | Pull up following revision(s) (requested by flxd in ticket #1276): sys/dev/scsipi/scsi_disk.h: revision 1.32 sbin/scsictl/scsictl.8: revision 1.27-1.30 sbin/scsictl/scsictl.c: revision 1.39 Add "getrealloc" and "setrealloc" commands to get/set automatic reallocation parameters/enables for error recovery, similar to {get,set}cache. Many old SCSI disks shipped with reallocation disabled, albeit supporting it. Minor (cosmetic) fixup of scsi_disk_pages while there. Based upon code in PR bin/29165 by Greg A. Woods. OK christos@ Bump date for previous. Use more and more appropriate markup while here. Add crossreference to scsi(4) per note in PR 9627. Whitespace, sort.
|
1.30.2.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|