summaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
AgeCommit message (Expand)Author
2007-07-02Recover from some major omissions/problems with the 24XX port.Matt Jacob
2007-03-22MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2006-12-05Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob
2006-11-18 Make the SAN login/logout stuff more common between different chipsetsMatt Jacob
2006-11-14Push things closer to path failover by implementing loop down andMatt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-08-14The macro IS_23XX should not mistakenly include 24XX cards.Matt Jacob
2006-07-03Do various fixes to support firmware loading for the 2322Matt Jacob
2006-05-22Fix longstanding bug where exec throttle is 16 bits- not 8.Matt Jacob
2006-02-15a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob
2006-02-02Remove use of inlines and use the functions as a library.Matt Jacob
2006-01-23First of several commits as this driver is dusted off and maybe broughtMatt Jacob
2005-05-11Refactor isp_prt declaration so that platformMatt Jacob
2005-03-07Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedStefan Farfeleder
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2005-01-23Roll minor number.Matt Jacob
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-05-24Store the target handles in a separate list from normal commands. Add aNate Lawson
2004-03-12These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes
2004-02-07Change role defines so that they better match class 3 service parameters.Matt Jacob
2003-09-13NetBSD'er with time on their hands (dma->DMA)Matt Jacob
2002-10-11This should enable 10160 support. As best as I can tell, the sameMatt Jacob
2002-09-23Remove ISP_DMA_ADDR_T definition.Matt Jacob
2002-09-06Remove STRNCAT (==>strncat) usage. Apparently I never read the manMatt Jacob
2002-08-17Add ISPASYNC_FW_DUMPED async event.Matt Jacob
2002-06-16Roll minor version. Add ISPASYNC_FW_RESTARTED async event. AddMatt Jacob
2002-04-04Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob
2002-04-02Redo stuff for sparc64- primarily fix bus dma implementation. The endianMatt Jacob
2002-03-21Limit fabric search to a default 256 entries. This will all go awayMatt Jacob
2002-02-17Add in support firmware crash dumps. Change CFG options to splitMatt Jacob
2002-02-04+ A variety of 23XX changes:Matt Jacob
2002-01-03Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows theMatt Jacob
2001-12-11Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob
2001-10-01Implement a call to get the actual link data rate (if 23XX) so we canMatt Jacob
2001-09-03Add some more firmware revision macros. Add firmware attributes fieldMatt Jacob
2001-08-31Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob
2001-08-16Fix a spelling error in a comment.Matt Jacob
2001-07-30Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob
2001-07-04Firmware crashes handled in platform specific code (isp_async call).Matt Jacob
2001-06-05Fix botch for state levels. Role minor release. Start adding code for aMatt Jacob
2001-05-28Spring MegaChange #1.Matt Jacob
2001-03-14In order to save ourselves grief with the SUNPRO compiler underMatt Jacob
2001-03-04More 32 to 16 bit handle stuff. Roll core minor version.Matt Jacob
2001-02-23Fix a longstanding bug- we had the sense of what bit 14Matt Jacob
2001-02-11Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anMatt Jacob
2001-01-15Add was_fabric_dev/fabric_dev tags to our local FC database structureMatt Jacob
2001-01-09ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.Matt Jacob
2000-12-29Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionMatt Jacob