index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
isp.c
Age
Commit message (
Expand
)
Author
2010-11-20
clean up cases of ;;
Theo de Raadt
2010-02-20
minor tweak to improve consistency with other drivers; startup
Igor Sobrado
2010-02-18
improve startup messages displayed by isp(4) in such a way entries
Igor Sobrado
2009-07-14
Silence ``invalid NVRAM header'' message if the NVRAM header is three zero
Miod Vallat
2009-06-24
Major update to isp driver, mostly from mjacob via FreeBSD.
Kenneth R Westerback
2009-06-03
mjacob took kettenis's r1.44 into FreeBSD and added a tweak to
Kenneth R Westerback
2008-07-17
Zero mbreg_t structure *before* initializing any members, not when we're
Mark Kettenis
2008-06-11
Zero mbreg_t (mailbox) structures allocated on the stack before filling
Kenneth R Westerback
2008-05-28
Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers.
Mark Kettenis
2008-01-21
use the right capitalization for `QLogic'
Igor Sobrado
2007-10-16
more 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 %lu
Ray Lai
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2006-05-31
Capture the port_wwn and node_wwn corresponding to a target id every
Kenneth R Westerback
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2004-07-18
#ifdef SMALL_KERNEL -> #define ISP_STRIPPED
Theo de Raadt
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-04-23
give 'em some const; mjacob@ ok
Michael Shalayeff
2003-03-03
Argh. Put back mickey's change here and also follow Ted's suggestion
mjacob
2003-03-03
Add (untested, no h/w) 10160 support. Propagate some spelling fixes.
mjacob
2003-02-28
Revert previous change. This driver is shared with 4 other platforms.
mjacob
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-12-15
more typos fixed by torh
Henning Brauer
2002-08-17
If the HBA is already 'touched', still set maxluns.
mjacob
2002-05-17
Switch to new fabric search mechanism (leave the old one in place). Switch
mjacob
2001-12-14
Major restructuring for swizzling to the request queue and unswizzling from
mjacob
2001-10-24
Protect against deranged fabric name servers.
mjacob
2001-10-06
Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for
mjacob
2001-09-01
Catch up with mainline of code development.
mjacob
2001-04-04
Ansify source. Say which channel the initiator ID is for. Rename
mjacob
2001-02-12
Remove ISP2100_FABRIC defines- we always handle fabric now. Insert
mjacob
2001-01-09
Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up some
mjacob
2000-12-06
Update isp codebase to current common head- USEC_SLEEP macro added,
mjacob
2000-10-16
Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions.
mjacob
2000-07-06
Resync with FreeBSD/NetBSD. Salient features are that the mailbox command
mjacob
2000-04-06
Get FC connection topology out of f/w during startup. Reset restriction
mjacob
2000-03-05
Clean up some error messages so that the channel source is printed. Don't
mjacob
2000-02-20
Add 12160 (Ultra3) support. Add files and changes for target mode support.
mjacob
2000-01-09
Crank up the debug levels for a couple of ISPDEBUG lines
mjacob
1999-12-20
Clean up some DUALBUS initialization code. Clean up some checking
mjacob
1999-12-16
Add in cleaner dual bus and dual LVD bus support.
mjacob
1999-11-23
make a couple more items CFGPRINTF items
mjacob
1999-11-22
Far too many things to note- a complete new revision coming in including
mjacob
1999-03-26
Annoying little nigglet- apparently *some* Qlogic temporarily ignore
mjacob
1999-03-25
roll internal revision levels and enable 1080 support
mjacob
1999-03-17
fix OpenBSD headers
mjacob
1999-03-17
complete update of ISP driver- includes 2100 FC support
mjacob
1999-01-11
panic prints a newline for you, don't do it in the panic string
Todd C. Miller
1998-03-24
nicer output
Theo de Raadt
1998-03-24
add isp driver from netbsd, more munging needed
Theo de Raadt