Searched hist:21982 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic7xxx.seqdiff 21982 Fri Jan 24 21:57:47 MST 1997 gibbs Change the way DMA is handled during the command phase. Only test on
SDONE, not HDONE.

In the data phase dma handler, mask off just the enable bits instead of
clearing the whole register. Clearing the direction bit could be bad.
Also don't stop a DMA until MREQPEND goes false. Doing this may cause
an ABORT on the PCI bus although I have yet to see this happen.

Add definitions for MREQPEND and the BRDCTL register. The BRDCTL register
is used to handle high byte termination and automatic termination testing.

Completed in 121 milliseconds