summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud