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