summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-1/+9
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-4/+3
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-1/+0
* Use the new xpt_rescan function to truly now have dynamicmjacob2007-02-231-11/+34
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-3/+4
* Add back some CAM_NEW_TRAN code to make backporting to RELENG_6 easier.mjacob2006-12-181-2/+144
* Try an experiment with using DMA to load firmware into a 2200- VERIFYmjacob2006-12-171-23/+37
* Find another spot where tagged command queueing gotmjacob2006-12-091-2/+7
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-051-60/+44
* Fix XPT_GET_TRANSPORT_SETTINGS to zero validity and flags-mjacob2006-12-031-13/+24
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-150/+529
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-237/+238
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-138/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-1/+0
* Begin the process of moving info to sysctl stuff for FreeBSDmjacob2006-09-261-1/+38
* Add missing pre-7.0 firmware pointer. Oops.mjacob2006-09-011-0/+3
* Rename ioctl driven task management functions so theymjacob2006-08-041-5/+5
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-161-2/+3
* Clean up the ioctl to not process nonsense on SCSI isp cards.mjacob2006-07-101-40/+44
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-091-1/+0
* Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Justmjacob2006-05-301-1/+1
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.mjacob2006-05-221-0/+1
* Remove bzero/bcopy vestiges.mjacob2006-05-221-7/+12
* Redo some code based upon issues found by Coverity.mjacob2006-04-211-17/+10
* Some more gratuitous format and name changes.mjacob2006-04-211-81/+157
* micro fix from justinmjacob2006-03-031-3/+3
* propagate role of device for ISP_GET_PDBINFOmjacob2006-02-261-0/+1
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-28/+28
* Remove use of inlines and use the functions as a library.mjacob2006-02-021-12/+12
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-43/+15
* Add an ioctl framework for doing FC task management functions frommjacob2005-10-291-0/+59
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
* Provide a needed argument to AT_MAKE_TAGID.scottl2005-01-231-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Until I can get a clearer architecture from PHK about why he wantsmjacob2004-08-231-0/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-241-5/+28
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
OpenPOWER on IntegriCloud