Date: Sat, 8 Sep 2007 20:24:12 +0000 (UTC) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol Makefile camcontrol.8 camcontrol.c Message-ID: <200709082024.l88KOCV0087002@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709082024.l88KOCV0087002>