summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt/mpt_pci.c
Commit message (Expand)AuthorAgeFilesLines
* During shutdown, deregister the shutdown hook from the correct eventjhb2008-07-011-1/+1
* Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATAdelphij2008-05-101-0/+6
* Fix an incorrect PCI device id. The current value conflicts withambrisko2007-09-181-1/+1
* Make this driver MP safe and still be a multi-release driver.mjacob2007-05-051-10/+0
* Redo previous newbus related change to be kinder tomjacob2007-02-231-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Catch up to MSI-X API changes. Tested with both MSI and MSI-X.jhb2007-02-141-8/+23
* (commented out) multipath fault injection code.mjacob2007-01-051-1/+6
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-101-0/+1
* Pointy hat handed to me by Andrew: had msi_enable on as a default.mjacob2006-11-191-1/+1
* Play it safe and make MSI and MSI-X an option you have to turn on for MPT.mjacob2006-11-191-3/+13
* After tests on 2 different AMD platforms with severalmjacob2006-11-161-2/+0
* Get the parent dma tag if one exists. This is required on sun4v. Otherjb2006-11-151-2/+2
* Turn off MSI until some testing is done.mjacob2006-11-151-0/+2
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-151-1/+14
* Support for PCI-Express 4Gb Cards.mjacob2006-09-081-5/+14
* bus_alloc_resource_any is actually defined in themjacob2006-07-251-5/+0
* Fix config page writes to not strip out the attributes when youmjacob2006-07-121-4/+29
* Major Fixes:mjacob2006-06-251-1/+3
* Add PCI ids for the FC919Xmjacob2006-06-101-0/+8
* More checkpointing on the way toward really (finally)mjacob2006-06-021-0/+1
* Pick reasonable alignment constraints so that wemjacob2006-05-311-27/+25
* Add acknowledgements to LSI-Logic for supportmjacob2006-05-291-0/+3
* When setting verbose, *set* it, don't *add* it.mjacob2006-05-291-1/+1
* Work in progress toward fixing IM checked in after havingmjacob2006-05-271-20/+3
* Add 4Gb Fibre Channel support.mjacob2006-05-041-1/+10
* A large set of changes:mjacob2006-04-111-26/+22
* Fix some of the previus changes 'better'.mjacob2006-04-011-2/+2
* Some fairly major changes to this driver.mjacob2006-03-251-11/+67
* Role a microrev of the MPI Library in preparation for target mode work.mjacob2006-02-251-0/+33
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-111-25/+91
* Restore the 929X support that got nuked in mergemjacob2005-09-111-0/+7
* Correct attribution in clause three to address the correct copyrightgibbs2005-08-031-3/+3
* Massive overhaul of MPT Fusion driver:scottl2005-07-101-173/+196
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Add support for FC929X, which apparently is just a PCI-X version of FC929.sobomax2004-12-181-0/+7
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-15/+15
* Use __FBSDID().obrien2003-08-241-6/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-4/+4
* PAGE_SIZE is unsigned on all our platforms, and is a long on some.obrien2003-02-231-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Code cleanup: use mpt_prt instead of device_printf.mjacob2002-09-241-5/+4
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-231-8/+29
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* Add 909A PCI id.mjacob2002-08-301-1/+9
OpenPOWER on IntegriCloud