cvs commit: src/sbin/camcontrol Makefile camcontrol.8 camcontrol.c
Kenneth D. Merry
ken at FreeBSD.org
Sat Sep 8 13:24:12 PDT 2007
ken 2007-09-08 20:24:12 UTC
FreeBSD src repository
Modified files:
sbin/camcontrol Makefile camcontrol.8 camcontrol.c
Log:
Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommand
will automatically issue the 16 byte verison of read capacity if the device
in question is larger than 2TB.
There are also a number of output options here (last block, number of
blocks, human readable) that should meet most needs, and also aid in
scripting.
Approved by: re (bmah)
MFC after: 1 week
Revision Changes Path
1.17 +2 -2 src/sbin/camcontrol/Makefile
1.44 +51 -1 src/sbin/camcontrol/camcontrol.8
1.58 +230 -2 src/sbin/camcontrol/camcontrol.c
More information about the cvs-src
mailing list