summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfi.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r200231. It was already taken cared by jhb long ago.jkim2009-12-071-16/+3
* Make mfi(4) little bit less chatty.jkim2009-12-071-3/+16
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-13/+7
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-7/+13
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+1
* fw_state ad cur_state are holding unsigned bitfields, so declare thenscottl2009-06-241-1/+1
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-5/+5
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2ambrisko2008-12-151-1/+2
* Fix compile. I was in the wrong tree when I tested it :-(ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitambrisko2008-11-141-0/+15
* One more piece to add to make sense data work for a user app. from LSI.ambrisko2008-11-131-0/+10
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.ambrisko2008-11-121-24/+48
* Fix style nit: s/^ }/}/ in two places.imp2008-08-231-2/+2
* Tweak the output of event log messages from the controller:jhb2008-06-261-283/+48
* Adjust the handling of pending log events during boot:jhb2008-06-261-50/+75
* Add support to talk to the LSI ioctl path on with FreeBSD 32 bit app'sambrisko2008-05-281-0/+42
* Add support for management apps. Work around an apparent firmware bug thatscottl2008-05-121-8/+108
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-161-1/+1
* Add in a compat. mode so you can either open the card's deviceambrisko2008-03-221-0/+9
* Fix some bugs in dealing with DCMD'd without data. MegaCli was sendingambrisko2008-02-021-58/+92
* I incorrectly assumed the log buffer started from the beginning when itambrisko2007-12-191-7/+3
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-251-21/+120
* Fix a few nits relative to the previous changes:jhb2007-08-131-2/+8
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-131-22/+155
* Add in a couple of things:ambrisko2007-06-041-19/+32
* Catch up to driver changes required for the mfip sub-driver.scottl2007-05-161-4/+16
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-101-14/+25
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO.scottl2007-01-071-1/+1
* Make sure that all of the fields in the header are clean. It was possible forscottl2007-01-021-5/+9
* Some relatively minor changes and bug fixes:ambrisko2006-12-141-56/+44
* Change the internal API for polled commands. Calling mfi_polled_commandscottl2006-11-181-83/+39
* - Add in FreeBSD native ioctl that models the Linux version.ambrisko2006-11-141-6/+145
* Remove some debugging code that accidentally crept in.scottl2006-10-161-3/+1
* - Add a command validator for use in debugging.scottl2006-10-161-44/+138
* Skip the AEN event command that is always hanging out on the card.scottl2006-09-271-0/+2
* Add a command debugging module and a periodic watchdog timer.scottl2006-09-251-0/+44
* Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader.ambrisko2006-09-201-2/+8
* Change some variable names and update some comments to help clarify somescottl2006-09-201-29/+30
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-071-55/+113
* Remove old debugging code from the interrupt handler.scottl2006-09-071-11/+4
* Change mfi_add_ld to "immediate command" mode since we need to enumerateambrisko2006-06-301-4/+7
* Fix a potential problem when mfi_get_log_state and onlyps2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwareps2006-06-201-202/+77
* Fix a typo when getting the log_state and set the flags on theps2006-06-201-1/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandps2006-06-201-85/+95
* Clean up some comments and device printf failures in mfi_get_log_stateps2006-06-201-6/+3
* Remove two debugging printfsps2006-06-191-2/+0
* Fix missing \n and when there are no arg's that means just print outambrisko2006-06-131-8/+11
* Add in a bunch of things to the mfi driver:ambrisko2006-05-181-9/+809
OpenPOWER on IntegriCloud