| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: 1.51 | Doug Ambrisko | 2007-09-21 | 1 | -1/+1 |
| * | MFC: MPI 1.5.16, SAS topology scan, SATA WC enable tunable | Scott Long | 2007-06-05 | 12 | -489/+1108 |
| * | MFC: Hide bus reset announcements within bootverbose. | Matt Jacob | 2007-04-13 | 1 | -2/+7 |
| * | feedback from RELENG_5 port | Matt Jacob | 2007-03-11 | 2 | -0/+8 |
| * | Synchronize with -current as of this date. There is a lot of source | Matt Jacob | 2007-03-08 | 7 | -519/+875 |
| * | MFC: All of those added MODULE_DEPEND clauses to make CAM and the | Matt Jacob | 2006-12-14 | 2 | -0/+2 |
| * | MFC 1.34: Connect QFULL events up with decreasing openings. | Matt Jacob | 2006-09-27 | 1 | -2/+32 |
| * | MFC -current code, to wit to: | Matt Jacob | 2006-09-16 | 7 | -119/+488 |
| * | MFC: Fixes related for VMWare. | Matt Jacob | 2006-06-27 | 4 | -28/+51 |
| * | MFC 1.34: support for FC919X | Matt Jacob | 2006-06-17 | 1 | -0/+8 |
| * | MFC 1.24- add ability to reset individual targets and negotiate specific rates. | Matt Jacob | 2006-06-13 | 1 | -50/+48 |
| * | MFC -current mpt driver to support FC target mode and SAS HBAs plus | Matt Jacob | 2006-06-08 | 19 | -1673/+7514 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-02-28 | 1 | -0/+288 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-01-26 | 4 | -0/+928 |
| * | MFC: Sync with HEAD. This fixes an out-of-bounds access that was caught by | Scott Long | 2005-10-27 | 7 | -25/+23 |
| * | MFC: Restore the 929X support that got nuked in merge | Matt Jacob | 2005-09-12 | 1 | -0/+7 |
| * | Massive overhaul of MPT Fusion driver: | Scott Long | 2005-07-10 | 21 | -2955/+7119 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -4/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 1 | -1/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 15 | -15/+15 |
| * | Add support for FC929X, which apparently is just a PCI-X version of FC929. | Maxim Sobolev | 2004-12-18 | 1 | -0/+7 |
| * | Correct style nit in rev 1.17. | David E. O'Brien | 2004-08-25 | 1 | -2/+2 |
| * | Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD. | Doug White | 2004-08-24 | 1 | -1/+3 |
| * | Fix where my automated script blew the SCM ID format conversion. | David E. O'Brien | 2004-08-21 | 3 | -9/+9 |
| * | Remove erroneous semicolons. | Stefan Farfeleder | 2004-07-13 | 1 | -2/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | Tom Rhodes | 2004-03-12 | 1 | -1/+1 |
| * | 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 | 4 | -9/+17 |
| * | 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 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -13/+1 |
| * | Add change that allows PAE to work. | Matt Jacob | 2003-06-12 | 1 | -1/+2 |
| * | Update MPILIB from code received from LSI. Make changes in the rest of | Matt Jacob | 2003-06-03 | 9 | -158/+518 |
| * | Fix compile: the type is spelled bus_dmasync_op_t rather than | John Baldwin | 2003-05-27 | 1 | -3/+3 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 1 | -3/+3 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 1 | -3/+3 |
| * | 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 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
| * | Code cleanup: use mpt_prt instead of device_printf. | Matt Jacob | 2002-09-24 | 5 | -222/+171 |
| * | Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Credits | Matt Jacob | 2002-09-23 | 4 | -82/+99 |
| * | Wads more cleanup... | Matt Jacob | 2002-09-23 | 1 | -176/+233 |
| * | Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for | Matt Jacob | 2002-09-23 | 1 | -2/+14 |
| * | We do not need to expose mpt_notify outside of mpt_freebsd.c. | Matt Jacob | 2002-09-23 | 1 | -1/+0 |
| * | When freeing a request, zero out the sequence number. | Matt Jacob | 2002-09-23 | 1 | -2/+3 |
| * | Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 | Matt Jacob | 2002-09-03 | 1 | -0/+10 |