aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mpt/mpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove NULL check after M_WAITOK allocation from mpt(4).Edward Tomasz Napierala2016-08-091-4/+0
* - Remove a redundant variable in mpt_pci_attach().Marius Strobl2013-12-291-61/+36
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-6/+1
* Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LASTAlexander Motin2013-04-241-1/+1
* Now that device disabling is generic, remove the non-standardEitan Adler2012-10-221-5/+0
* Remove unused code since the 5.x daysEitan Adler2012-10-221-63/+0
* Refine r233827; as it turns out, controllers with a device ID of 0x0059Marius Strobl2012-04-041-2/+10
* Fix probing of SAS1068E with a device ID of 0x0059 after r232411.Marius Strobl2012-04-031-0/+6
* As it turns out, mpi_cnfg.h already is included by mpt.h.Marius Strobl2012-03-241-2/+0
* - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.Marius Strobl2012-03-241-151/+80
* Fix a problem that was causing the mpt(4) driver to attach to MegaRAIDKenneth D. Merry2012-03-021-6/+56
* Flesh out support for SAS1078 and SAS1078DE (which are said to actuallyMarius Strobl2012-02-111-9/+19
* - Staticize functions as appropriate and comment out unused ones.Marius Strobl2011-07-291-1/+9
* - For SAS but neither FC nor SPI controllers default to using MSI (stillMarius Strobl2011-07-131-20/+20
* Remove extra empty lines.Marius Strobl2011-07-131-11/+0
* Correct spelling.Marius Strobl2011-04-221-1/+1
* Use bus_alloc_resource_any().John Baldwin2010-12-281-4/+4
* Figure which is the IO and MEM bars- do not assume that they are inMatt Jacob2010-08-061-4/+17
* Correct inverted parent DMA tag parameters.Marius Strobl2010-07-121-2/+2
* Change the mpt driver to allow larger I/O sizes.Kenneth D. Merry2010-06-291-87/+0
* On sparc64 obtain the initiator ID to be used for SPI HBAs from theMarius Strobl2010-04-271-0/+5
* Use a constant instead of a magic number for the flag that enables decodingJohn Baldwin2009-12-301-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-101-2/+2
* During shutdown, deregister the shutdown hook from the correct eventJohn Baldwin2008-07-011-1/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAXin LI2008-05-101-0/+6
* Fix an incorrect PCI device id. The current value conflicts withDoug Ambrisko2007-09-181-1/+1
* Make this driver MP safe and still be a multi-release driver.Matt Jacob2007-05-051-10/+0
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.John Baldwin2007-02-141-8/+23
* (commented out) multipath fault injection code.Matt Jacob2007-01-051-1/+6
* Make mpt_pci depend on pci and mpt_cam depend on CAM.Matt Jacob2006-12-101-0/+1
* Pointy hat handed to me by Andrew: had msi_enable on as a default.Matt Jacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.Matt Jacob2006-11-191-3/+13
* After tests on 2 different AMD platforms with severalMatt Jacob2006-11-161-2/+0
* Get the parent dma tag if one exists. This is required on sun4v. OtherJohn Birrell2006-11-151-2/+2
* Turn off MSI until some testing is done.Matt Jacob2006-11-151-0/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-1/+14
* Support for PCI-Express 4Gb Cards.Matt Jacob2006-09-081-5/+14
* bus_alloc_resource_any is actually defined in theMatt Jacob2006-07-251-5/+0
* Fix config page writes to not strip out the attributes when youMatt Jacob2006-07-121-4/+29
* Major Fixes:Matt Jacob2006-06-251-1/+3
* Add PCI ids for the FC919XMatt Jacob2006-06-101-0/+8
* More checkpointing on the way toward really (finally)Matt Jacob2006-06-021-0/+1
* Pick reasonable alignment constraints so that weMatt Jacob2006-05-311-27/+25
* Add acknowledgements to LSI-Logic for supportMatt Jacob2006-05-291-0/+3
* When setting verbose, *set* it, don't *add* it.Matt Jacob2006-05-291-1/+1
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-271-20/+3
* Add 4Gb Fibre Channel support.Matt Jacob2006-05-041-1/+10