aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mps/mps_pci.c
Commit message (Expand)AuthorAgeFilesLines
* mps/mpr: Remove bogus sys/cdefs.h includesWarner Losh2026-01-091-1/+0
* mps(4): Correct a typo in a source code commentGordon Bergling2024-07-061-2/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mpr/mps/mpt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Refine the busdma template interface. Provide tools for filling in fieldsScott Long2020-09-141-1/+1
* Convert the mps driver to use busdma templatesScott Long2020-09-111-11/+3
* mps: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* mps(4): add missing cam(4) dependencyConrad Meyer2020-01-191-0/+1
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-4/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix line wrap issues.Scott Long2017-09-151-4/+4
* Add infrastructure for allocating multiple MSI-X interrupts. AlsoScott Long2017-09-111-11/+28
* Start separating the LSI drivers into per-queue structures. NoScott Long2017-09-091-15/+29
* Refactor interrupt allocation and deallocation. Add some extraScott Long2017-09-081-50/+53
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-311-1/+2
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-301-6/+32
* - Updated all files with 2015 Avago copyright, and updated LSI's copyrightStephen McConnell2015-02-241-18/+18
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-13/+1
* Overhaul error, information, and debug logging.Scott Long2013-07-191-8/+8
* Make the mps(4) module depend on the cam module.Kenneth D. Merry2012-03-071-0/+1
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR from the mps driverKenneth D. Merry2012-02-111-1/+1
* Bring in the LSI-supported version of the mps(4) driver.Kenneth D. Merry2012-01-261-17/+45
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-301-0/+1
* MFp4 (//depot/projects/mps/...)Kenneth D. Merry2010-09-101-0/+364