Module Name: othersrc Committed By: riz Date: Tue Jun 7 23:47:51 UTC 2011
Modified Files: othersrc/external/bsd/iscsi/sys/dev/iscsi: files.iscsi iscsi_globals.h iscsi_ioctl.c iscsi_main.c iscsi_send.c iscsi_text.c iscsi_utils.c Added Files: othersrc/external/bsd/iscsi/sys/modules/iscsi: Makefile Removed Files: othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi: Makefile iscsi_lkm.c iscsi_post.sh Log Message: Update in-kernel initiator so it builds on -current as a module. XXX there is an spl bug which causes it to crash when DIAGNOSTIC which needs to be fixed, though on a non-DIAGNOSTIC kernel I can mount a volume from a local target and read files successfully under -current. Lots of code cleanup is needed before moving into src, but this is a step. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c cvs rdiff -u -r1.1.1.1 -r0 \ othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/Makefile \ othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_lkm.c \ othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_post.sh cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/iscsi/sys/modules/iscsi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.