Module Name: src Committed By: mjacob Date: Fri Mar 26 20:52:01 UTC 2010
Modified Files: src/sys/dev/ic: isp.c isp_library.c isp_library.h isp_netbsd.c isp_netbsd.h isp_stds.h isp_target.c ispmbox.h ispreg.h ispvar.h src/sys/dev/pci: isp_pci.c src/sys/dev/sbus: isp_sbus.c Log Message: Synchronize with other platforms: Strongly architect handles so we can more easily detect bogus handles. This switches us to a full 32 bits for all handles. Handle the case of FC disks disappearing and then reappearing- at least at the FC transport level. Some better and finer control of debug and non-debug printouts. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/dev/ic/isp.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/ic/isp_library.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/isp_library.h cvs rdiff -u -r1.82 -r1.83 src/sys/dev/ic/isp_netbsd.c cvs rdiff -u -r1.71 -r1.72 src/sys/dev/ic/isp_netbsd.h cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/isp_stds.h cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/isp_target.c \ src/sys/dev/ic/ispreg.h cvs rdiff -u -r1.54 -r1.55 src/sys/dev/ic/ispmbox.h cvs rdiff -u -r1.70 -r1.71 src/sys/dev/ic/ispvar.h cvs rdiff -u -r1.110 -r1.111 src/sys/dev/pci/isp_pci.c cvs rdiff -u -r1.79 -r1.80 src/sys/dev/sbus/isp_sbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.