Module Name: src Committed By: mjacob Date: Mon Jan 11 01:33:22 UTC 2010
Modified Files: src/sys/dev/ic: isp_netbsd.c isp_netbsd.h Log Message: Keep track of what appear to be live Fibre Channel disks and store up the Port WWNs for them as well as attaching them as a "port-wwn" property to the device node in question. This allows MD code to find the boot device on some platforms. This is less clean than it should be. A better solution would be to make some changes to the scsi infrastructure so that periphs can query and use and store their own "native" transport addresses. However, that's a much more invasive change and it is not clear how many ports or devices really want or need that information (yet). To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/dev/ic/isp_netbsd.c cvs rdiff -u -r1.70 -r1.71 src/sys/dev/ic/isp_netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.