Module Name: src Committed By: mlelstv Date: Sat Sep 29 07:18:22 UTC 2012
Modified Files: src/external/bsd/iscsi/dist/include: iscsiutil.h src/external/bsd/iscsi/dist/src/lib: disk.c protocol.c Log Message: Treat LUNs as 64bit numbers that they are. Don't use broken 48bit accesses for ISID either. This fixes the LUN ghosting problem on big-endian systems. LUN handling is still incorrect because it assumes a LUN value < 256 and doesn't parse the 64bit LUN for extended formats. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/iscsi/dist/include/iscsiutil.h cvs rdiff -u -r1.7 -r1.8 src/external/bsd/iscsi/dist/src/lib/disk.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/iscsi/dist/src/lib/protocol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.