cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h
mfivar.h
Paul Saab
ps at FreeBSD.org
Tue Jun 20 22:41:44 UTC 2006
ps 2006-06-20 22:41:44 UTC
FreeBSD src repository
Modified files:
sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h
mfivar.h
Log:
Instead of using scsi probes to do device discovery, use the firmware
commands to grab the device listing. This resolves issues using
multiple volumes, where each volume was actually internally pointing
to target 0.
Revision Changes Path
1.11 +77 -202 src/sys/dev/mfi/mfi.c
1.4 +3 -9 src/sys/dev/mfi/mfi_disk.c
1.3 +1 -0 src/sys/dev/mfi/mfi_pci.c
1.3 +96 -0 src/sys/dev/mfi/mfireg.h
1.3 +1 -3 src/sys/dev/mfi/mfivar.h
More information about the cvs-src
mailing list