Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 05/26/2006 16:34:43
Module Name:	src
Committed By:	agc
Date:		Fri May 26 16:34:43 UTC 2006

Modified Files:
	src/dist/iscsi/include: compat.h config.h config.h.in util.h
	src/dist/iscsi/src: configure configure.ac disk.c

Log Message:
Rewrite the way report_luns() works, after suspicion by Matt Green, and
following Dan Carosone's suggestion of the uint64_t array.

Abstract a bit more from the HTOBE64() macro intrigue, for platforms
like Solaris/x86 which have fun in this part.

Tested only with little-endian initiators for now.

Bump version to 20060526.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/dist/iscsi/include/compat.h \
    src/dist/iscsi/include/config.h.in
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/include/config.h
cvs rdiff -r1.15 -r1.16 src/dist/iscsi/include/util.h
cvs rdiff -r1.11 -r1.12 src/dist/iscsi/src/configure \
    src/dist/iscsi/src/configure.ac
cvs rdiff -r1.17 -r1.18 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.