summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* MFC r287437sbruno2015-09-081-5/+3
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-2/+3
* MFC r274819:smh2014-12-211-1/+2
* MFC r268017 and r268018sbruno2014-07-212-32/+141
* MFC r264127sbruno2014-04-211-0/+15
* MFC r264354sbruno2014-04-151-24/+11
* Update ciss(4) with new models of raid controllers from HPsbruno2013-08-061-0/+9
* update ciss debugger command to iterate over multiple raid controllers up tosbruno2013-07-271-4/+10
* The controller does not zero this data structure, ever.sbruno2013-04-281-0/+1
* Let's align correctly by setting to 17.sbruno2013-04-281-1/+1
* Its time to retire COMPAQ. I don't think that its coming back. :-)sbruno2013-04-281-1/+1
* Change maxio to reflect variable hardware configurations.sbruno2013-04-271-1/+17
* Adjust the min comparison to look at the adjust value after subtraction, don'tsbruno2013-04-261-1/+1
* In the case where the controller supports an sg_list LESS than our predefinedsbruno2013-04-251-1/+1
* Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNSsbruno2013-04-231-0/+13
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* While investigating a p/r I noted that the camcontrol devlist output forsbruno2013-04-101-3/+8
* Notify CAM on state* change to a logical volume not status. This resolvessbruno2013-04-051-3/+5
* Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnosticssbruno2013-03-281-2/+5
* Fix compile of ciss(4) with CISS_DEBUG definedsbruno2013-03-281-1/+1
* The 5300 series ciss(4) board does not work in performant mode with oursbruno2013-02-251-3/+12
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-18/+13
* Satisfy the intent of kern/151564: [ciss] ciss(4) should increasesbruno2013-01-153-18/+42
* Increase the driver-side limit on the number of logical volumes thatpeter2012-10-251-1/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* Update PCI IDs for ciss controllers that are supported by this driver.sbruno2012-01-261-2/+9
* Add support for HP P420 to ciss(4)sbruno2012-01-181-0/+1
* Add the CAM Target Layer (CTL).ken2012-01-121-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+2
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-2/+6
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightkib2010-10-021-1/+1
* Initialize the callout structure earlier in attach before calling anyjhb2010-04-281-1/+1
* Several changes to fix livelock under high load, introduced by r203489:mav2010-03-032-4/+12
* When hacking INQUIRY result, make sure that it is right INQUIRY and theremav2010-02-051-2/+7
* Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM reallymav2010-02-041-12/+10
* MFp4: Large set of CAM inprovements.mav2010-01-281-42/+6
* Don't panic due to unlocking an unowned mutex if we fail during attach.gavin2009-12-171-2/+5
* Sync driver with Yahoo:scottl2009-09-163-74/+75
* Fix locking around copyout() operations.scottl2009-09-161-3/+9
* Make MSI and PERFORMANT interrupts work correctly. Only require the minimumscottl2009-09-162-4/+13
* Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller mightscottl2009-09-161-1/+1
* Fix an apparently harmless typo.scottl2009-07-201-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andscottl2009-07-131-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-0/+4
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Updated PCI ID's from the vendorscottl2009-05-191-1/+4
* Tell CAM that CISS logical devices support tagged queueing. This fixesscottl2009-02-201-2/+5
* Work again to fix the interrupt masking problems. We now recognizescottl2008-08-292-37/+40
* Correctly set the interrupt enable and disable bits. The previousscottl2008-08-022-15/+11
* A number of significant enhancements to the ciss driver:scottl2008-07-114-150/+494
OpenPOWER on IntegriCloud