summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/ciss.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311305 (by asomers):mav2017-03-231-3/+3
* Update some of the TBD entries in ciss(4) to match what's in the pcisbruno2016-05-241-14/+15
* etc: minor spelling fixes.pfg2016-05-021-3/+3
* ciss(4): Fix overrun of arraycem2016-04-261-2/+2
* r249170 was just plain wrong. The effect of the change is to alwayssbruno2015-09-031-5/+3
* Remove redundant mtx_lock/unlock in ciss_name_device. This is a guaranteedpeter2015-04-021-2/+0
* Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-03-221-2/+3
* Remove compat shims for FreeBSD versions older than 6 (really early 5).jhb2015-01-061-10/+0
* Prevent overflow issues in timeout processingsmh2014-11-211-1/+2
* Add detection for ciss(4) controllers that are set to non-raid JBOD mode.sbruno2014-06-291-19/+26
* Check return of cam_periph_find() before using it in a printf.sbruno2014-06-291-3/+7
* Fix insta-panic on assert of unlocked periph mtx in ciss(4) whensbruno2014-04-111-24/+11
* Add PCI-IDs for TBD Gen9 RAID controller HBAs from HP to ciss(4)sbruno2014-04-041-0/+15
* 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-121-18/+12
* Satisfy the intent of kern/151564: [ciss] ciss(4) should increasesbruno2013-01-151-17/+29
* 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-031-3/+10
* 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-161-49/+63
* Fix locking around copyout() operations.scottl2009-09-161-3/+9
* Make MSI and PERFORMANT interrupts work correctly. Only require the minimumscottl2009-09-161-3/+11
* Fix an apparently harmless typo.scottl2009-07-201-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+1
* 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
OpenPOWER on IntegriCloud