summaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* MFC r264127Sean Bruno2014-04-211-0/+15
* MFC r264354 but change the lock arg and implementation to fit the current stateSean Bruno2014-04-151-24/+11
* MFC r253980 - new pciids for ciss(4) supportSean Bruno2013-09-091-0/+9
* Jump on the 9.2r MFC bonanza and update ciss(4)Sean Bruno2013-07-101-1/+18
* MFC r249468:Alexander Motin2013-07-081-1/+1
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-182-18/+13
* MFC r249815Sean Bruno2013-05-081-0/+13
* MFC r249349Sean Bruno2013-04-251-3/+8
* MFC r249170Sean Bruno2013-04-191-3/+5
* MFC r248824 & r248826Sean Bruno2013-04-141-3/+6
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+2
* MFC r247279Sean Bruno2013-03-191-3/+12
* MFC r245459Sean Bruno2013-01-313-18/+42
* MFC r242089: limit of 15 -> 63 logical volumesPeter Wemm2012-11-041-1/+1
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Scott Long2012-03-161-1/+1
* MFC r229997, r230033, and r230334Kenneth D. Merry2012-02-151-1/+1
* MFC r230313, r230316, r230323, r230588Sean Bruno2012-02-051-1/+9
* MFC r225950:Kenneth D. Merry2011-10-061-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
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Updated PCI ID's from the vendorScott Long2009-05-191-1/+4
* Tell CAM that CISS logical devices support tagged queueing. This fixesScott Long2009-02-201-2/+5
* Work again to fix the interrupt masking problems. We now recognizeScott Long2008-08-292-37/+40
* Correctly set the interrupt enable and disable bits. The previousScott Long2008-08-022-15/+11
* A number of significant enhancements to the ciss driver:Scott Long2008-07-114-150/+494
* Add support for the P212, P410, P410i, P411, and P812 HP Smart ArrayPaul Saab2008-06-101-0/+5
* Remove a check that didn't allow > 12 byte CDB's to be issued toPaul Saab2008-05-161-6/+0
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) forMitsuru IWASAKI2008-02-101-1/+4
* Don't repeat error logging about NOP message sending ifMitsuru IWASAKI2008-01-281-1/+5
* Fix NOP message sending in ciss_periodic() which causes panic withMitsuru IWASAKI2007-11-051-3/+16
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-3/+3
* Add NOP-message polling to ciss_periodic().Mitsuru IWASAKI2007-10-131-1/+80
* Fix a mistake made in the MPSAFE commit that caused CAM to serialize requestsScott Long2007-10-121-1/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-2/+2
* Satisfy witness during shutdownScott Long2007-06-051-0/+2
* Eliminate M_TEMP.Scott Long2007-05-141-3/+3
* Streamline locking in ciss_free()Scott Long2007-05-021-26/+27