aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpr/mpr_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-1/+1
* mpr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Convert the mpr driver to use busdma templates.Scott Long2019-12-241-11/+3
* Add Sea,Aero adapter supportKashyap D Desai2018-12-261-0/+39
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-3/+8
* Fix line wrap issues.Scott Long2017-09-151-4/+4
* Add infrastructure for allocating multiple MSI-X interrupts. AlsoScott Long2017-09-111-10/+27
* Start separating the LSI drivers into per-queue structures. NoScott Long2017-09-091-16/+30
* Refactor interrupt allocation and deallocation. Add some extraScott Long2017-09-081-50/+52
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-311-1/+2
* Don't re-parse PCI IDs in order to set card-specific flags, useScott Long2017-07-311-22/+18
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-301-5/+31
* Add tri-mode support (SAS/SATA/PCIe).Stephen McConnell2017-05-171-9/+47
* Add support for the Broadcom (Avago/LSI) 9305 16 and 24 port HBA's.Stephen McConnell2016-05-091-0/+12
* The wrong commit message was given with r283632. This is the correct message.Stephen McConnell2015-05-281-7/+7
* The wrong commit message was given with r283632. To get the correct commitStephen McConnell2015-05-281-7/+7
* This setting of stop_at_shutdown should have been removed with r279253Stephen McConnell2015-05-271-7/+7
* Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.Kenneth D. Merry2014-05-021-0/+350