Date: Wed, 27 Sep 2006 15:38:13 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_cmds.c scsi_target.c scsi_target.h Message-ID: <200609271538.k8RFcDkw003977@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-09-27 15:38:13 UTC FreeBSD src repository Modified files: share/examples/scsi_target scsi_cmds.c scsi_target.c scsi_target.h Log: Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher than this for 'initiator id'- this is a stopgap until a sparse map is added. Make compat defines for offset format (FreeBSD 5 or less). Add no-asyncio flag. There's some breakage with ASYNC I/O that every now and then drops us into an infinite loop. This also then does a fallback to no-asyncio if the AIO option isn't loaded/compiled into the kernel. A number of other chanes to try and track some breakage. Revision Changes Path 1.10 +72 -37 src/share/examples/scsi_target/scsi_cmds.c 1.18 +65 -58 src/share/examples/scsi_target/scsi_target.c 1.4 +14 -2 src/share/examples/scsi_target/scsi_target.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609271538.k8RFcDkw003977>