summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp.c
AgeCommit message (Expand)Author
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
2001-05-25Create a kernel thread for Fibre Channel cards. This is the newmjacob
2001-05-16beginning basic 2300 infrstructure supportmjacob
2001-04-10Note one other place that bogus interrupts can be measured.mjacob
2001-04-05Change how SCSI defaults are latched if we're supporting Target Mode.mjacob
2001-03-14Update copyright date. ANSIfy isp.c (NetBSD was the holdout of allmjacob
2001-02-23Fix a longstanding bug- we had the sense of what bit 14mjacob
2001-02-20Add ISPCTL_RUN_MBOXCMD control function and ISPASYNC_UNHANDLED_RESPONSEmjacob
2001-02-12Minor stuff:mjacob
2001-01-09Use a SNS REGISTER FC4 TYPE subcommand to register with the name server.mjacob
2000-12-30[ dummy checkin to add to previous CVS ]mjacob
2000-12-30There's a compiler bug for sparc64 that makes the construct:mjacob
2000-12-28Apply nearly all of Bill Sommerfeld's -Wformat patches. The onemjacob
2000-12-28Use the ISP_CFG_NOINIT flag to decide whether to complete the full initmjacob
2000-12-23Fix pathnames in comment.wiz
2000-12-09Finally fix this driver to be sensible about the ENDIAN dance. It's notmjacob
2000-10-16Clarify/cleanup how node and port names are derived from nvram. Removemjacob
2000-08-16Add some changes/notes suggested by eeh@netbsd.org (zero header ofmjacob
2000-08-14Add a maintenance note.mjacob
2000-08-11Make our policy WRT tagged queueing consistent and sane: ordered tags for syn...tls
2000-08-08Remove ispcmd_slow routine- SCBUSACCEL routine will set/clear tag/wide/sync.mjacob
2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob
2000-07-19fix mislabelled error casemjacob