summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ispmbox.h
AgeCommit message (Expand)Author
2013-09-14Remove unused variables, use C99 open arrays for variable sized arraysmartin
2010-03-26Synchronize with other platforms:mjacob
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
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-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-03-25Fix even stupider fix. It was, in fact, right the first time. Addmjacob
2003-03-03Fix egregious bug where we meant to use bit 5 (1<<5) instead of themjacob
2002-10-18Add some A64 related support.mjacob
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-05-17Fix seveeral issues- but the most important of which is that we havemjacob
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-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-10-06Fix various 2300 GB issues related to chip errata and documentationmjacob
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-06Add some wads more definitions. Add macros for request/response queuemjacob
2001-04-05Add a few opcodes for target mode. Define firmware attributes (for FC f/w).mjacob
2001-02-23Fix a longstanding bug- we had the sense of what bit 14mjacob
2001-02-12Add structure defining FC-AL position maps. The only tool that I know ofmjacob
2001-01-09Add some 2X00 specific state flags for status response entries. Add themjacob
2000-12-23Fix pathnames in comment.wiz
2000-08-16Change _res field in ispstatusreq_t to be req_response for FC.mjacob
2000-08-14Add a maintenance notemjacob
2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob
2000-07-05add MBOX_GET_RESOURCE_COUNT commandmjacob
2000-05-13Update from Matthew Jacob:he
2000-02-19Add in some mbox return codes that define when we've used up targetmjacob
2000-02-12add some Qlogic 2200 point-to-point and extended ICBOPT definitionsmjacob
2000-01-06add the enable target mode command, plus some minor fiddlesmjacob
1999-10-14Update FC icb type to have the variants for the 2200 (we don't use itmjacob
1999-07-05Change to approved NASA/Ames copyright. Add Fabric support. Fix SCCLUN support.mjacob
1999-05-12add a few missing mbox commandsmjacob
1999-04-04Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosmjacob
1999-03-26add isp1080 support and some basic PDB change stuffmjacob
1999-03-17Update the driver with some infrastructure for the 1080. Fix an embarrassingmjacob
1999-02-09roll internal release tagmjacob
1999-01-30Implement and use Fast Posting for both parallel && fibre. Redo a bit ofmjacob
1998-12-28clean up headers; move uninit/watch to outer layersmjacob
1998-12-05Update BA for new max_lun parameter for SCSIbusses. Clearify maximum lunsmjacob
1998-09-17add some target mode definitionsmjacob
1998-09-08Move all ASYNC definitions here (after all, they're mailbox registers).mjacob
1998-07-18fix headersmjacob