summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp_openbsd.c
AgeCommit message (Expand)Author
2010-01-04Add a few missing scsi_done()'s before returning COMPLETE. AlsoKenneth R Westerback
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-08-08if the port is fc, populate the adapters scsi_link structure with the wwpnDavid Gwynne
2009-07-01Add a workaround for the fact that our clocks aren't running during autoconfMark Kettenis
2009-06-27Remove debug printfs.Mark Kettenis
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-03-19Make sure we pass the right argument to isp_wdog() when setting timeouts.Mark Kettenis
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2005-12-03The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER isKenneth R Westerback
2004-08-02Use some horrible macros to uninline a few functions that are expensiveArtur Grabowski
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2002-08-17Add ISPASYNC_FW_CRASH case.mjacob
2002-05-17Acoommodate changes to fabric evaluation.mjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-12-13Initialize variable before use. ok fgs@Thomas Nordin
2001-09-01Catch up with mainline of code development.mjacob
2001-06-24remove cold.Federico G. Schwindt
2001-04-04Ansify source. Set poenings to maxcmds again. Turn on interruptmjacob
2001-02-12Change ISPASYNC_LOGGED_INOUT to ISPASYNC_PROMENADE.mjacob
2001-01-16limit the scsi_link.openings to 128 to be safeMichael Shalayeff
2001-01-09Follow changes to some async event codes.mjacob
2000-12-06Update isp codebase to current common head- USEC_SLEEP macro added,mjacob
2000-10-16quiet these puppies down- this OpenBSD, not some callow system like NetBSDmjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-07-07Pick up change that went into NetBSD side- I pooched the timeoutmjacob
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
2000-04-06Remove restriction against bus resets for Ultra3 cards (and whatmjacob
2000-03-05Don't issue an initial SCSI bus reset for Ultra3 cards. What seems tomjacob
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
1999-12-16Add in dual bus (1240/1280) support. Some more cleanups, including fixesmjacob
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17complete update of ISP driver- includes 2100 FC supportmjacob