summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* Remove dependence on MAXPHYS.mjacob2012-08-211-3/+0
* More rototilling with target mode in an attemp to get multiplemjacob2012-08-081-1/+13
* -----------mjacob2012-07-281-64/+97
* Clean up multi-id mode so it's driven by the f/w loaded,mjacob2012-06-241-3/+4
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsmjacob2012-06-171-2/+12
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-011-2/+4
* Fix memset sizeofkevlo2012-02-221-1/+1
* Fix target mode compilation issues that arose after a changemjacob2011-12-271-0/+7
* Implement the sysctl's for fibre channel that are listed in the man page.mjacob2011-11-061-0/+1
* Sync with ahc(4)/ahd(4)/sym(4) etc:marius2011-10-071-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-7/+19
* Most of these changes to isp are to allow for isp.ko unloading.mjacob2011-08-131-1/+12
* Fixes zombie device and loop down timers so that they work more thanmjacob2011-08-121-0/+3
* Flush both reads *and* writes to registers.mjacob2011-03-051-1/+1
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withmjacob2011-02-281-0/+2
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.marius2011-02-141-1/+13
* Clean up some printing stuff so that we can have a bit finer controlmjacob2010-03-261-1/+4
* Put gone device timer into a structure tag that can hold more than 32 seconds...mjacob2010-03-171-5/+5
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-041-2/+2
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-011-212/+250
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+2
* Fix off-by-two errors.jkim2007-08-281-2/+2
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-021-0/+5
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-39/+91
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-1/+7
* Fix compilation problem (add a const) for pre-7.0 compiles.mjacob2007-03-311-1/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-131-0/+9
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-0/+11
* Redo previous newbus related change to be kinder tomjacob2007-02-231-0/+6
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* Clean up some of the various platform and release specific dma tagmjacob2007-01-231-0/+22
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-2/+2
* RELENG_6 compilationmjacob2007-01-051-1/+1
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-104/+34
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-57/+84
* Begin the process of moving info to sysctl stuff for FreeBSDmjacob2006-09-261-0/+9
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-011-0/+4
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-091-2/+1
* allow this to compile cleanly under RELENG_4mjacob2006-06-031-0/+3
* remove bzero/bcopy vestigesmjacob2006-05-221-3/+3
* Move a define depending on __FreeBSD_versoin to after where itmjacob2006-05-161-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Some more gratuitous format and name changes.mjacob2006-04-211-7/+26
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-24/+26
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagmjacob2006-02-041-3/+2
* Remove use of inlines and use the functions as a library.mjacob2006-02-021-17/+10
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersmjacob2006-01-271-0/+7
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-1/+3
* Fix -Wundef.ru2005-12-041-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
OpenPOWER on IntegriCloud