summaryrefslogtreecommitdiff
path: root/sys/dev/mfi/mfi_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add PCI device ID for MegaRAID Invader cards. This was the onlyDoug Ambrisko2013-09-251-0/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-14/+2
* MFhead_mfi r227068Doug Ambrisko2012-03-301-11/+28
|\
| * First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.Doug Ambrisko2011-11-041-5/+43
* | Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* | - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+2
* | Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-161-1/+23
|/
* Correct mfip module dependency on mfi. This allows mfip to be loaded asKonstantin Belousov2010-03-021-0/+1
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2Doug Ambrisko2008-12-151-1/+1
* Sort the PCI device's and make the catch-all for new DellDoug Ambrisko2008-12-121-6/+6
* Add in some more device ID's and a generic catch-all.Doug Ambrisko2008-12-121-0/+3
* Change new card identification names.Doug Ambrisko2008-12-031-4/+4
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.Doug Ambrisko2008-11-121-5/+18
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIDoug Ambrisko2007-12-191-0/+1
* Update the MFI driver to support new "1078" series of hardware. ThisScott Long2007-08-251-3/+30
* Fix a few nits relative to the previous changes:John Baldwin2007-08-131-0/+1
* Teach the mfi(4) driver to handle requests from userland managementJohn Baldwin2007-08-131-2/+6
* Collapse the mfi_ld object. Add an ioctl to help management apps mapScott Long2007-05-101-7/+9
* Remove a PCI ID entry that conflicts with the AMR driver.Scott Long2007-01-231-1/+0
* Add PCI Id's for upcoming controllers.Scott Long2007-01-171-1/+3
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-201-0/+1
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-181-0/+2
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-251-0/+243