index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
isp_netbsd.c
Age
Commit message (
Expand
)
Author
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2017-07-28
Reject out-of-bounds channel index.
riastradh
2014-12-31
We can't sleep if we are called from the watchdog timeout.
christos
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2012-08-21
Properly fill the struct timeval before using it: a timeout in microseconds has
bouyer
2011-12-12
Fix:
jdc
2010-09-20
Multiple channel devices *should* be working. Remove the debug code
mjacob
2010-03-26
Synchronize with other platforms:
mjacob
2010-01-11
Keep track of what appear to be live Fibre Channel disks and store up the
mjacob
2009-09-07
Split device_t/softc.
tsutsui
2009-06-25
Update ISP driver to latest and greatest. Includes support for the 8Gb part.
mjacob
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2008-07-15
Use more timespecs internally. From Alexander Shishkin and me.
christos
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-11
Checkpoint of some fairly major isp(4) rototilling.
mjacob
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-05-24
Major update to isp(4) driver to bring it in line with external sources.
mjacob
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-13
Make 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-30
fix initializers.
christos
2006-05-07
Remove call that sets XS_STS_DONE before we call scsipi_done().
jdc
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- add missing const
christos
2005-02-27
nuke trailing whitespace
perry
2003-12-04
netbsd.org -> NetBSD.org
keihan
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-10-08
In isp_fc_worker() reduce the timeout value used to poll for the link
pk
2003-09-27
Remove NOSETTLE flag from channel in FibreChannel case. It makes sense that
tls
2003-08-07
Note both active and nvram WWNN/WWPNs
mjacob
2003-03-21
Fibre Channel doesn't need bus reset settle time.
mjacob
2002-11-25
Avoid strict-alias warnings.
thorpej
2002-09-01
Do not enable interrupt driven mailbox commands for non-FC scsi.
mjacob
2002-08-12
Various changes to allow for overriding just loopid and/or iid.
mjacob
2002-06-15
Add support for ISP_FC_GETHINFO which can tell you connection topology,
mjacob
2002-06-08
make auto const variables static.
yamt
2002-04-04
Redo fabric evaluation to not use GET ALL NEXT (GA_NXT). Switches seem
mjacob
2002-02-21
Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).
mjacob
2001-12-14
Major restructuring for swizzling to the request queue and unswizzling from
mjacob
2001-11-13
add/cleanup RCSID
lukem
2001-09-28
Now that we have a fixed thaw thingie- we can turn back on sleeping
mjacob
2001-09-05
Fix a misspelled error message.
mjacob
2001-09-01
Add support for 2 Gigabit cards (2300/2312). This necessitated a change
mjacob
2001-07-07
If I've told myself once, I've told myself 1000 times- *NEVER* commit
mjacob
2001-07-06
Defer turning off the no_mbox_ints flag until after the system is ready
mjacob
2001-05-25
Create a kernel thread for Fibre Channel cards. This is the new
mjacob
2001-05-16
It's 'role None', not 'role No'.
mjacob
2001-04-25
Pull up the thorpej_scsipi branch to main branch.
bouyer
[next]