aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* etc: minor spelling fixes.Pedro F. Giffuni2016-05-021-3/+3
* ciss(4): Fix overrun of arrayConrad Meyer2016-04-261-2/+2
* r249170 was just plain wrong. The effect of the change is to alwaysSean Bruno2015-09-031-5/+3
* Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteedPeter Wemm2015-04-021-2/+0
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-2/+3
* Remove compat shims for FreeBSD versions older than 6 (really early 5).John Baldwin2015-01-062-18/+0
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-1/+2
* Add detection for ciss(4) controllers that are set to non-raid JBOD mode.Sean Bruno2014-06-292-29/+134
* Check return of cam_periph_find() before using it in a printf.Sean Bruno2014-06-291-3/+7
* Fix insta-panic on assert of unlocked periph mtx in ciss(4) whenSean Bruno2014-04-111-24/+11
* Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)Sean Bruno2014-04-041-0/+15
* Update ciss(4) with new models of raid controllers from HPSean Bruno2013-08-061-0/+9
* update ciss debugger command to iterate over multiple raid controllers up toSean Bruno2013-07-271-4/+10
* The controller does not zero this data structure, ever.Sean Bruno2013-04-281-0/+1
* Let's align correctly by setting to 17.Sean Bruno2013-04-281-1/+1
* Its time to retire COMPAQ. I don't think that its coming back. :-)Sean Bruno2013-04-281-1/+1
* Change maxio to reflect variable hardware configurations.Sean Bruno2013-04-271-1/+17
* Adjust the min comparison to look at the adjust value after subtraction, don'tSean Bruno2013-04-261-1/+1
* In the case where the controller supports an sg_list LESS than our predefinedSean Bruno2013-04-251-1/+1
* Return a lun count of 1 and a lun id of 0 when CAM attempts a REPORT_LUNSSean Bruno2013-04-231-0/+13
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* While investigating a p/r I noted that the camcontrol devlist output forSean Bruno2013-04-101-3/+8
* Notify CAM on state* change to a logical volume not status. This resolvesSean Bruno2013-04-051-3/+5
* Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnosticsSean Bruno2013-03-281-2/+5
* Fix compile of ciss(4) with CISS_DEBUG definedSean Bruno2013-03-281-1/+1
* The 5300 series ciss(4) board does not work in performant mode with ourSean Bruno2013-02-251-3/+12
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-18/+13
* Satisfy the intent of kern/151564: [ciss] ciss(4) should increaseSean Bruno2013-01-153-18/+42
* Increase the driver-side limit on the number of logical volumes thatPeter Wemm2012-10-251-1/+1
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Update PCI IDs for ciss controllers that are supported by this driver.Sean Bruno2012-01-261-2/+9
* Add support for HP P420 to ciss(4)Sean Bruno2012-01-181-0/+1
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+2
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-2/+6
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightKonstantin Belousov2010-10-021-1/+1
* Initialize the callout structure earlier in attach before calling anyJohn Baldwin2010-04-281-1/+1
* Several changes to fix livelock under high load, introduced by r203489:Alexander Motin2010-03-032-4/+12
* When hacking INQUIRY result, make sure that it is right INQUIRY and thereAlexander Motin2010-02-051-2/+7
* Return CAM_RELEASE_SIMQ flag only when it is needed, when SIM reallyAlexander Motin2010-02-041-12/+10
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-42/+6
* Don't panic due to unlocking an unowned mutex if we fail during attach.Gavin Atkinson2009-12-171-2/+5
* Sync driver with Yahoo:Scott Long2009-09-163-74/+75
* Fix locking around copyout() operations.Scott Long2009-09-161-3/+9
* Make MSI and PERFORMANT interrupts work correctly. Only require the minimumScott Long2009-09-162-4/+13
* Increase CISS_MAX_PHYSTGT to 256 so that it matches what the controller mightScott Long2009-09-161-1/+1
* Fix an apparently harmless typo.Scott Long2009-07-201-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andScott Long2009-07-131-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-0/+4