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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct mfip module dependency on mfi. This allows mfip to be loaded as
kib
2010-03-02
2
-0
/
+2
*
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
*
ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6
scottl
2009-08-13
2
-37
/
+184
*
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
2
-1
/
+2
*
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
2
-6
/
+6
*
Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2
ambrisko
2008-12-15
2
-2
/
+3
*
Sort the PCI device's and make the catch-all for new Dell
ambrisko
2008-12-12
1
-6
/
+6
*
Add in some more device ID's and a generic catch-all.
ambrisko
2008-12-12
1
-0
/
+3
*
Change new card identification names.
ambrisko
2008-12-03
1
-4
/
+4
*
Fix the maximum transfer size for mfi(4) disk devices to not exceed the
jhb
2008-11-17
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
5
-30
/
+85
*
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
2
-0
/
+62
*
Add support for management apps. Work around an apparent firmware bug that
scottl
2008-05-12
2
-8
/
+126
*
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
2
-58
/
+94
*
Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSI
ambrisko
2007-12-19
1
-0
/
+1
*
I incorrectly assumed the log buffer started from the beginning when it
ambrisko
2007-12-19
1
-7
/
+3
*
Play better with CAM so that there aren't so many spurious warnings at boot.
scottl
2007-10-12
1
-17
/
+14
*
Update the MFI driver to support new "1078" series of hardware. This
scottl
2007-08-25
4
-24
/
+221
*
Fix a few nits relative to the previous changes:
jhb
2007-08-13
2
-2
/
+9
*
Teach the mfi(4) driver to handle requests from userland management
jhb
2007-08-13
5
-29
/
+217
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Add in a couple of things:
ambrisko
2007-06-04
2
-19
/
+33
*
Catch up to driver changes required for the mfip sub-driver.
scottl
2007-05-16
3
-4
/
+27
*
Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devices
scottl
2007-05-16
1
-0
/
+389
*
Collapse the mfi_ld object. Add an ioctl to help management apps map
scottl
2007-05-10
5
-44
/
+79
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Remove a PCI ID entry that conflicts with the AMR driver.
scottl
2007-01-23
1
-1
/
+0
*
Add PCI Id's for upcoming controllers.
scottl
2007-01-17
1
-1
/
+3
*
Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.
scottl
2007-01-07
1
-1
/
+1
*
Make sure that all of the fields in the header are clean. It was possible for
scottl
2007-01-02
1
-5
/
+9
*
Some relatively minor changes and bug fixes:
ambrisko
2006-12-14
3
-65
/
+54
*
Change the internal API for polled commands. Calling mfi_polled_command
scottl
2006-11-18
1
-83
/
+39
*
- Add in FreeBSD native ioctl that models the Linux version.
ambrisko
2006-11-14
3
-7
/
+206
*
Remove some debugging code that accidentally crept in.
scottl
2006-10-16
1
-3
/
+1
*
- Add a command validator for use in debugging.
scottl
2006-10-16
5
-53
/
+425
*
Skip the AEN event command that is always hanging out on the card.
scottl
2006-09-27
1
-0
/
+2
*
Fix a bad #include statment
scottl
2006-09-27
1
-1
/
+1
*
Add a command debugging module and a periodic watchdog timer.
scottl
2006-09-25
3
-0
/
+287
[next]