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
...
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+0
*
Add necessary include.
phk
2009-09-08
1
-0
/
+1
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
2
-2
/
+5
*
Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.
delphij
2009-07-02
1
-1
/
+4
*
Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.
delphij
2009-07-02
1
-4
/
+4
*
- Remove unused variables. [1]
marius
2009-06-24
1
-25
/
+3
*
Largely revert the earlier change to use a single CCB for the RAID recovery
jhb
2009-05-21
1
-3
/
+8
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-3
/
+3
*
Make the whole initiator mode part of mpt(4) endian-clean,
marius
2009-01-07
5
-37
/
+223
*
Allocate a single CCB at the start of the main loop of the RAID monitoring
jhb
2008-07-21
1
-4
/
+4
*
Rework how the mpt_user personality handles buffers for config pages.
jhb
2008-07-01
1
-67
/
+105
*
During shutdown, deregister the shutdown hook from the correct event
jhb
2008-07-01
1
-1
/
+1
*
Add support for LSI 1078DE (ServeRAID-AR10is SAS/SATA
delphij
2008-05-10
1
-0
/
+6
*
Add a new personality to mpt(4) devices to allow userland applications to
jhb
2008-05-06
2
-0
/
+758
*
Restore multi-release tradition of the driver.
jkim
2008-05-02
3
-7
/
+20
*
Don't force a reset at driver attach time. It doesn't work on some
scottl
2008-04-03
1
-1
/
+1
*
The MPT driver treats the "core" module with the same importance and
scottl
2008-03-31
1
-4
/
+7
*
Ever since the module registration system was introduced to this driver,
scottl
2007-11-03
1
-1
/
+2
*
fix up some code for older systems changed by accident in the last commit
julian
2007-10-21
1
-1
/
+6
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
3
-4
/
+4
*
For some blasted reason the SATA WC change frees a structure right in the
scottl
2007-10-12
1
-1
/
+0
*
Spelling fix for interupt -> interrupt
kevlo
2007-10-12
1
-3
/
+3
*
Fix an incorrect PCI device id. The current value conflicts with
ambrisko
2007-09-18
1
-1
/
+1
*
Move callout initialization to the proper spot. This prevents panics during
scottl
2007-08-14
3
-8
/
+1
*
Fix some debugging code that crept in accidentally.
scottl
2007-06-18
1
-3
/
+3
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-5
/
+5
*
Track an update in the MPI headers that was missed earlier.
scottl
2007-06-04
1
-1
/
+1
*
Free the portinfo object on unload.
scottl
2007-06-04
1
-0
/
+4
*
mpt.c:
scottl
2007-06-03
3
-32
/
+514
*
Update to MPI 1.5.16
scottl
2007-06-03
9
-456
/
+589
*
Make this driver MP safe and still be a multi-release driver.
mjacob
2007-05-05
6
-129
/
+150
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
1
-5
/
+3
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-5
/
+7
*
Hide bus reset announcements within bootverbose.
mjacob
2007-04-07
1
-2
/
+7
*
feedback from RELENG_5 port
mjacob
2007-03-11
2
-0
/
+8
*
Redo previous newbus related change to be kinder to
mjacob
2007-02-23
2
-1
/
+8
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Use the new xpt_rescan function to truly now have dynamic
mjacob
2007-02-23
2
-2
/
+42
*
Catch up to MSI-X API changes. Tested with both MSI and MSI-X.
jhb
2007-02-14
1
-8
/
+23
*
Whoops- #ifdef problem caused uninitialized transport. Not horribly
mjacob
2007-01-25
1
-1
/
+1
*
(commented out) multipath fault injection code.
mjacob
2007-01-05
4
-2
/
+21
*
Another (minor) CAM_NEW_TRAN backport thingie, plus a slightly
mjacob
2007-01-05
1
-1
/
+17
*
Make some slight reorganization (bringing back in some
mjacob
2006-12-16
1
-12
/
+86
*
Make mpt_pci depend on pci and mpt_cam depend on CAM.
mjacob
2006-12-10
2
-0
/
+2
*
PH! Forgot to do my cross-compile check. Also now rearranged things so
mjacob
2006-12-07
2
-14
/
+17
*
MFP4: principally to reapply tagged command support to FC and SAS cards.
mjacob
2006-12-07
5
-285
/
+389
*
use xpt_print function
mjacob
2006-12-05
1
-3
/
+2
*
Fix a massive couple of botches here: the NVRAM settings
mjacob
2006-12-03
1
-23
/
+15
*
Forced commit: previous revision just correctly reflected that
mjacob
2006-12-03
1
-1
/
+0
*
Fix a debug message which didn't quite get it right about data direction.
mjacob
2006-12-03
4
-102
/
+163
[prev]
[next]