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

Modified Files:
	src/dist/iscsi/src: disk.c

Log Message:
As part of the initial checks to se ethat a writable disk really is
writable, do the touch(1) dance with 512 bytes of information, rather
than just a single byte - the single byte read and write causes
problems on newer versions of FreeBSD, I am informed.  Patch from
Andrey Yakovlev, cleaned up to compile by myself.

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.27 -r1.28 src/dist/iscsi/src/disk.c

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