]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for MegaRAID Fury cards. The main change needed to boot from a
authorMark Johnston <markj@FreeBSD.org>
Thu, 6 Feb 2014 02:54:04 +0000 (02:54 +0000)
committerMark Johnston <markj@FreeBSD.org>
Thu, 6 Feb 2014 02:54:04 +0000 (02:54 +0000)
commit3b8ad66ea938ffe7b18dc0fb5580a0d0da975476
treeb71eb070719b36e4961cad4ed7f0ca0ebb04e3d7
parent632a44e83a6eca8a3ed70c77db9f41a091ebfcb4
Add support for MegaRAID Fury cards. The main change needed to boot from a
9341-4i controller was to ensure that scatter/gather lists are ended with
an end-of-list marker. Both the mrsas and Linux megaraid_sas drivers use
this marker with Invader cards as well, so we do the same thing, though
it is apparently not strictly necessary.

Reviewed by: ambrisko
Tested by: ambrisko (Invader card)
MFC after: 3 weeks
Sponsored by: Sandvine Inc.
sys/dev/mfi/mfi_pci.c
sys/dev/mfi/mfi_tbolt.c
sys/dev/mfi/mfivar.h