| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-04-21 | 1 | -2/+3 |
| * | MFC r274819: | Steven Hartland | 2014-12-21 | 1 | -1/+2 |
| * | MFC r268017 and r268018 | Sean Bruno | 2014-07-21 | 2 | -32/+141 |
| * | MFC r264127 | Sean Bruno | 2014-04-21 | 1 | -0/+15 |
| * | MFC r264354 | Sean Bruno | 2014-04-15 | 1 | -24/+11 |
| * | Update ciss(4) with new models of raid controllers from HP | Sean Bruno | 2013-08-06 | 1 | -0/+9 |
| * | update ciss debugger command to iterate over multiple raid controllers up to | Sean Bruno | 2013-07-27 | 1 | -4/+10 |
| * | The controller does not zero this data structure, ever. | Sean Bruno | 2013-04-28 | 1 | -0/+1 |
| * | Let's align correctly by setting to 17. | Sean Bruno | 2013-04-28 | 1 | -1/+1 |
| * | Its time to retire COMPAQ. I don't think that its coming back. :-) | Sean Bruno | 2013-04-28 | 1 | -1/+1 |
| * | Change maxio to reflect variable hardware configurations. | Sean Bruno | 2013-04-27 | 1 | -1/+17 |
| * | Adjust the min comparison to look at the adjust value after subtraction, don't | Sean Bruno | 2013-04-26 | 1 | -1/+1 |
| * | In the case where the controller supports an sg_list LESS than our predefined | Sean Bruno | 2013-04-25 | 1 | -1/+1 |
| * | Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNS | Sean Bruno | 2013-04-23 | 1 | -0/+13 |
| * | MFprojects/camlock r248982: | Alexander Motin | 2013-04-14 | 1 | -1/+1 |
| * | While investigating a p/r I noted that the camcontrol devlist output for | Sean Bruno | 2013-04-10 | 1 | -3/+8 |
| * | Notify CAM on state* change to a logical volume not status. This resolves | Sean Bruno | 2013-04-05 | 1 | -3/+5 |
| * | Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnostics | Sean Bruno | 2013-03-28 | 1 | -2/+5 |
| * | Fix compile of ciss(4) with CISS_DEBUG defined | Sean Bruno | 2013-03-28 | 1 | -1/+1 |
| * | The 5300 series ciss(4) board does not work in performant mode with our | Sean Bruno | 2013-02-25 | 1 | -3/+12 |
| * | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 2 | -18/+13 |
| * | Satisfy the intent of kern/151564: [ciss] ciss(4) should increase | Sean Bruno | 2013-01-15 | 3 | -18/+42 |
| * | Increase the driver-side limit on the number of logical volumes that | Peter Wemm | 2012-10-25 | 1 | -1/+1 |
| * | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
| * | Update PCI IDs for ciss controllers that are supported by this driver. | Sean Bruno | 2012-01-26 | 1 | -2/+9 |
| * | Add support for HP P420 to ciss(4) | Sean Bruno | 2012-01-18 | 1 | -0/+1 |
| * | Add the CAM Target Layer (CTL). | Kenneth D. Merry | 2012-01-12 | 1 | -1/+1 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+2 |
| * | Add descriptor sense support to CAM, and honor sense residuals properly in | Kenneth D. Merry | 2011-10-03 | 1 | -2/+6 |
| * | Cosmetic: make it less confusing when displaying RAID 1 level, that might | Konstantin Belousov | 2010-10-02 | 1 | -1/+1 |
| * | Initialize the callout structure earlier in attach before calling any | John Baldwin | 2010-04-28 | 1 | -1/+1 |
| * | Several changes to fix livelock under high load, introduced by r203489: | Alexander Motin | 2010-03-03 | 2 | -4/+12 |
| * | When hacking INQUIRY result, make sure that it is right INQUIRY and there | Alexander Motin | 2010-02-05 | 1 | -2/+7 |
| * | Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM really | Alexander Motin | 2010-02-04 | 1 | -12/+10 |
| * | MFp4: Large set of CAM inprovements. | Alexander Motin | 2010-01-28 | 1 | -42/+6 |
| * | Don't panic due to unlocking an unowned mutex if we fail during attach. | Gavin Atkinson | 2009-12-17 | 1 | -2/+5 |
| * | Sync driver with Yahoo: | Scott Long | 2009-09-16 | 3 | -74/+75 |
| * | Fix locking around copyout() operations. | Scott Long | 2009-09-16 | 1 | -3/+9 |
| * | Make MSI and PERFORMANT interrupts work correctly. Only require the minimum | Scott Long | 2009-09-16 | 2 | -4/+13 |
| * | Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller might | Scott Long | 2009-09-16 | 1 | -1/+1 |
| * | Fix an apparently harmless typo. | Scott Long | 2009-07-20 | 1 | -1/+1 |
| * | Revert the CISS driver to 64K i/o, the previous change was in error and | Scott Long | 2009-07-13 | 1 | -1/+1 |
| * | Separate the parallel scsi knowledge out of the core of the XPT, and | Scott Long | 2009-07-10 | 2 | -0/+4 |
| * | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 1 | -3/+3 |
| * | Updated PCI ID's from the vendor | Scott Long | 2009-05-19 | 1 | -1/+4 |
| * | Tell CAM that CISS logical devices support tagged queueing. This fixes | Scott Long | 2009-02-20 | 1 | -2/+5 |
| * | Work again to fix the interrupt masking problems. We now recognize | Scott Long | 2008-08-29 | 2 | -37/+40 |
| * | Correctly set the interrupt enable and disable bits. The previous | Scott Long | 2008-08-02 | 2 | -15/+11 |
| * | A number of significant enhancements to the ciss driver: | Scott Long | 2008-07-11 | 4 | -150/+494 |
| * | Add support for the P212, P410, P410i, P411, and P812 HP Smart Array | Paul Saab | 2008-06-10 | 1 | -0/+5 |