cvs commit: src/sys/modules Makefile 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
Tue Apr 4 03:24:49 UTC 2006


scottl      2006-04-04 03:24:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/modules          Makefile 
  Added files:           (Branch: RELENG_6)
    sys/dev/mfi          mfi.c mfi_disk.c mfi_ioctl.h mfi_pci.c 
                         mfireg.h mfivar.h 
    sys/modules/mfi      Makefile 
  Log:
  Add the MFI driver.  Thanks to IronPort Systems, Dell, and Yahoo for their
  contributions towards this.
  
  Approved by: re
  
  Revision    Changes    Path
  1.3.2.1     +1274 -0   src/sys/dev/mfi/mfi.c (new)
  1.2.2.1     +243 -0    src/sys/dev/mfi/mfi_disk.c (new)
  1.1.2.1     +47 -0     src/sys/dev/mfi/mfi_ioctl.h (new)
  1.1.2.1     +243 -0    src/sys/dev/mfi/mfi_pci.c (new)
  1.1.2.1     +559 -0    src/sys/dev/mfi/mfireg.h (new)
  1.1.2.1     +316 -0    src/sys/dev/mfi/mfivar.h (new)
  1.450.2.15  +1 -0      src/sys/modules/Makefile
  1.1.2.1     +15 -0     src/sys/modules/mfi/Makefile (new)


More information about the cvs-src mailing list