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
*
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
*
Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.
ambrisko
2006-09-20
1
-2
/
+8
*
Change some variable names and update some comments to help clarify some
scottl
2006-09-20
2
-36
/
+33
*
Change the class from uint8_t to int8_t so people can filter on >0
ambrisko
2006-09-07
1
-1
/
+1
*
Change the event log dump on initial boot to use get_event versus
ambrisko
2006-09-07
2
-68
/
+117
*
Remove old debugging code from the interrupt handler.
scottl
2006-09-07
1
-11
/
+4
*
Change mfi_add_ld to "immediate command" mode since we need to enumerate
ambrisko
2006-06-30
1
-4
/
+7
*
Fix a potential problem when mfi_get_log_state and only
ps
2006-06-20
1
-2
/
+4
*
Instead of using scsi probes to do device discovery, use the firmware
ps
2006-06-20
5
-214
/
+178
*
Fix a typo when getting the log_state and set the flags on the
ps
2006-06-20
1
-1
/
+1
*
Cleanup dcmd firmware processing into a single function, mfi_dcmd_command
ps
2006-06-20
1
-85
/
+95
*
Clean up some comments and device printf failures in mfi_get_log_state
ps
2006-06-20
1
-6
/
+3
*
Remove two debugging printfs
ps
2006-06-19
1
-2
/
+0
*
Fix missing \n and when there are no arg's that means just print out
ambrisko
2006-06-13
1
-8
/
+11
*
Add in a bunch of things to the mfi driver:
ambrisko
2006-05-18
7
-32
/
+1132
*
Fix some small bugs.
scottl
2006-04-10
1
-2
/
+7
*
Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul
scottl
2006-03-28
1
-10
/
+14
*
Handle invalid capacity parameters from the firmware.
scottl
2006-03-28
2
-1
/
+7
*
Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' name
scottl
2006-03-25
6
-0
/
+2672