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
/
trm.c
Age
Commit message (
Expand
)
Author
2011-04-27
No need to splbio/splx in the interrupt routine. It's already
Kenneth R Westerback
2011-04-26
Iopoolification. Installed snapshot over it and it even booted.
Kenneth R Westerback
2010-11-02
Make error message specify if a REQUEST SENSE has timed out, not the
Kenneth R Westerback
2010-11-02
Add DEBUG0 printf() for unexpected reselects. No functional change.
Kenneth R Westerback
2010-11-02
Consolidate duplicated code removing things from the 'going' queue.
Kenneth R Westerback
2010-11-02
Clean up some printf's, most but not all in DEBUG0 blocks, by using
Kenneth R Westerback
2010-10-09
Make trm(4) work again. Avoid use-after-free of xs fields, don't
Kenneth R Westerback
2010-08-20
add format strings implied by surplus arguments
Jonathan Gray
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-19
Remove more splbio/splx pairs from around scsi_done() calls.
Kenneth R Westerback
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-02-27
Eliminate double call to scsi_done() when polling.
Kenneth R Westerback
2010-01-10
A couple of missed ITSDONE setting before scsi_done().
Kenneth R Westerback
2010-01-10
Set ITSDONE in scsi_done() and zap trivial instances of setting it
Kenneth R Westerback
2009-09-24
In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx()
Miod Vallat
2009-09-03
call scsi_done before returning COMPLETE
David Gwynne
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2009-01-21
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
Alexander Yurchenko
2008-11-24
Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.
Kenneth R Westerback
2008-08-31
Fix redundant device name and/or target printing after calling
Miod Vallat
2007-09-07
The obvious bzero/memset -> M_ZERO changes.
Kenneth R Westerback
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-05
Eliminate 'Overlapping Command Attempted' errors on non-tagged drives by
Kenneth R Westerback
2005-11-03
Don't remove elements inside TAILQ_FOREACH. Change to usual for()
Kenneth R Westerback
2004-01-14
Do not fill more than the first three fields of cfdriver structures unless
Miod Vallat
2003-11-08
typos from Jonathon Gray;
Jason McIntyre
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2002-02-18
Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U).
Kenneth R Westerback