summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259860 (by mjacob):dim2014-03-191-2/+2
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-3/+3
* MFC r256826:mav2014-01-051-9/+8
* MFC r256705:mav2014-01-051-40/+43
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)ken2013-08-151-0/+5
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-041-2/+2
* MFprojects/camlock r248982:mav2013-04-141-1/+2
* Remove redundant xpt_alloc_ccb in isp_target_thread that was causing leakage.mjacob2013-02-261-2/+0
* Minor correction.mjacob2012-09-171-1/+1
* Add some edits to the changed comments so that they make more sense.mjacob2012-09-171-3/+3
* Correct double "the the"eadler2012-09-141-1/+1
* On lun disable, complete all INOTs and ATIOs with CAM_REQ_ABORTED.mjacob2012-08-161-1/+18
* Fix an oops where we wiped out DMA maps. Don't allocate extendedmjacob2012-08-121-8/+21
* More rototilling with target mode in an attemp to get multiplemjacob2012-08-081-580/+617
* -----------mjacob2012-07-281-376/+918
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-241-4/+7
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-011-65/+140
* Fix target mode compilation issues that arose after a changemjacob2011-12-271-28/+28
* Fix few bugs in isp(4) target mode support:mav2011-12-131-11/+15
* Implement the sysctl's for fibre channel that are listed in the man page.mjacob2011-11-061-0/+8
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-131-28/+116
* Fixes zombie device and loop down timers so that they work more thanmjacob2011-08-121-6/+36
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-281-1/+1
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-2/+2
* Partially revert 208119. We were overwriting tunable settings.mjacob2010-11-271-3/+0
* Fix typos.brucec2010-11-091-7/+7
* Fix XPT_GET_TRAN_SETTING for FC which has been broken for while so thatmjacob2010-06-071-2/+4
* Make the internal target > SPC2 (so REPORT LUNS can be tested).mjacob2010-06-051-2/+8
* I was getting panics in sleepq_add for the second sleep in isp_kthread.mjacob2010-06-051-1/+3
* Various minor and not so minor fixes suggested by Coverity.mjacob2010-06-021-6/+3
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-7/+2
* Don't leak CCBs for every ABORT.mjacob2010-05-251-1/+4
* Remove extra break left by hand editing.mjacob2010-05-251-1/+0
* Treat PRLI the same as PLOGI and make a database entry for it (target mode).mjacob2010-05-251-3/+8
* Correct compilation error introduced in last commit.mjacob2010-05-161-2/+2
* Whap. Hook up some wires that were forgotten a few months ago and restoremjacob2010-05-151-18/+14
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-261-0/+14
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-171-8/+15
* Revamp the pieces of some of the stuff I forgot to do when shifting tomjacob2010-02-271-1/+2
* xpt_rescan only honors a wildcard in the target field. Revert the previousmjacob2010-02-231-1/+6
* When we rescan, just scan from logical unit 0. In other words, don'tmjacob2010-02-231-1/+1
* Redo how commands handles are created and managed and implement sequencemjacob2010-02-031-7/+27
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-041-41/+50
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-151-2/+33
* Have at least *some* default WWN to fall back on,mjacob2009-08-131-0/+4
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-1781/+3700
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasmarius2009-05-101-2/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.jkim2007-08-231-9/+8
OpenPOWER on IntegriCloud