| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r207287 | Marius Strobl | 2010-05-10 | 1 | -0/+5 |
| * | 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 |
| * | Fix some of the previus changes 'better'. | Matt Jacob | 2006-04-01 | 1 | -2/+2 |
| * | Some fairly major changes to this driver. | Matt Jacob | 2006-03-25 | 1 | -11/+67 |
| * | Role a microrev of the MPI Library in preparation for target mode work. | Matt Jacob | 2006-02-25 | 1 | -0/+33 |
| * | Do initial cut of SAS HBA support. These controllers (106X) seem to support | Matt Jacob | 2006-02-11 | 1 | -25/+91 |
| * | Restore the 929X support that got nuked in merge | Matt Jacob | 2005-09-11 | 1 | -0/+7 |
| * | Correct attribution in clause three to address the correct copyright | Justin T. Gibbs | 2005-08-03 | 1 | -3/+3 |
| * | Massive overhaul of MPT Fusion driver: | Scott Long | 2005-07-10 | 1 | -173/+196 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Add support for FC929X, which apparently is just a PCI-X version of FC929. | Maxim Sobolev | 2004-12-18 | 1 | -0/+7 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -1/+1 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 1 | -15/+15 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -6/+8 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -4/+4 |
| * | PAGE_SIZE is unsigned on all our platforms, and is a long on some. | David E. O'Brien | 2003-02-23 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Code cleanup: use mpt_prt instead of device_printf. | Matt Jacob | 2002-09-24 | 1 | -5/+4 |
| * | Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Credits | Matt Jacob | 2002-09-23 | 1 | -8/+29 |