aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-two errors.Jung-uk Kim2007-08-281-2/+2
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-021-0/+5
* Make this an MP safe driver but also still be multi-release.Matt Jacob2007-05-051-39/+91
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-021-1/+7
* Fix compilation problem (add a const) for pre-7.0 compiles.Matt Jacob2007-03-311-1/+1
* Move bus_space_tag and bus_space_handle register accessMatt Jacob2007-03-131-0/+9
* Fix compilation issues found in RELENG_4 port and merge theMatt Jacob2007-03-121-0/+11
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-0/+6
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-151-1/+1
* Clean up some of the various platform and release specific dma tagMatt Jacob2007-01-231-0/+22
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-201-2/+2
* RELENG_6 compilationMatt Jacob2007-01-051-1/+1
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-141-104/+34
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-57/+84
* Begin the process of moving info to sysctl stuff for FreeBSDMatt Jacob2006-09-261-0/+9
* More ispfwfunc definitions funnies which break pre-7.0 builds.Matt Jacob2006-09-011-0/+4
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwareMatt Jacob2006-07-091-2/+1
* allow this to compile cleanly under RELENG_4Matt Jacob2006-06-031-0/+3
* remove bzero/bcopy vestigesMatt Jacob2006-05-221-3/+3
* Move a define depending on __FreeBSD_versoin to after where itMatt Jacob2006-05-161-8/+8
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Some more gratuitous format and name changes.Matt Jacob2006-04-211-7/+26
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-24/+26
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagMatt Jacob2006-02-041-3/+2
* Remove use of inlines and use the functions as a library.Matt Jacob2006-02-021-17/+10
* Hackamatic: turn off target mode on Sparc64 with KLD_MODULE- this triggersMatt Jacob2006-01-271-0/+7
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-231-1/+3
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Refactor isp_prt declaration so that platformMatt Jacob2005-05-111-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* PAE support changes that included at least some minimal actual testingMatt Jacob2004-09-231-4/+3
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-6/+2
* add a count for inotifies as well as atios.Matt Jacob2004-02-071-0/+1
* Turn off ISP_SMPLOCK- not to be turned on again.Matt Jacob2003-10-211-1/+1
* No time like the present to turn back on SMP locking.Matt Jacob2003-09-131-2/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)Matt Jacob2002-09-231-1/+4
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manMatt Jacob2002-09-061-1/+0
* Turn off usage of SMP style locking until we sort out CAM.Matt Jacob2002-09-031-1/+14
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.Matt Jacob2002-08-221-0/+3
* Make sure that if are in fact using 'full SMP', make the interruptMatt Jacob2002-07-251-0/+7
* 'Support' for ISP SBus cards.Matt Jacob2002-07-111-0/+5
* Add 2002 to copyright.Matt Jacob2002-07-081-1/+1
* Add get/set param ioctl support.Matt Jacob2002-07-081-11/+19
* Extend private adjunct to ATIO to have both tag lun, and extended stateMatt Jacob2002-06-161-1/+10
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-1/+1
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob2002-04-041-1/+1
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianMatt Jacob2002-04-021-9/+20
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* + A variety of 23XX changes:Matt Jacob2002-02-041-3/+8