Module Name: othersrc Committed By: riz Date: Thu Jun 9 22:08:20 UTC 2011
Modified Files: othersrc/external/bsd/iscsi/sys/dev/iscsi: iscsi.h iscsi_globals.h iscsi_ioctl.c iscsi_ioctl.h iscsi_main.c iscsi_perf.h iscsi_rcv.c iscsi_send.c iscsi_test.c iscsi_test.h iscsi_testlocal.h iscsi_text.c iscsi_utils.c Log Message: CADDR_T -> void * boolean_t -> bool struct device * -> device_t struct cfdata * -> caddr_t CFATTACH_DECL -> CFATTACH_DECL_NEW To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi.h \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.h \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_perf.h \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_rcv.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_test.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_test.h \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_testlocal.h cvs rdiff -u -r1.2 -r1.3 \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_globals.h \ 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.3 -r1.4 \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_ioctl.c \ othersrc/external/bsd/iscsi/sys/dev/iscsi/iscsi_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.