Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 09/25/2007 22:16:59
Module Name:	src
Committed By:	agc
Date:		Tue Sep 25 22:16:59 UTC 2007

Modified Files:
	src/dist/iscsi/include: config.h initiator.h scsi_cmd_codes.h
	src/dist/iscsi/src: configure configure.ac

Log Message:
Bump version of the NetBSD iSCSI target to 20070925.

+ fix a reported problem with newer versions of FreeBSD which require
a block of data to be read and written, rather than a single byte.

+ add support for Extended Inquiry Data VPD Page (0x86), reported to be
necessary to interoperate with the AIX initiator.

+ add preliminary support for the Write and Verify SCSI operation (0x2e).


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/dist/iscsi/include/config.h
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/initiator.h
cvs rdiff -r1.12 -r1.13 src/dist/iscsi/include/scsi_cmd_codes.h
cvs rdiff -r1.18 -r1.19 src/dist/iscsi/src/configure \
    src/dist/iscsi/src/configure.ac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.