summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-231-0/+3
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.mjacob2003-09-131-2/+4
* Use __FBSDID().obrien2003-08-241-1/+4
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-13/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-031-20/+58
* unused variable removal (pointed out by bde)mjacob2002-08-221-1/+0
OpenPOWER on IntegriCloud