summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
* MFC to synchronize with -current. The bugs fixed are relatively few andMatt Jacob2007-05-081-32/+90
* MFC of constification, cleanups of pre-7.X compiles, additions ofMatt Jacob2007-04-011-1/+21
* MFC 4 Gb support + rewrite of loop/fabric state machine code.Matt Jacob2007-03-081-105/+99
* MFC: sync firmware(9) and iwi(4) with the version in HEAD (the changesLuigi Rizzo2007-02-221-1/+1
* MFC the current stable state of isp.Matt Jacob2006-09-011-0/+3
* MFC: allow this to compile cleanly under RELENG_4Matt Jacob2006-06-031-0/+3
* MFC current state of isp. Lots of cosmetic changes, but also various bugfixes.Matt Jacob2006-05-221-36/+56
* MFC overflow bug fixes and disable ISP_DAC_SUPPORTED for nowMatt Jacob2006-02-041-3/+2
* MFC: Move inlined functions into a library.Scott Long2006-02-031-10/+10
* MFC current 2322 (and maybe 2422) support plus current target mode state.Matt Jacob2006-01-261-2/+4
* 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
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-111-8/+41
* Some patches from Doug for ia64 support- the principle one being theMatt Jacob2001-10-071-1/+4
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-011-0/+9
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-4/+6
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob2001-08-311-3/+9
* Roll minor version. Remove ISP_SMPLOCK nonsense. We're using full locking,Matt Jacob2001-07-251-19/+2
* Fix botch for state levels. Role minor release. Start adding code for aMatt Jacob2001-06-051-2/+2
* Spring MegaChange #1.Matt Jacob2001-05-281-40/+18
* Roll platform minor.Matt Jacob2001-04-041-15/+11
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Go to a default port and default node wwn model. Eliminate isp_nameMatt Jacob2001-03-011-8/+8
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).Matt Jacob2001-02-111-2/+6
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Use the isp_lastmbxcmd tag to report timed out mailbox commands.Matt Jacob2001-01-151-2/+3
* Up tsleep && poll time for mailbox commands from 2 to 10 seconds. PrintMatt Jacob2001-01-091-5/+9
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.Matt Jacob2000-12-051-6/+10
* Add USEC_SLEEP macro support. Change the location at which we defineMatt Jacob2000-12-021-12/+17