summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
Commit message (Expand)AuthorAgeFilesLines
* Change Dell's gen2 catch-all from Dell PERC H700/H800 to Dell PERC Gen2ambrisko2008-12-152-2/+3
* Sort the PCI device's and make the catch-all for new Dellambrisko2008-12-121-6/+6
* Add in some more device ID's and a generic catch-all.ambrisko2008-12-121-0/+3
* Change new card identification names.ambrisko2008-12-031-4/+4
* Fix the maximum transfer size for mfi(4) disk devices to not exceed thejhb2008-11-171-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-125-30/+85
* 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-282-0/+62
* Add support for management apps. Work around an apparent firmware bug thatscottl2008-05-122-8/+126
* 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-022-58/+94
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itambrisko2007-12-191-7/+3
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
* Update the MFI driver to support new "1078" series of hardware. Thisscottl2007-08-254-24/+221
* Fix a few nits relative to the previous changes:jhb2007-08-132-2/+9
* Teach the mfi(4) driver to handle requests from userland managementjhb2007-08-135-29/+217
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Add in a couple of things:ambrisko2007-06-042-19/+33
* Catch up to driver changes required for the mfip sub-driver.scottl2007-05-163-4/+27
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesscottl2007-05-161-0/+389
* Collapse the mfi_ld object. Add an ioctl to help management apps mapscottl2007-05-105-44/+79
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Remove a PCI ID entry that conflicts with the AMR driver.scottl2007-01-231-1/+0
* Add PCI Id's for upcoming controllers.scottl2007-01-171-1/+3
* 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-143-65/+54
* 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-143-7/+206
* Remove some debugging code that accidentally crept in.scottl2006-10-161-3/+1
* - Add a command validator for use in debugging.scottl2006-10-165-53/+425
* Skip the AEN event command that is always hanging out on the card.scottl2006-09-271-0/+2
* Fix a bad #include statmentscottl2006-09-271-1/+1
* Add a command debugging module and a periodic watchdog timer.scottl2006-09-253-0/+287
* 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-202-36/+33
* Change the class from uint8_t to int8_t so people can filter on >0ambrisko2006-09-071-1/+1
* Change the event log dump on initial boot to use get_event versusambrisko2006-09-072-68/+117
* 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-205-214/+178
* Fix a typo when getting the log_state and set the flags on theps2006-06-201-1/+1
OpenPOWER on IntegriCloud