summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-021-0/+3
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-221-4/+6
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-24/+26
* MFP4: Move default setting to the end of isp_reset instead of themjacob2007-01-201-11/+11
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-051-3/+8
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-181-1/+2
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-5/+38
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-77/+162
* The macro IS_23XX should not mistakenly include 24XX cards.mjacob2006-08-141-1/+2
* Do various fixes to support firmware loading for the 2322mjacob2006-07-031-7/+11
* Fix longstanding bug where exec throttle is 16 bits- not 8.mjacob2006-05-221-1/+1
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-158/+134
* Remove use of inlines and use the functions as a library.mjacob2006-02-021-3/+1
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-20/+22
* Refactor isp_prt declaration so that platformmjacob2005-05-111-5/+7
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedstefanf2005-03-071-5/+1
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-1/+4
* Roll minor number.mjacob2005-01-231-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add anjl2004-05-241-1/+8
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Change role defines so that they better match class 3 service parameters.mjacob2004-02-071-3/+4
* NetBSD'er with time on their hands (dma->DMA)mjacob2003-09-131-1/+1
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-111-3/+6
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-061-1/+0
* Add ISPASYNC_FW_DUMPED async event.mjacob2002-08-171-0/+3
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-041-3/+11
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-021-0/+4
* Limit fabric search to a default 256 entries. This will all go awaymjacob2002-03-211-1/+3
* Add in support firmware crash dumps. Change CFG options to splitmjacob2002-02-171-2/+13
* + A variety of 23XX changes:mjacob2002-02-041-2/+9
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-031-1/+10
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-111-21/+31
* Implement a call to get the actual link data rate (if 23XX) so we canmjacob2001-10-011-1/+3
* Add some more firmware revision macros. Add firmware attributes fieldmjacob2001-09-031-1/+7
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-17/+42
* Fix a spelling error in a comment.mjacob2001-08-161-1/+1
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-9/+13
* Firmware crashes handled in platform specific code (isp_async call).mjacob2001-07-041-3/+5
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-051-6/+7
* Spring MegaChange #1.mjacob2001-05-281-5/+11
* In order to save ourselves grief with the SUNPRO compiler undermjacob2001-03-141-19/+19
* More 32 to 16 bit handle stuff. Roll core minor version.mjacob2001-03-041-2/+2
* Fix a longstanding bug- we had the sense of what bit 14mjacob2001-02-231-1/+9
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anmjacob2001-02-111-19/+86
* Add was_fabric_dev/fabric_dev tags to our local FC database structuremjacob2001-01-151-9/+45
* ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.mjacob2001-01-091-4/+3
* Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionmjacob2000-12-291-0/+7
OpenPOWER on IntegriCloud