Subject: CVS commit: pkgsrc/devel
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 12/05/2007 08:46:37
Module Name: pkgsrc
Committed By: agc
Date: Wed Dec 5 08:46:37 UTC 2007
Modified Files:
pkgsrc/devel/netbsd-iscsi-initiator: Makefile distinfo
pkgsrc/devel/netbsd-iscsi-target: Makefile distinfo
Log Message:
Update the netbsd-iscsi-initiator and netbsd-iscsi-target packages to
version 20071205.
Fix the bug where multiple targets appeared as one. With huge thanks to
Greg Oster for his work in squashing this one.
Module Name: src
Committed By: oster
Date: Tue Dec 4 16:25:37 UTC 2007
Modified Files:
src/dist/iscsi/src: disk.c
Log Message:
Set "lun = sess->d" early on (but not too early), and allow multiple
targets to now work correctly. XXX: This will need to be re-visited
at some point, and fixed properly.
Commit requested by: agc
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/dist/iscsi/src/disk.c
Also, the initiator has been modified to attach to multiple targets,
again thanks to Greg Oster.
Module Name: src
Committed By: oster
Date: Tue Dec 4 16:22:39 UTC 2007
Modified Files:
src/share/examples/refuse/iscsi-initiator: iscsifs.c
Log Message:
Add a '-D' option to allow "Discovery" of the targets provided by a host.
Initial support for multiple targets from the same host.
Base 'MaxTargets' on a #define, rather than hard-coding.
Reviewed by: agc
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/netbsd-iscsi-initiator/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/netbsd-iscsi-initiator/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/netbsd-iscsi-target/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/netbsd-iscsi-target/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.