summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp_netbsd.c
AgeCommit message (Expand)Author
2010-01-11Keep track of what appear to be live Fibre Channel disks and store up themjacob
2009-09-07Split device_t/softc.tsutsui
2009-06-25Update ISP driver to latest and greatest. Includes support for the 8Gb part.mjacob
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2008-07-15Use more timespecs internally. From Alexander Shishkin and me.christos
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-24Major update to isp(4) driver to bring it in line with external sources.mjacob
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-13Make it compile with all the options.cube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30fix initializers.christos
2006-05-07Remove call that sets XS_STS_DONE before we call scsipi_done().jdc
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-10-08In isp_fc_worker() reduce the timeout value used to poll for the linkpk
2003-09-27Remove NOSETTLE flag from channel in FibreChannel case. It makes sense thattls
2003-08-07Note both active and nvram WWNN/WWPNsmjacob
2003-03-21Fibre Channel doesn't need bus reset settle time.mjacob
2002-11-25Avoid strict-alias warnings.thorpej
2002-09-01Do not enable interrupt driven mailbox commands for non-FC scsi.mjacob
2002-08-12Various changes to allow for overriding just loopid and/or iid.mjacob
2002-06-15Add support for ISP_FC_GETHINFO which can tell you connection topology,mjacob
2002-06-08make auto const variables static.yamt
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
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-11-13add/cleanup RCSIDlukem
2001-09-28Now that we have a fixed thaw thingie- we can turn back on sleepingmjacob
2001-09-05Fix a misspelled error message.mjacob
2001-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-07If I've told myself once, I've told myself 1000 times- *NEVER* commitmjacob
2001-07-06Defer turning off the no_mbox_ints flag until after the system is readymjacob
2001-05-25Create a kernel thread for Fibre Channel cards. This is the newmjacob
2001-05-16It's 'role None', not 'role No'.mjacob
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-10Add initial implementation of ISP_SDBLEV, ISP_RESETHBA, ISP_FC_RESCAN,mjacob
2001-03-14Handles are now 16 bits. ANSIfy.mjacob
2001-02-12Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob
2001-01-09ISPASYNC_PDB_CHANGED->ISPASYNC_LOGGED_INOUT. And also, ISPASYNC_CHANGE_NOTIFYmjacob
2000-12-28Apply nearly all of Bill Sommerfeld's -Wformat patches. The onemjacob
2000-12-28Turn ISP_LOCK/ISP_UNLOCK into ISP_ILOCK/ISP_IUNLOCK macros for routinesmjacob
2000-12-28Restore the change fvdl made. Sorry about not noticing it. Themjacob
2000-12-23Fix pathnames in comment.wiz
2000-12-09Finally fix this driver to be sensible about the ENDIAN dance. It's notmjacob