Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx.h 63821 2000-07-24 22:27:40Z gibbs $
---
> * $FreeBSD: head/sys/dev/aic7xxx/aic7xxx.h 63944 2000-07-27 23:17:52Z gibbs $
185c185,195
< AHC_AUTOFLUSH_BUG = 0x02
---
> AHC_AUTOFLUSH_BUG = 0x02,
> /*
> * On the aic7890/91 Rev 0 chips, cacheline
> * streaming does not work.
> */
> AHC_CACHETHEN_BUG = 0x04,
> /*
> * On the aic7896/97 chips, cacheline
> * streaming must be enabled.
> */
> AHC_CACHETHEN_DIS_BUG = 0x08
601c611
< * CCBs that have been send to the controller
---
> * CCBs that have been sent to the controller