summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor isp_prt declaration so that platformmjacob2005-05-111-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* PAE support changes that included at least some minimal actual testingmjacob2004-09-231-4/+3
* Remove condition variables and status associated with target modemjacob2004-02-081-6/+2
* add a count for inotifies as well as atios.mjacob2004-02-071-0/+1
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
* No time like the present to turn back on SMP locking.mjacob2003-09-131-2/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)mjacob2002-09-231-1/+4
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-061-1/+0
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-031-1/+14
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.mjacob2002-08-221-0/+3
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-251-0/+7
* 'Support' for ISP SBus cards.mjacob2002-07-111-0/+5
* Add 2002 to copyright.mjacob2002-07-081-1/+1
* Add get/set param ioctl support.mjacob2002-07-081-11/+19
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-1/+1
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-041-1/+1
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-021-9/+20
* Remove __P.alfred2002-03-201-1/+1
* + A variety of 23XX changes:mjacob2002-02-041-3/+8
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-111-8/+41
* Some patches from Doug for ia64 support- the principle one being themjacob2001-10-071-1/+4
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-011-0/+9
* I don't know what I was thinking- if I have two separate busses on onmjacob2001-09-041-4/+6
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-3/+9
* Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking,mjacob2001-07-251-19/+2
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-051-2/+2
* Spring MegaChange #1.mjacob2001-05-281-40/+18
OpenPOWER on IntegriCloud