aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ciss
Commit message (Expand)AuthorAgeFilesLines
* MFC r230313, r230316, r230323, r230588Sean Bruno2012-02-051-1/+9
* MFC r213354:Konstantin Belousov2010-10-161-1/+1
* MFC 207335:John Baldwin2010-05-191-1/+1
* MFC r204648:Alexander Motin2010-03-082-4/+12
* MFC r203108:Alexander Motin2010-02-141-42/+6
* MFC r203524:Alexander Motin2010-02-141-2/+7
* MFC r203489:Alexander Motin2010-02-141-12/+10
* MFC 200637:Gavin Atkinson2009-12-311-2/+5
* Merge rev 197263:Scott Long2009-09-173-74/+75
* Merge r197260, r197261, r197262Scott Long2009-09-173-8/+23
* 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
* MPSAFE ciss driverScott Long2007-05-012-20/+46
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* o ciss.ko depends on cam and pci.Maxim Konovalov2006-11-301-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-9/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-3/+21
* Spin until a request structure is available in the ioctl path.Paul Saab2006-05-301-2/+2
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Free another memory leak when dealing with disk notification.Paul Saab2006-04-201-1/+4
* Free some previously leaked memory on module unload.Paul Saab2006-04-191-2/+9
* It seems ciss should ignore overrun and underrun on a SCSI INQUIRYPaul Saab2005-12-161-1/+4
* Update PCI ids to add the E200, E200i, P400, and P400i storagePaul Saab2005-11-111-3/+8
* There's no reason to check the valence. This allows ciss to workPaul Saab2005-08-092-8/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Support passthru ioctl commands from 32bit binaries.Paul Saab2005-05-182-1/+30
* Add support for the P600 and name the E400.Paul Saab2005-04-281-1/+2
* Provide a way to soft reset a proxy controller such as an MSA20 orPaul Saab2005-04-193-0/+58
* handle ciss_lookup failureSam Leffler2005-03-291-0/+5
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1