| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r303874 (by trasz): | Alexander Motin | 2017-03-23 | 1 | -4/+0 |
| * | MFC: r260058 | Marius Strobl | 2014-04-25 | 1 | -61/+36 |
| * | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -6/+1 |
| * | Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST | Alexander Motin | 2013-04-24 | 1 | -1/+1 |
| * | Now that device disabling is generic, remove the non-standard | Eitan Adler | 2012-10-22 | 1 | -5/+0 |
| * | Remove unused code since the 5.x days | Eitan Adler | 2012-10-22 | 1 | -63/+0 |
| * | Refine r233827; as it turns out, controllers with a device ID of 0x0059 | Marius Strobl | 2012-04-04 | 1 | -2/+10 |
| * | Fix probing of SAS1068E with a device ID of 0x0059 after r232411. | Marius Strobl | 2012-04-03 | 1 | -0/+6 |
| * | As it turns out, mpi_cnfg.h already is included by mpt.h. | Marius Strobl | 2012-03-24 | 1 | -2/+0 |
| * | - Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here. | Marius Strobl | 2012-03-24 | 1 | -151/+80 |
| * | Fix a problem that was causing the mpt(4) driver to attach to MegaRAID | Kenneth D. Merry | 2012-03-02 | 1 | -6/+56 |
| * | Flesh out support for SAS1078 and SAS1078DE (which are said to actually | Marius Strobl | 2012-02-11 | 1 | -9/+19 |
| * | - Staticize functions as appropriate and comment out unused ones. | Marius Strobl | 2011-07-29 | 1 | -1/+9 |
| * | - For SAS but neither FC nor SPI controllers default to using MSI (still | Marius Strobl | 2011-07-13 | 1 | -20/+20 |
| * | Remove extra empty lines. | Marius Strobl | 2011-07-13 | 1 | -11/+0 |
| * | Correct spelling. | Marius Strobl | 2011-04-22 | 1 | -1/+1 |
| * | Use bus_alloc_resource_any(). | John Baldwin | 2010-12-28 | 1 | -4/+4 |
| * | Figure which is the IO and MEM bars- do not assume that they are in | Matt Jacob | 2010-08-06 | 1 | -4/+17 |
| * | Correct inverted parent DMA tag parameters. | Marius Strobl | 2010-07-12 | 1 | -2/+2 |
| * | Change the mpt driver to allow larger I/O sizes. | Kenneth D. Merry | 2010-06-29 | 1 | -87/+0 |
| * | On sparc64 obtain the initiator ID to be used for SPI HBAs from the | Marius Strobl | 2010-04-27 | 1 | -0/+5 |
| * | Use a constant instead of a magic number for the flag that enables decoding | John Baldwin | 2009-12-30 | 1 | -1/+1 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 1 | -2/+2 |
| * | During shutdown, deregister the shutdown hook from the correct event | John Baldwin | 2008-07-01 | 1 | -1/+1 |
| * | Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA | Xin LI | 2008-05-10 | 1 | -0/+6 |
| * | Fix an incorrect PCI device id. The current value conflicts with | Doug Ambrisko | 2007-09-18 | 1 | -1/+1 |
| * | Make this driver MP safe and still be a multi-release driver. | Matt Jacob | 2007-05-05 | 1 | -10/+0 |
| * | Redo previous newbus related change to be kinder to | Matt Jacob | 2007-02-23 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Catch up to MSI-X API changes. Tested with both MSI and MSI-X. | John Baldwin | 2007-02-14 | 1 | -8/+23 |
| * | (commented out) multipath fault injection code. | Matt Jacob | 2007-01-05 | 1 | -1/+6 |
| * | Make mpt_pci depend on pci and mpt_cam depend on CAM. | Matt Jacob | 2006-12-10 | 1 | -0/+1 |
| * | Pointy hat handed to me by Andrew: had msi_enable on as a default. | Matt Jacob | 2006-11-19 | 1 | -1/+1 |
| * | Play it safe and make MSI and MSI-X an option you have to turn on for MPT. | Matt Jacob | 2006-11-19 | 1 | -3/+13 |
| * | After tests on 2 different AMD platforms with several | Matt Jacob | 2006-11-16 | 1 | -2/+0 |
| * | Get the parent dma tag if one exists. This is required on sun4v. Other | John Birrell | 2006-11-15 | 1 | -2/+2 |
| * | Turn off MSI until some testing is done. | Matt Jacob | 2006-11-15 | 1 | -0/+2 |
| * | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | John Baldwin | 2006-11-15 | 1 | -1/+14 |
| * | Support for PCI-Express 4Gb Cards. | Matt Jacob | 2006-09-08 | 1 | -5/+14 |
| * | bus_alloc_resource_any is actually defined in the | Matt Jacob | 2006-07-25 | 1 | -5/+0 |
| * | Fix config page writes to not strip out the attributes when you | Matt Jacob | 2006-07-12 | 1 | -4/+29 |
| * | Major Fixes: | Matt Jacob | 2006-06-25 | 1 | -1/+3 |
| * | Add PCI ids for the FC919X | Matt Jacob | 2006-06-10 | 1 | -0/+8 |
| * | More checkpointing on the way toward really (finally) | Matt Jacob | 2006-06-02 | 1 | -0/+1 |
| * | Pick reasonable alignment constraints so that we | Matt Jacob | 2006-05-31 | 1 | -27/+25 |
| * | Add acknowledgements to LSI-Logic for support | Matt Jacob | 2006-05-29 | 1 | -0/+3 |
| * | When setting verbose, *set* it, don't *add* it. | Matt Jacob | 2006-05-29 | 1 | -1/+1 |
| * | Work in progress toward fixing IM checked in after having | Matt Jacob | 2006-05-27 | 1 | -20/+3 |
| * | Add 4Gb Fibre Channel support. | Matt Jacob | 2006-05-04 | 1 | -1/+10 |
| * | A large set of changes: | Matt Jacob | 2006-04-11 | 1 | -26/+22 |