DragonFly BSD
DragonFly commits List (threaded) for 2012-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: mfi(4): Update to LSI's version 4.23 of the driver.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Mar 2012 11:05:50 -0700 (PDT)

commit 590ba11dd1b31a5cbd5ae62f96ba8eea413eceee
Author: Sascha Wildner <saw@online.de>
Date:   Thu Mar 29 20:05:12 2012 +0200

    mfi(4): Update to LSI's version 4.23 of the driver.
    
    Brings in support for newer SAS2208 (aka Thunderbolt) based
    controllers. It was tested with an Intel RS25DB080.
    
    A few other things have been fixed too. Most x86_64/i386 specific
    parts have been merged, MSI is now setup in mfi_pci.c properly.
    
    Taken-from: FreeBSD (from their projects/ repository)

Summary of changes:
 share/man/man4/mfi.4         |   22 +-
 sys/conf/files               |    1 +
 sys/dev/raid/mfi/Makefile    |    2 +-
 sys/dev/raid/mfi/mfi.c       | 1204 ++++++++++++++++++++++++-------------
 sys/dev/raid/mfi/mfi_cam.c   |   36 +-
 sys/dev/raid/mfi/mfi_debug.c |   21 +-
 sys/dev/raid/mfi/mfi_disk.c  |   44 +-
 sys/dev/raid/mfi/mfi_ioctl.h |   42 +-
 sys/dev/raid/mfi/mfi_pci.c   |   88 ++--
 sys/dev/raid/mfi/mfi_syspd.c |   41 +-
 sys/dev/raid/mfi/mfi_tbolt.c | 1342 ++++++++++++++++++++++++++++++++++++++++++
 sys/dev/raid/mfi/mfireg.h    |  643 +++++++++++++++++++--
 sys/dev/raid/mfi/mfivar.h    |  218 ++++++--
 13 files changed, 3014 insertions(+), 690 deletions(-)
 create mode 100644 sys/dev/raid/mfi/mfi_tbolt.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/590ba11dd1b31a5cbd5ae62f96ba8eea413eceee


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]