| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: Fix the maximum transfer size for mfi(4) disk devices to not exceed | John Baldwin | 2009-01-21 | 1 | -1/+2 |
* | MFC: r185584,185994,185999,186132 which updates the strings that identifies | Doug Ambrisko | 2008-12-17 | 2 | -9/+13 |
* | MFC 182085, 184897, 184933, 184974, 184975 | Doug Ambrisko | 2008-11-17 | 5 | -32/+112 |
* | MFC: Tweak the output of controller event log messages to reduce verbosity | John Baldwin | 2008-07-17 | 1 | -283/+48 |
* | MFC: Improve the handling of pending events in the controller's event log | John Baldwin | 2008-07-17 | 1 | -50/+75 |
* | MFC: All changes in current to 7.X. | Doug Ambrisko | 2008-06-13 | 3 | -15/+201 |
* | MFC: | Kris Kennaway | 2008-05-16 | 1 | -1/+1 |
* | MFC: Fix some bugs in dealing with DCMD's without data. MegaCli was sending | Doug Ambrisko | 2008-02-03 | 2 | -58/+94 |
* | Merge rev 1.3: Clean up warnings on boot. | Scott Long | 2007-10-19 | 1 | -17/+14 |
* | Update the MFI driver to support new "1078" series of hardware. This | Scott Long | 2007-08-25 | 4 | -24/+221 |
* | Fix a few nits relative to the previous changes: | John Baldwin | 2007-08-13 | 2 | -2/+9 |
* | Teach the mfi(4) driver to handle requests from userland management | John Baldwin | 2007-08-13 | 5 | -29/+217 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
* | Add in a couple of things: | Doug Ambrisko | 2007-06-04 | 2 | -19/+33 |
* | Catch up to driver changes required for the mfip sub-driver. | Scott Long | 2007-05-16 | 3 | -4/+27 |
* | Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devices | Scott Long | 2007-05-16 | 1 | -0/+389 |
* | Collapse the mfi_ld object. Add an ioctl to help management apps map | Scott Long | 2007-05-10 | 5 | -44/+79 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
* | Remove a PCI ID entry that conflicts with the AMR driver. | Scott Long | 2007-01-23 | 1 | -1/+0 |
* | Add PCI Id's for upcoming controllers. | Scott Long | 2007-01-17 | 1 | -1/+3 |
* | Up the event class reporting from 10 (basically, nothing) to EVT_CLASS_INFO. | Scott Long | 2007-01-07 | 1 | -1/+1 |
* | Make sure that all of the fields in the header are clean. It was possible for | Scott Long | 2007-01-02 | 1 | -5/+9 |
* | Some relatively minor changes and bug fixes: | Doug Ambrisko | 2006-12-14 | 3 | -65/+54 |
* | Change the internal API for polled commands. Calling mfi_polled_command | Scott Long | 2006-11-18 | 1 | -83/+39 |
* | - Add in FreeBSD native ioctl that models the Linux version. | Doug Ambrisko | 2006-11-14 | 3 | -7/+206 |
* | Remove some debugging code that accidentally crept in. | Scott Long | 2006-10-16 | 1 | -3/+1 |
* | - Add a command validator for use in debugging. | Scott Long | 2006-10-16 | 5 | -53/+425 |
* | Skip the AEN event command that is always hanging out on the card. | Scott Long | 2006-09-27 | 1 | -0/+2 |
* | Fix a bad #include statment | Scott Long | 2006-09-27 | 1 | -1/+1 |
* | Add a command debugging module and a periodic watchdog timer. | Scott Long | 2006-09-25 | 3 | -0/+287 |
* | Allow hw.mfi.event_locale/hw.mfi.event_class to be set via loader. | Doug Ambrisko | 2006-09-20 | 1 | -2/+8 |
* | Change some variable names and update some comments to help clarify some | Scott Long | 2006-09-20 | 2 | -36/+33 |
* | Change the class from uint8_t to int8_t so people can filter on >0 | Doug Ambrisko | 2006-09-07 | 1 | -1/+1 |
* | Change the event log dump on initial boot to use get_event versus | Doug Ambrisko | 2006-09-07 | 2 | -68/+117 |
* | Remove old debugging code from the interrupt handler. | Scott Long | 2006-09-07 | 1 | -11/+4 |
* | Change mfi_add_ld to "immediate command" mode since we need to enumerate | Doug Ambrisko | 2006-06-30 | 1 | -4/+7 |
* | Fix a potential problem when mfi_get_log_state and only | Paul Saab | 2006-06-20 | 1 | -2/+4 |
* | Instead of using scsi probes to do device discovery, use the firmware | Paul Saab | 2006-06-20 | 5 | -214/+178 |
* | Fix a typo when getting the log_state and set the flags on the | Paul Saab | 2006-06-20 | 1 | -1/+1 |
* | Cleanup dcmd firmware processing into a single function, mfi_dcmd_command | Paul Saab | 2006-06-20 | 1 | -85/+95 |
* | Clean up some comments and device printf failures in mfi_get_log_state | Paul Saab | 2006-06-20 | 1 | -6/+3 |
* | Remove two debugging printfs | Paul Saab | 2006-06-19 | 1 | -2/+0 |
* | Fix missing \n and when there are no arg's that means just print out | Doug Ambrisko | 2006-06-13 | 1 | -8/+11 |
* | Add in a bunch of things to the mfi driver: | Doug Ambrisko | 2006-05-18 | 7 | -32/+1132 |
* | Fix some small bugs. | Scott Long | 2006-04-10 | 1 | -2/+7 |
* | Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul | Scott Long | 2006-03-28 | 1 | -10/+14 |
* | Handle invalid capacity parameters from the firmware. | Scott Long | 2006-03-28 | 2 | -1/+7 |
* | Add a driver for the new LSI MegaRAID SAS controller family. The 'MFI' name | Scott Long | 2006-03-25 | 6 | -0/+2672 |