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
/
mpt_cam.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r315067: Partially fix target task management requests handling.
mav
2017-03-23
1
-106
/
+119
*
MFC r315004: Add PIM_EXTLUNS support to mpt(4).
mav
2017-03-23
1
-47
/
+15
*
MFC r315002: Improve residuals reporting in target mode.
mav
2017-03-23
1
-1
/
+6
*
MFC r315001: Fix panic on wildcard target LUN disable.
mav
2017-03-23
1
-1
/
+1
*
MFC r314998: Fix FC target mode in mpt(4), broken in multiple ways.
mav
2017-03-23
1
-74
/
+51
*
MFC r314967: Add support for XPT_GET_SIM_KNOB in FC mode.
mav
2017-03-23
1
-17
/
+36
*
MFC r314968: Report some more data in XPT_PATH_INQ.
mav
2017-03-23
1
-0
/
+11
*
MFC r314966: Report FC link speed.
mav
2017-03-23
1
-3
/
+21
*
MFC r311305 (by asomers):
mav
2017-03-23
1
-3
/
+3
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-3
/
+3
*
Hide a harmless "QUEUE FULL EVENT" message behind bootverbose.
hiren
2014-06-20
1
-2
/
+5
*
- Remove a redundant variable in mpt_pci_attach().
marius
2013-12-29
1
-105
/
+9
*
Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this
eadler
2013-11-30
1
-2
/
+2
*
Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,
nwhitehorn
2013-10-30
1
-13
/
+15
*
Partial MFproject/camlock r256671:
mav
2013-10-21
1
-2
/
+1
*
Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-24
1
-5
/
+5
*
MFprojects/camlock r248982:
mav
2013-04-14
1
-2
/
+2
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-100
/
+20
*
Remove support for using Giant for locking within mpt(4). Finer grained
marius
2012-10-22
1
-77
/
+0
*
After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).
marius
2012-10-22
1
-58
/
+19
*
Fix an issue that caused the kernel to panic inside CTL when trying
ken
2012-06-26
1
-17
/
+17
*
Correct sizeof usage
kevlo
2012-06-25
1
-1
/
+1
*
Flesh out support for SAS1078 and SAS1078DE (which are said to actually
marius
2012-02-11
1
-22
/
+31
*
Remove extra newlines from panic messages.
marius
2012-02-08
1
-10
/
+10
*
Sync with ahc(4)/ahd(4)/sym(4) etc:
marius
2011-10-07
1
-0
/
+1
*
Add descriptor sense support to CAM, and honor sense residuals properly in
ken
2011-10-03
1
-4
/
+11
*
o Improve 224494:
marius
2011-08-10
1
-2
/
+15
*
- Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using
marius
2011-07-29
1
-2
/
+66
*
- Staticize functions as appropriate and comment out unused ones.
marius
2011-07-29
1
-12
/
+12
*
Correct spelling.
marius
2011-04-22
1
-2
/
+2
*
- Allocate the DMA memory shared between the host and the controller as
marius
2011-03-06
1
-9
/
+0
*
Remove a redundant variable assignment found with the clang static analyzer.
marius
2011-01-05
1
-1
/
+1
*
Change the mpt driver to allow larger I/O sizes.
ken
2010-06-29
1
-6
/
+3
*
Print IR_RESYNC updates informatively.
mjacob
2010-05-02
1
-0
/
+4
*
Replace a magic value with the appropriate macro.
marius
2010-04-27
1
-2
/
+3
*
nit: xpt_bus_deregister has to be called with the sim lock held.
mjacob
2010-03-30
1
-0
/
+4
*
Do not release device, when changing number of openings.
mav
2010-02-04
1
-0
/
+1
*
Use callout_init_mtx on FreeBSD versions recent enough. This closes
kan
2009-10-20
1
-0
/
+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
*
Make the whole initiator mode part of mpt(4) endian-clean,
marius
2009-01-07
1
-15
/
+35
*
Restore multi-release tradition of the driver.
jkim
2008-05-02
1
-3
/
+4
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-1
/
+1
*
For some blasted reason the SATA WC change frees a structure right in the
scottl
2007-10-12
1
-1
/
+0
*
Move callout initialization to the proper spot. This prevents panics during
scottl
2007-08-14
1
-4
/
+0
*
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
*
Free the portinfo object on unload.
scottl
2007-06-04
1
-0
/
+4
*
mpt.c:
scottl
2007-06-03
1
-0
/
+305
[next]