Tue Jun 7 23:47:51 2011 UTC ()
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.


(riz)
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c
diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c
diff -r1.1.1.1 -r0 othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/Makefile
diff -r1.1.1.1 -r0 othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_lkm.c
diff -r1.1.1.1 -r0 othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_post.sh
diff -r0 -r1.1 othersrc/external/bsd/iscsi/sys/modules/iscsi/Makefile
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/Makefile,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_lkm.c,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_post.sh,v

anoncvs not yet been updated
Wed Jun 8 08:47:51 2011
Thu Jan 1 09:00:00 1970
othersrc/external/bsd/iscsi/sys/modules/iscsi/Makefile,v

anoncvs not yet been updated

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/files.iscsi unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_send.c unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_text.c unknown 1.2

cvs diff -r1.1.1.1 -r1.2 othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c (expand / switch to unified diff)

--- othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c unknown 1.1.1.1
+++ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_utils.c unknown 1.2

File Deleted: othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/Makefile

File Deleted: othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_lkm.c

File Deleted: othersrc/external/bsd/iscsi/sys/lkm/dev/iscsi/iscsi_post.sh

File Added: othersrc/external/bsd/iscsi/sys/modules/iscsi/Makefile