| bec8eb59 | 09-Mar-2022 |
Warner Losh <[email protected]> |
Update smartqpi driver to vendor's latest submission
Newly added features & bug fixes
o Fixed an issue smartpqi debug log messages are flooding kernel logs. o Fixed an issue where devices are shown
Update smartqpi driver to vendor's latest submission
Newly added features & bug fixes
o Fixed an issue smartpqi debug log messages are flooding kernel logs. o Fixed an issue where devices are shown as RAID 0 in display info. o Feature: Changed 32 bit dma address to 64 bit address o Added new controlller ids.
Submitted by: Microsemi Reviewed by: Scott Benesh (Microsemi), imp Differential Revision: https://reviews.freebsd.org/D34469 MFC After: 3 days
Sponsored by: Netflix
(cherry picked from commit 4f77349d5777c8ac504387e7e6d37c13da222294)
show more ...
|
| 78564b68 | 26-Feb-2022 |
Scott Long <[email protected]> |
Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a physical/absolute address in FreeBSD, but it looks like the calling code might be somewhat portable to other OS's that do requi
Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a physical/absolute address in FreeBSD, but it looks like the calling code might be somewhat portable to other OS's that do require this. Therefore, set the variables to __unused instead of removing the code entirely.
(cherry picked from commit e28289ca83673d753b7e479810947f6a1015ad39)
show more ...
|