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
*
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
*
We do not need to expose mpt_notify outside of mpt_freebsd.c.
mjacob
2002-09-23
1
-1
/
+0
*
When freeing a request, zero out the sequence number.
mjacob
2002-09-23
1
-2
/
+3
*
Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64
mjacob
2002-09-03
1
-0
/
+10
*
Fix things so that:
mjacob
2002-09-01
4
-34
/
+278
*
Sigh. Ken Merry convinced me that my attempts to DTRT were wrong.
mjacob
2002-08-30
10
-321
/
+220
*
Add 909A PCI id.
mjacob
2002-08-30
1
-1
/
+9
*
Add an additional copyright (with the express consent of LSI Logic) that
mjacob
2002-08-30
10
-0
/
+310
*
Do some minor cleanups found during backport to RELENG_4.
mjacob
2002-08-23
3
-25
/
+24
*
Pick a cleaner method (and put in a separate function) for finding
mjacob
2002-08-23
1
-21
/
+43
*
A chunk of cleanup, both stylistic and substantive.
mjacob
2002-08-20
6
-330
/
+1021
*
Add support for the LSI-Logic Fusion/MP architecture.
mjacob
2002-08-11
16
-0
/
+7920