aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smartpqi
Commit message (Expand)AuthorAgeFilesLines
* 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