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
*
Squelch a (bogus) used before init warning when building with gcc.
ian
2014-11-23
1
-0
/
+1
*
Prevent overflow issues in timeout processing
smh
2014-11-21
3
-13
/
+15
*
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
4
-201
/
+49
*
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
*
Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI
scottl
2013-08-12
1
-6
/
+1
*
Flag mpt(4) as supporting unmapped I/O; all necessary conversion actually
marius
2013-06-24
1
-5
/
+5
*
Explicitly use a pair of parentheses to ensure correct evaluation
delphij
2013-05-31
2
-3
/
+3
*
Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST
mav
2013-04-24
1
-1
/
+1
*
MFprojects/camlock r248982:
mav
2013-04-14
2
-4
/
+4
*
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
3
-117
/
+0
*
After r241858, remove the remainder of FreeBSD ~4 support from mpt(4).
marius
2012-10-22
5
-252
/
+30
*
Now that device disabling is generic, remove the non-standard
eadler
2012-10-22
1
-5
/
+0
*
Remove unused code since the 5.x days
eadler
2012-10-22
1
-63
/
+0
*
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
*
Refine r233827; as it turns out, controllers with a device ID of 0x0059
marius
2012-04-04
1
-2
/
+10
*
Fix probing of SAS1068E with a device ID of 0x0059 after r232411.
marius
2012-04-03
1
-0
/
+6
*
Consistently update to the MPI header set version 01.05.20 after r224761.
marius
2012-03-24
14
-271
/
+569
*
As it turns out, mpi_cnfg.h already is included by mpt.h.
marius
2012-03-24
1
-2
/
+0
*
- Use the PCI ID macros from mpi_cnfg.h rather than duplicating them here.
marius
2012-03-24
2
-151
/
+82
*
Fix a problem that was causing the mpt(4) driver to attach to MegaRAID
ken
2012-03-02
1
-6
/
+56
*
Change some headers such that lang/gcc* ports no longer patch them.
tijl
2012-02-14
1
-1
/
+1
*
Flesh out support for SAS1078 and SAS1078DE (which are said to actually
marius
2012-02-11
5
-33
/
+67
*
Remove extra newlines from panic messages.
marius
2012-02-08
3
-20
/
+19
*
Increase the IOC port initialization timeouts by ten times to what the
marius
2011-11-01
1
-1
/
+1
*
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
2
-3
/
+34
*
- Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL using
marius
2011-07-29
3
-2
/
+86
*
- Staticize functions as appropriate and comment out unused ones.
marius
2011-07-29
8
-96
/
+152
*
- For SAS but neither FC nor SPI controllers default to using MSI (still
marius
2011-07-13
2
-22
/
+20
*
Remove extra empty lines.
marius
2011-07-13
1
-11
/
+0
*
Correct spelling.
marius
2011-04-22
5
-19
/
+19
*
- Allocate the DMA memory shared between the host and the controller as
marius
2011-03-06
3
-31
/
+41
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
2
-3
/
+3
*
Remove a redundant variable assignment found with the clang static analyzer.
marius
2011-01-05
1
-1
/
+1
*
Use bus_alloc_resource_any().
jhb
2010-12-28
1
-4
/
+4
*
Use the correct variable for determining the verbosity level in mpt_lprtc().
marius
2010-11-14
1
-4
/
+4
*
Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as these
marius
2010-09-24
1
-7
/
+7
*
Improve r56796; the reply handler actually may remove the request from
marius
2010-09-24
1
-1
/
+2
*
Figure which is the IO and MEM bars- do not assume that they are in
mjacob
2010-08-06
1
-4
/
+17
*
Correct inverted parent DMA tag parameters.
marius
2010-07-12
1
-2
/
+2
*
- Make the maxsize parameter of the data buffer DMA tag match maxio, which
marius
2010-07-12
2
-4
/
+5
*
Change the mpt driver to allow larger I/O sizes.
ken
2010-06-29
5
-113
/
+135
*
Print IR_RESYNC updates informatively.
mjacob
2010-05-02
1
-0
/
+4
*
On sparc64 obtain the initiator ID to be used for SPI HBAs from the
marius
2010-04-27
3
-1
/
+16
[next]