aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smartpqi
Commit message (Expand)AuthorAgeFilesLines
* smartpqi: Change alignment for dma tagsJohn Hall2023-10-191-2/+2
* smartpqi: Drop spinlock before freeing memoryJohn F. Carr2023-10-191-3/+3
* smartpqi: Fix build issues highlighted by gcc12Warner Losh2023-08-254-23/+7
* smartpqi: update to version 4410.0.2005John Hall2023-08-2423-2409/+5363
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1621-21/+0
* smartpqi(4): Fix two typos in kernel error messagesGordon Bergling2022-10-252-2/+2
* Adjust check_struct_sizes() definition to avoid clang 15 warningDimitry Andric2022-07-261-1/+1
* smartpqi: Allocate DMA memory NOWAITYuri2022-06-271-1/+1
* smartpqi: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* smartpqi(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* Update smartqpi driver to vendor's latest submissionWarner Losh2022-03-095-14/+90
* Fix "set but not used" in smartpqi. The PCI_MEM macros don't require aScott Long2022-02-262-2/+2
* cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh2021-06-281-4/+4
* smartpqi: Remove stray declarationWarner Losh2021-06-031-2/+0
* smartpqi: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-281-0/+3
* Newly added features and bug fixes in latest Microchip SmartPQI driverPAPANI SRIKANTH2021-05-2821-1598/+3392
* smartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait() already does that.Edward Tomasz Napierala2020-11-231-1/+0
* smartpqi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0121-286/+174
* remove extraneous double ;s in sys/Ed Maste2020-03-302-6/+6
* Decrease logging severity when adding a device or reading config table.Mark Johnston2020-01-072-2/+2
* Use callout(9) instead of deprecated timeout(9).John Baldwin2019-12-133-15/+14
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-2/+1
* Remove single-use DEV_RESET() macro.Konstantin Belousov2019-04-052-3/+1
* Make smartpqi(4) behave better when running out of memory, by returningEdward Tomasz Napierala2019-03-261-9/+15
* Fix smartpqi(4) malloc tag and description to match the driver name.Edward Tomasz Napierala2019-03-211-3/+3
* Fix crash in low memory conditions. Usual backtrace lookedEdward Tomasz Napierala2019-03-101-6/+14
* Re-unbreak smartpqi(4) GCC buildConrad Meyer2018-07-134-18/+0
* smartpqi(4):Sean Bruno2018-07-1115-146/+359
* smartpqi(4): Unbreak GCC buildConrad Meyer2018-04-284-24/+0
* martpqi(4):Sean Bruno2018-04-2621-0/+11674