aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* Remove some debugging code that accidentally crept in.Scott Long2006-10-161-3/+1
* - Add a command validator for use in debugging.Scott Long2006-10-165-53/+425
* Skip the AEN event command that is always hanging out on the card.Scott Long2006-09-271-0/+2
* Fix a bad #include statmentScott Long2006-09-271-1/+1
* Add a command debugging module and a periodic watchdog timer.Scott Long2006-09-253-0/+287
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.Doug Ambrisko2006-09-201-2/+8
* Change some variable names and update some comments to help clarify someScott Long2006-09-202-36/+33
* Change the class from uint8_t to int8_t so people can filter on >0Doug Ambrisko2006-09-071-1/+1
* Change the event log dump on initial boot to use get_event versusDoug Ambrisko2006-09-072-68/+117
* Remove old debugging code from the interrupt handler.Scott Long2006-09-071-11/+4
* Change mfi_add_ld to "immediate command" mode since we need to enumerateDoug Ambrisko2006-06-301-4/+7
* Fix a potential problem when mfi_get_log_state and onlyPaul Saab2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwarePaul Saab2006-06-205-214/+178
* Fix a typo when getting the log_state and set the flags on thePaul Saab2006-06-201-1/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandPaul Saab2006-06-201-85/+95
* Clean up some comments and device printf failures in mfi_get_log_statePaul Saab2006-06-201-6/+3
* Remove two debugging printfsPaul Saab2006-06-191-2/+0
* Fix missing \n and when there are no arg's that means just print outDoug Ambrisko2006-06-131-8/+11
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-187-32/+1132
* Fix some small bugs.Scott Long2006-04-101-2/+7
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to PaulScott Long2006-03-281-10/+14
* Handle invalid capacity parameters from the firmware.Scott Long2006-03-282-1/+7
* Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' nameScott Long2006-03-256-0/+2672