summaryrefslogtreecommitdiff
path: root/sys/dev/smartpqi
AgeCommit message (Expand)Author
3 dayssmartpqi: Avoid declaring extern inline functionsMark Johnston
9 dayssmartpqi: Make pqisrc_is_supported_write staticNavdeep Parhar
10 dayssmartpqi: update to version 4660.0.2002John Hall
2025-10-16style(9): white space after ; and around binary operatorsDavid E. O'Brien
2025-01-26smartpqi(4): Fix a typo in a source code commentGordon Bergling
2023-10-18smartpqi: Change alignment for dma tagsJohn Hall
2023-10-18smartpqi: Drop spinlock before freeing memoryJohn F. Carr
2023-08-25smartpqi: Fix build issues highlighted by gcc12Warner Losh
2023-08-24smartpqi: update to version 4410.0.2005John Hall
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-10-25smartpqi(4): Fix two typos in kernel error messagesGordon Bergling
2022-07-26Adjust check_struct_sizes() definition to avoid clang 15 warningDimitry Andric
2022-06-27smartpqi: Allocate DMA memory NOWAITYuri
2022-05-06smartpqi: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-02smartpqi(4): Fix a typo in a source code commentGordon Bergling
2022-03-08Update smartqpi driver to vendor's latest submissionWarner Losh
2022-02-26Fix "set but not used" in smartpqi. The PCI_MEM macros don't require aScott Long
2021-06-28cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh
2021-06-03smartpqi: Remove stray declarationWarner Losh
2021-05-28smartpqi: clear CCBs allocated on the stackEdward Tomasz Napierala
2021-05-28Newly added features and bug fixes in latest Microchip SmartPQI driverPAPANI SRIKANTH
2020-11-23smartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait() already does that.Edward Tomasz Napierala
2020-09-01smartpqi: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-30remove extraneous double ;s in sys/Ed Maste
2020-01-07Decrease logging severity when adding a device or reading config table.Mark Johnston
2019-12-13Use callout(9) instead of deprecated timeout(9).John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-04-05Remove single-use DEV_RESET() macro.Konstantin Belousov
2019-03-26Make smartpqi(4) behave better when running out of memory, by returningEdward Tomasz Napierala
2019-03-21Fix smartpqi(4) malloc tag and description to match the driver name.Edward Tomasz Napierala
2019-03-10Fix crash in low memory conditions. Usual backtrace lookedEdward Tomasz Napierala
2018-07-13Re-unbreak smartpqi(4) GCC buildConrad Meyer
2018-07-11smartpqi(4):Sean Bruno
2018-04-28smartpqi(4): Unbreak GCC buildConrad Meyer
2018-04-26martpqi(4):Sean Bruno