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
/
arch
/
hp300
/
dev
/
mb89352.c
Age
Commit message (
Expand
)
Author
2009-09-18
Make sure to always initialize the scsi_xfer timeout with timeout_set() early
Miod Vallat
2009-07-23
timeout_add -> timeout_add_msec
Bret Lambert
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-11-25
Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started.
Kenneth R Westerback
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-01-04
Slight comments cleanup.
Miod Vallat
2004-12-25
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-12-22
Upon SCSI command timeout, check if we have missed a DMA completion,
Miod Vallat
2004-12-22
Bring more fixes from NetBSD:
Miod Vallat
2004-12-22
Do not use DMA for odd-size transfers, as the last byte will not be
Miod Vallat
2004-09-29
Reduce openings when DMA is used.
Miod Vallat
2004-08-30
In the interrupt handler, if there is a DMA transfer in progress, do
Miod Vallat
2004-08-21
Check for disabled parity in the master chip hconf register upon attach,
Miod Vallat
2004-08-21
Be sure to reset the master hconf register when resetting the scsi chip.
Miod Vallat
2004-08-21
Missing DELAY.
Miod Vallat
2004-08-19
Remove debug printf that crept in.
Miod Vallat
2004-08-18
A potpourri of fixes and improvements:
Miod Vallat
2004-08-03
Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver
Miod Vallat