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
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
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
1
-56
/
+44
*
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
1
-6
/
+145
*
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
1
-44
/
+138
*
Skip the AEN event command that is always hanging out on the card.
scottl
2006-09-27
1
-0
/
+2
*
Add a command debugging module and a periodic watchdog timer.
scottl
2006-09-25
1
-0
/
+44
*
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
1
-29
/
+30
*
Change the event log dump on initial boot to use get_event versus
ambrisko
2006-09-07
1
-55
/
+113
*
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
1
-202
/
+77
*
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
1
-9
/
+809
*
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
1
-1
/
+6
*
Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' name
scottl
2006-03-25
1
-0
/
+1265