aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/ispvar.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix target mode with fabric for pre-24xx chips.Alexander Motin2015-11-211-0/+1
* Another round of port scanner rewrite.Alexander Motin2015-11-191-9/+10
* Unify and cleanup FC ports scan.Alexander Motin2015-11-171-8/+7
* Reimplement next port handle generation.Alexander Motin2015-10-271-3/+0
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-241-1/+1
* Some polishing and unification in ISR code.Alexander Motin2015-10-231-4/+4
* Export bunch of state variables as sysctls.Alexander Motin2015-10-131-10/+8
* Unify port database use for target and initiator roles.Alexander Motin2015-07-131-30/+12
* Remove extra level of target ID indirection (isp_dev_map).Alexander Motin2015-07-051-16/+1
* Drop discovered targets when initiator role is disabled.Alexander Motin2015-07-041-1/+4
* Close a race in the isp(4) driver that caused devices to disappearKenneth D. Merry2015-01-081-1/+2
* Optimize isp(4) to reduce CPU usage, especially in target mode:Alexander Motin2013-10-171-1/+2
* -----------Matt Jacob2012-07-281-18/+28
* Clean up multi-id mode so it's driven by the f/w loaded,Matt Jacob2012-06-241-1/+1
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob2012-06-171-5/+7
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-011-0/+9
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-131-0/+5
* Sync FreeBSD ISP with mercurial tree. Minor changes having to do withMatt Jacob2011-02-281-0/+1
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-5/+5
* Whap. Hook up some wires that were forgotten a few months ago and restoreMatt Jacob2010-05-151-0/+1
* Clean up some printing stuff so that we can have a bit finer controlMatt Jacob2010-03-261-2/+8
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-4/+54
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-217/+309
* Recover from some major omissions/problems with the 24XX port.Matt Jacob2007-07-021-0/+3
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-221-4/+6
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-24/+26
* MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-201-11/+11
* Make ISPCTL_PLOGX find a handle to log into the management serverMatt Jacob2006-12-051-3/+8
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-181-1/+2
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-141-5/+38
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-77/+162
* The macro IS_23XX should not mistakenly include 24XX cards.Matt Jacob2006-08-141-1/+2
* Do various fixes to support firmware loading for the 2322Matt Jacob2006-07-031-7/+11
* Fix longstanding bug where exec throttle is 16 bits- not 8.Matt Jacob2006-05-221-1/+1
* a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob2006-02-151-157/+133
* Remove use of inlines and use the functions as a library.Matt Jacob2006-02-021-3/+1
* First of several commits as this driver is dusted off and maybe broughtMatt Jacob2006-01-231-20/+22
* Refactor isp_prt declaration so that platformMatt Jacob2005-05-111-5/+7
* Prefer <sys/cdefs.h>'s __printflike() macro to the recently addedStefan Farfeleder2005-03-071-5/+1
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+4
* Roll minor number.Matt Jacob2005-01-231-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-241-1/+8
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Change role defines so that they better match class 3 service parameters.Matt Jacob2004-02-071-3/+4
* NetBSD'er with time on their hands (dma->DMA)Matt Jacob2003-09-131-1/+1
* This should enable 10160 support. As best as I can tell, the sameMatt Jacob2002-10-111-3/+6
* Remove ISP_DMA_ADDR_T definition.Matt Jacob2002-09-231-10/+17
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manMatt Jacob2002-09-061-1/+0
* Add ISPASYNC_FW_DUMPED async event.Matt Jacob2002-08-171-0/+3