summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-2/+3
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-111-105/+14
* Quiet GCC 4.2 warning.mjacob2007-06-081-1/+1
* Temp workaround for config_intrhook_establish running the hookmjacob2007-05-131-0/+3
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-224/+185
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-3/+4
OpenPOWER on IntegriCloud