summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp_netbsd.h
AgeCommit message (Expand)Author
2015-08-28Add parenthesis for a macro to prevent surprises when it is negated.joerg
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
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-11Keep track of what appear to be live Fibre Channel disks and store up themjacob
2009-12-03Have as a backup at least *some* usable WWN.mjacob
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-09-07Split device_t/softc.tsutsui
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-04-08use aprint_*_dev and device_xnamecegger
2008-03-11Checkpoint of some fairly major isp(4) rototilling.mjacob
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-08Oh, dear, I didn't have an i386 or amd64 up and running andmjacob
2007-07-07Do a number of 24XX related fixes: fix the actual getting of initiatormjacob
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
2006-03-29Remove isp_unit -- it is not used.thorpej
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-12-04netbsd.org -> NetBSD.orgkeihan
2002-10-18Slight cleanup to use ISP_MUSTPOLL macro in case we can ever fix themjacob
2002-04-04Redo fabric evaluation to not use GET ALL NEXT (GA_NXT). Switches seemmjacob
2002-03-31Thanks to Jason Wright of OpenBSD- spotted that the offsets were all wrongmjacob
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-09-01Add support for 2 Gigabit cards (2300/2312). This necessitated a changemjacob
2001-07-07bzero -> memsetthorpej
2001-07-07bcopy -> memcpythorpej
2001-05-25Create a kernel thread for Fibre Channel cards. This is the newmjacob
2001-05-16Per helpful suggestion from LukeM- make INLINE usage consistent (andmjacob
2001-05-16Long overdue- put locks on the usage of the mailbox command stuff. Thismjacob
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2001-04-10Include isp_ioctl.h.mjacob
2001-03-14ANSIfy source.mjacob
2001-02-28roll platform minormjacob
2001-02-12Remove ISP2100_FABRIC (we're always fabric now). Fix usage of isp_lastmbxcmdmjacob
2001-01-05(some of these changes were made in the previous revision- oops)mjacob
2001-01-05Ian McDonnell <apriori@world.std.com> made me see the error of my ways.mjacob
2000-12-23Fix pathnames in comment.wiz
2000-12-09Finally fix this driver to be sensible about the ENDIAN dance. It's notmjacob
2000-11-14Pull in <uvm/uvm_extern.h>thorpej
2000-10-16Make changes relevant to changes in WWN defaults.mjacob
2000-08-14Add a maintenance note. Move the single bit tags of islocked andmjacob
2000-08-11Make our policy WRT tagged queueing consistent and sane: ordered tags for syn...tls
2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob
2000-07-05Roll platform minor. We are now always supporting ISP2100_FABRIC. Addmjacob