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
/
mfi
/
mfi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds hw.mfi.cmd_timeout loader / sysctl tuneable which controls the default
smh
2013-02-27
1
-5
/
+11
*
Fixes queuing issues where mfi_release_command blindly sets the cm_flags = 0
smh
2013-02-27
1
-116
/
+204
*
Fixes mfi panic on recused on non-recusive mutex MFI I/O lock
smh
2013-02-27
1
-3
/
+1
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-2
/
+8
*
Add support for SCSI pass through devices to be attached and
ambrisko
2012-11-08
1
-0
/
+5
*
- Extend the prior commit to use the generic SCSI command building
ambrisko
2012-11-06
1
-53
/
+97
*
Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI
delphij
2012-11-02
1
-26
/
+82
*
Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORT
jhb
2012-09-26
1
-0
/
+1
*
Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver.
jhb
2012-07-03
1
-4
/
+8
*
Some style improvements.
ambrisko
2012-05-04
1
-5
/
+6
*
First fix pr 167226:
ambrisko
2012-05-04
1
-11
/
+20
*
MFhead_mfi r227068
ambrisko
2012-03-30
1
-217
/
+1228
|
\
|
*
First cut at updating mfi(4) to support newer LSI MegaRAID SAS cards.
ambrisko
2011-11-04
1
-177
/
+1170
*
|
Add single-message MSI support to mfi(4). It is disabled by default but
jhb
2011-11-16
1
-9
/
+2
*
|
Do a dummy read to flush the interrupt ACK that we just performed,
delphij
2011-11-09
1
-0
/
+6
*
|
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
|
/
*
- Add special support for the MFI_CMD ioctl with MFI_CMD_STP command, used
mav
2011-09-29
1
-40
/
+63
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Shorten a variable access some using a cached value rather than
bz
2011-09-07
1
-2
/
+1
*
Support controllers whose option ROM is disabled in the BIOS by kicking
jhb
2011-07-14
1
-2
/
+6
*
Use MFI_STAT_* constants for cmd_status field values rather than magic
jhb
2011-07-14
1
-5
/
+6
*
There are a couple of structs in mfireg.h with members named 'class'.
emaste
2011-06-02
1
-9
/
+9
*
Revert r200231. It was already taken cared by jhb long ago.
jkim
2009-12-07
1
-16
/
+3
*
Make mfi(4) little bit less chatty.
jkim
2009-12-07
1
-3
/
+16
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-13
/
+7
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-7
/
+13
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
1
-1
/
+1
*
fw_state ad cur_state are holding unsigned bitfields, so declare then
scottl
2009-06-24
1
-1
/
+1
*
We no longer need to use d_thread_t, migrate to struct thread *.
imp
2009-05-20
1
-5
/
+5
*
Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2
ambrisko
2008-12-15
1
-1
/
+2
*
Fix compile. I was in the wrong tree when I tested it :-(
ambrisko
2008-11-14
1
-2
/
+2
*
When running a 32bit app. on amd64, ensure the bits above 32bit
ambrisko
2008-11-14
1
-0
/
+15
*
One more piece to add to make sense data work for a user app. from LSI.
ambrisko
2008-11-13
1
-0
/
+10
*
- Fix from jhb for failing I/O request when bus_dmamap_load fails.
ambrisko
2008-11-12
1
-24
/
+48
*
Fix style nit: s/^ }/}/ in two places.
imp
2008-08-23
1
-2
/
+2
*
Tweak the output of event log messages from the controller:
jhb
2008-06-26
1
-283
/
+48
*
Adjust the handling of pending log events during boot:
jhb
2008-06-26
1
-50
/
+75
*
Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app's
ambrisko
2008-05-28
1
-0
/
+42
*
Add support for management apps. Work around an apparent firmware bug that
scottl
2008-05-12
1
-8
/
+108
*
Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) for
kris
2008-04-16
1
-1
/
+1
*
Add in a compat. mode so you can either open the card's device
ambrisko
2008-03-22
1
-0
/
+9
*
Fix some bugs in dealing with DCMD'd without data. MegaCli was sending
ambrisko
2008-02-02
1
-58
/
+92
*
I incorrectly assumed the log buffer started from the beginning when it
ambrisko
2007-12-19
1
-7
/
+3
*
Update the MFI driver to support new "1078" series of hardware. This
scottl
2007-08-25
1
-21
/
+120
*
Fix a few nits relative to the previous changes:
jhb
2007-08-13
1
-2
/
+8
*
Teach the mfi(4) driver to handle requests from userland management
jhb
2007-08-13
1
-22
/
+155
*
Add in a couple of things:
ambrisko
2007-06-04
1
-19
/
+32
*
Catch up to driver changes required for the mfip sub-driver.
scottl
2007-05-16
1
-4
/
+16
*
Collapse the mfi_ld object. Add an ioctl to help management apps map
scottl
2007-05-10
1
-14
/
+25
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
[next]