Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2006 06:14:32 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200603250614.k2P6EX0m058734@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603250614.k2P6EX0m058734>