summaryrefslogtreecommitdiff
path: root/sys/dev/ic/isp.c
AgeCommit message (Expand)Author
2014-02-14remove isp24xx-related code. it doesn't work, qle(4) replaces it, andJonathan Matthew
2011-10-22Comment out ISP_{T,}DEBUG[0-3] traces if option SMALL_KERNEL; allows alphaMiod Vallat
2010-12-31The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implementMark Kettenis
2010-11-20clean up cases of ;;Theo de Raadt
2010-02-20minor tweak to improve consistency with other drivers; startupIgor Sobrado
2010-02-18improve startup messages displayed by isp(4) in such a way entriesIgor Sobrado
2009-07-14Silence ``invalid NVRAM header'' message if the NVRAM header is three zeroMiod Vallat
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-03mjacob took kettenis's r1.44 into FreeBSD and added a tweak toKenneth R Westerback
2008-07-17Zero mbreg_t structure *before* initializing any members, not when we'reMark Kettenis
2008-06-11Zero mbreg_t (mailbox) structures allocated on the stack before fillingKenneth R Westerback
2008-05-28Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers.Mark Kettenis
2008-01-21use the right capitalization for `QLogic'Igor Sobrado
2007-10-16more remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-05-31Capture the port_wwn and node_wwn corresponding to a target id everyKenneth R Westerback
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2004-07-18#ifdef SMALL_KERNEL -> #define ISP_STRIPPEDTheo de Raadt
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-04-23give 'em some const; mjacob@ okMichael Shalayeff
2003-03-03Argh. Put back mickey's change here and also follow Ted's suggestionmjacob
2003-03-03Add (untested, no h/w) 10160 support. Propagate some spelling fixes.mjacob
2003-02-28Revert previous change. This driver is shared with 4 other platforms.mjacob
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-12-15more typos fixed by torhHenning Brauer
2002-08-17If the HBA is already 'touched', still set maxluns.mjacob
2002-05-17Switch to new fabric search mechanism (leave the old one in place). Switchmjacob
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob
2001-10-24Protect against deranged fabric name servers.mjacob
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
2001-09-01Catch up with mainline of code development.mjacob
2001-04-04Ansify source. Say which channel the initiator ID is for. Renamemjacob
2001-02-12Remove ISP2100_FABRIC defines- we always handle fabric now. Insertmjacob
2001-01-09Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up somemjacob
2000-12-06Update isp codebase to current common head- USEC_SLEEP macro added,mjacob
2000-10-16Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.mjacob
2000-07-06Resync with FreeBSD/NetBSD. Salient features are that the mailbox commandmjacob
2000-04-06Get FC connection topology out of f/w during startup. Reset restrictionmjacob
2000-03-05Clean up some error messages so that the channel source is printed. Don'tmjacob
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
2000-01-09Crank up the debug levels for a couple of ISPDEBUG linesmjacob
1999-12-20Clean up some DUALBUS initialization code. Clean up some checkingmjacob
1999-12-16Add in cleaner dual bus and dual LVD bus support.mjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-03-26Annoying little nigglet- apparently *some* Qlogic temporarily ignoremjacob
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