summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/mb89352.c
AgeCommit message (Expand)Author
2005-01-04Slight comments cleanup.Miod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-22Upon SCSI command timeout, check if we have missed a DMA completion,Miod Vallat
2004-12-22Bring more fixes from NetBSD:Miod Vallat
2004-12-22Do not use DMA for odd-size transfers, as the last byte will not beMiod Vallat
2004-09-29Reduce openings when DMA is used.Miod Vallat
2004-08-30In the interrupt handler, if there is a DMA transfer in progress, doMiod Vallat
2004-08-21Check for disabled parity in the master chip hconf register upon attach,Miod Vallat
2004-08-21Be sure to reset the master hconf register when resetting the scsi chip.Miod Vallat
2004-08-21Missing DELAY.Miod Vallat
2004-08-19Remove debug printf that crept in.Miod Vallat
2004-08-18A potpourri of fixes and improvements:Miod Vallat
2004-08-03Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driverMiod Vallat