svn commit: r227406 - projects/head_mfi/sys/dev/mfi

John Baldwin jhb at freebsd.org
Wed Nov 9 21:08:12 UTC 2011


On Wednesday, November 09, 2011 3:12:59 pm Xin LI wrote:
> Author: delphij
> Date: Wed Nov  9 20:12:59 2011
> New Revision: 227406
> URL: http://svn.freebsd.org/changeset/base/227406
> 
> Log:
>   Incorporate Scott Long's patch for mfi(4) that fixes mfi(4) timeouts for
>   our hardware:
>   
>   mfi0 at pci0:2:0:0:        class=0x010400 card=0x100a1000 chip=0x00601000 
rev=0x04 hdr=0x00
>       vendor     = 'LSI Logic / Symbios Logic'
>       device     = 'MegaRAID SAS 1078'
> 
> Modified:
>   projects/head_mfi/sys/dev/mfi/mfi.c

Hmm, beat me to committing the other version of this.  The Linux LSI driver 
does a specific read in each implementation of check_clear_intr(), but this is 
fine.

I do think we should start coordinating more on mfi(4) though.  (I was 
literally writing a commit message in an editor when I got this e-mail.)  I 
was planning on finishing up a patch to add optional MSI support.

-- 
John Baldwin


More information about the svn-src-projects mailing list