| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r243078: | Eitan Adler | 2012-11-30 | 1 | -2/+2 |
| * | MFC r238371 | Sean Bruno | 2012-09-23 | 1 | -0/+1 |
| * | MFC r238373 | Sean Bruno | 2012-09-23 | 1 | -0/+1 |
| * | MFC of head thunderbolt support for mfi(4) | Sean Bruno | 2012-05-18 | 11 | -305/+3992 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Sean Bruno | 2012-05-18 | 1 | -1/+1 |
| * | MFC r225428: | Bjoern A. Zeeb | 2012-02-08 | 1 | -2/+1 |
| * | MFC r227409: | Xin LI | 2011-11-17 | 1 | -0/+6 |
| * | MFC: r226350 | Marius Strobl | 2011-10-29 | 1 | -1/+7 |
| * | MFC 216235,216236: | John Baldwin | 2011-01-26 | 1 | -4/+4 |
| * | MFC r214130. | Sergey Kandaurov | 2010-10-28 | 1 | -1/+3 |
| * | MFC r204590: | Konstantin Belousov | 2010-03-09 | 2 | -0/+2 |
| * | MFC 196200,196211,196280-196282: | John Baldwin | 2009-10-26 | 2 | -37/+184 |
| * | 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 |