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
/
spc.c
Age
Commit message (
Expand
)
Author
2005-11-14
Restore the disk blinkenlichten lost with the new scsi code, and hp300 users
Miod Vallat
2004-12-22
Upon SCSI command timeout, check if we have missed a DMA completion,
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
Switch hp300 to evcount.
Miod Vallat
2004-08-30
In the interrupt handler, if there is a DMA transfer in progress, do
Miod Vallat
2004-08-25
Allow DMA transfers to be disabled through device flags; default is to enable
Miod Vallat
2004-08-25
Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never
Miod Vallat
2004-08-21
Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage.
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-19
If a DMA operation takes longer time than usual, do not flood the console
Miod Vallat
2004-08-03
Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver
Miod Vallat