Date: Sat, 9 Sep 2006 07:21:18 +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 camcontrol.8 camcontrol.c src/sys/cam/scsi scsi_all.c scsi_all.h Message-ID: <200609090721.k897LJk1005868@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2006-09-09 07:21:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/camcontrol camcontrol.8 camcontrol.c sys/cam/scsi scsi_all.c scsi_all.h Log: MFC, camcontrol reportluns support: camcontrol.8: rev 1.42 camcontrol.c: rev 1.54 scsi_all.c: rev 1.49 scsi_all.h: rev 1.26 Implement 'camcontrol reportluns'. This allows users to send the SCSI REPORT LUNS command to a device. camcontrol.[c8]: Implement reportluns. This tries to print the LUNs out in a reasonable format. Only the periph addressing method has been tested, since very little hardware that I know of supports the other methods. scsi_all.[ch]: Revamp the report luns CDB structure and helper functions. This constitutes a little bit of an API change, but since the old CDB length was 10 bytes, and the REPORT LUNS CDB length is actually 12 bytes, it's clear that no one was using this API in the first place. Revision Changes Path 1.41.2.1 +39 -1 src/sbin/camcontrol/camcontrol.8 1.53.2.1 +261 -1 src/sbin/camcontrol/camcontrol.c 1.48.2.1 +5 -3 src/sys/cam/scsi/scsi_all.c 1.24.2.2 +30 -12 src/sys/cam/scsi/scsi_all.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609090721.k897LJk1005868>