summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp.c
AgeCommit message (Expand)Author
2018-02-08Typos.dholland
2017-03-11Don't loop infinitely if the output pointer was changedmaya
2013-09-14GC unused functions and variables.joerg
2013-09-14Remove unused variables, use C99 open arrays for variable sized arraysmartin
2013-02-27Disable ICBOPT_FAST_POST for ISP 2100.martin
2011-02-28Update isp driver to be in sync with other platforms. Mostly very minor changesmjacob
2010-03-26Synchronize with other platforms:mjacob
2010-01-15Amazingly, we've been freeing a handle and then using that which it referredmjacob
2010-01-05Remove extra semicolons.mbalmer
2010-01-03Add some more definitions appropriate for T10 standardsmjacob
2009-06-25Update ISP driver to latest and greatest. Includes support for the 8Gb part.mjacob
2009-01-03remove extra semicolons.yamt
2008-05-11Make fc scratch acquisition something that can fail. Remove in_intr flag.mjacob
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-07-07Do a number of 24XX related fixes: fix the actual getting of initiatormjacob
2007-06-26When loading firmware for the 23XX and 24XX cards and DMA'ing it frommjacob
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-30- add missing constchristos
2005-02-27nuke trailing whitespaceperry
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-08-07Update from mainline: add ISP_NO_ZIO option. constify a few items.mjacob
2003-05-03DMA, not dma nor Dma.wiz
2003-03-03Spelling fixes. Leave an example for how to set icbdelay timer formjacob
2002-11-25Avoid strict-alias warnings.thorpej
2002-10-18Add in (sight unseen) 10160 support.mjacob
2002-08-17If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotmjacob
2002-08-16Further fix problems with 23XX ISR handling and correctly initialize themjacob
2002-08-12Various changes to allow for overriding just loopid and/or iid.mjacob
2002-06-15Make sure we set maxluns even if isp_touched is already set.mjacob
2002-05-17Fix seveeral issues- but the most important of which is that we havemjacob
2002-04-20Number of luns supported for SCC-2 is actually really 16384- topmjacob
2002-04-11Clean up a bit from the last checkin so that the correct result pointersmjacob
2002-04-04Redo fabric evaluation to not use GET ALL NEXT (GA_NXT). Switches seemmjacob
2002-03-22Handle Port Unavailable the same as Port Logout (i.e., send a LIP).mjacob
2002-03-07Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob
2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob
2002-01-03Implement REDUCED INTERRUPT OPERATION usage for FC cards- this allows themjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-11-13add/cleanup RCSIDlukem
2001-10-23tra-la, another QLogic f/w funny- this time with the 2300.mjacob
2001-10-23Comment out some redundant initializations to zero.mjacob
2001-10-20Protect against deranged fabric nameservers that spit out 10000 identicalmjacob
2001-10-06Fix various 2300 GB issues related to chip errata and documentationmjacob
2001-09-05Clean up some issues wrt loaded f/w vs. resident f/w. We can tellmjacob
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-06Some whitespace cleanup. Initial forcelout support.mjacob