index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mpt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some fairly major changes to this driver.
mjacob
2006-03-25
7
-530
/
+3102
*
If we actually succeed in the Task Management Function where we
mjacob
2006-03-17
1
-5
/
+6
*
In mpt_complete_request_chain don't depend on somebody else to
mjacob
2006-03-17
1
-1
/
+1
*
Add a serial number for requests so we don't just depend on a request pointer
mjacob
2006-03-07
3
-9
/
+18
*
turn some WARNs for unknown events into INFOs
mjacob
2006-03-04
1
-2
/
+2
*
Fix mpt_reset to try mpt_hard_reset more than once, and to try
mjacob
2006-02-28
2
-43
/
+86
*
Remove the ill-considered effect of using the type definitions as
mjacob
2006-02-26
3
-38
/
+55
*
Shorten the time for waiting for TMF commands to complete- let's
mjacob
2006-02-26
1
-4
/
+11
*
a) Delay for port enable to succeed should be 30 seconds (at least) for
mjacob
2006-02-26
1
-4
/
+2
*
Role a microrev of the MPI Library in preparation for target mode work.
mjacob
2006-02-25
12
-87
/
+471
*
Remove commented out qualifier to dumping a message.
mjacob
2006-02-22
1
-2
/
+2
*
Do initial cut of SAS HBA support. These controllers (106X) seem to support
mjacob
2006-02-11
5
-223
/
+587
*
Garbage collect a file that no longe is used (replaced by mpi_log_fc.h).
mjacob
2006-02-08
1
-117
/
+0
*
Rev MPI spec to 1.05.09 level in preparation for SAS support.
mjacob
2006-01-21
15
-143
/
+3260
*
Fix -Wundef.
ru
2005-12-04
3
-5
/
+5
*
Keep track of volumes in non-optimal state and expose a simple count
kan
2005-11-15
2
-0
/
+13
*
Remove a couple of explicit memset(0) ops that were zeroing past the end of
scottl
2005-10-08
1
-4
/
+2
*
Restore the 929X support that got nuked in merge
mjacob
2005-09-11
1
-0
/
+7
*
Correct attribution in clause three to address the correct copyright
gibbs
2005-08-03
7
-21
/
+21
*
Massive overhaul of MPT Fusion driver:
scottl
2005-07-10
21
-2966
/
+7130
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-4
/
+0
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-1
/
+5
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
15
-15
/
+15
*
Add support for FC929X, which apparently is just a PCI-X version of FC929.
sobomax
2004-12-18
1
-0
/
+7
*
Correct style nit in rev 1.17.
obrien
2004-08-25
1
-2
/
+2
*
Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.
dwhite
2004-08-24
1
-1
/
+3
*
Fix where my automated script blew the SCM ID format conversion.
obrien
2004-08-21
3
-9
/
+9
*
Remove erroneous semicolons.
stefanf
2004-07-13
1
-2
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-1
/
+1
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-1
/
+1
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-15
/
+15
*
Use __FBSDID().
obrien
2003-08-24
4
-9
/
+17
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+4
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-13
/
+1
*
Add change that allows PAE to work.
mjacob
2003-06-12
1
-1
/
+2
*
Update MPILIB from code received from LSI. Make changes in the rest of
mjacob
2003-06-03
9
-159
/
+519
*
Fix compile: the type is spelled bus_dmasync_op_t rather than
jhb
2003-05-27
1
-3
/
+3
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-3
/
+3
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-3
/
+3
*
PAGE_SIZE is unsigned on all our platforms, and is a long on some.
obrien
2003-02-23
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Code cleanup: use mpt_prt instead of device_printf.
mjacob
2002-09-24
5
-222
/
+171
*
Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Credits
mjacob
2002-09-23
4
-82
/
+99
*
Wads more cleanup...
mjacob
2002-09-23
1
-176
/
+233
*
Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic for
mjacob
2002-09-23
1
-2
/
+14
[next]