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

Scott Long scottl at FreeBSD.org
Sat Mar 25 06:14:33 UTC 2006


scottl      2006-03-25 06:14:32 UTC

  FreeBSD src repository

  Added files:
    sys/dev/mfi          mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c 
                         mfireg.h mfivar.h 
    sys/modules/mfi      Makefile 
  Log:
  Add a driver for the new LSI MegaRAID SAS controller family.  The 'MFI' name
  is derived from the phrase 'MegaRAID Firmware Interface' used by LSI.  This
  driver provides a block interface to logical disks on the card and a minimal
  management device.  It is MPSAFE, INTR_FAST, and 64-bit capable.
  
  Thanks to Dell for providing hardware to test with and IronPort for
  sponsoring the work.
  
  Sponsored by: Dell, Ironport
  MFC After: 3 days
  
  Revision  Changes    Path
  1.1       +1265 -0   src/sys/dev/mfi/mfi.c (new)
  1.1       +242 -0    src/sys/dev/mfi/mfi_disk.c (new)
  1.1       +47 -0     src/sys/dev/mfi/mfi_ioctl.h (new)
  1.1       +243 -0    src/sys/dev/mfi/mfi_pci.c (new)
  1.1       +559 -0    src/sys/dev/mfi/mfireg.h (new)
  1.1       +316 -0    src/sys/dev/mfi/mfivar.h (new)
  1.1       +15 -0     src/sys/modules/mfi/Makefile (new)


More information about the cvs-src mailing list