cvs commit: src/sys/dev/mfi mfi.c mfi_disk.c mfi_pci.c mfireg.h mfivar.h

John Baldwin jhb at FreeBSD.org
Tue Jul 18 19:56:57 UTC 2006


jhb         2006-07-18 19:56:55 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/mfi          mfi.c mfi_disk.c mfi_pci.c mfireg.h 
                         mfivar.h 
  Log:
  MFC: Sync with head.
  - Use firmware commands to do device discovery instead of SCSI probes
    which fixes a problem with multiple volumes and do the probe synchronously
    during boot.
  - Fix a typo when getting the log_state.
  - Consolidate dcmd firmware processing into a single function.
  - Cleanup various printfs and nits.
  
  Reviewed by:    scottl, ambrisko
  
  Revision  Changes    Path
  1.3.2.3   +184 -299  src/sys/dev/mfi/mfi.c
  1.2.2.3   +3 -9      src/sys/dev/mfi/mfi_disk.c
  1.1.2.3   +1 -0      src/sys/dev/mfi/mfi_pci.c
  1.1.2.3   +96 -0     src/sys/dev/mfi/mfireg.h
  1.1.2.3   +1 -3      src/sys/dev/mfi/mfivar.h


More information about the cvs-all mailing list