Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/dev/aic7xxx/ahc_pci.c 63457 2000-07-18 20:12:14Z gibbs $
---
> * $FreeBSD: head/sys/dev/aic7xxx/ahc_pci.c 63944 2000-07-27 23:17:52Z gibbs $
779a780,785
> /*
> * We default to using 32byte SCBs
> * and using cacheline streaming.
> * If external SCB ram is detected,
> * we'll switch to using 64 byte SCBs.
> */
781a788,793
> /*
> * Handle chips that must have cache line
> * streaming (dis/en)abled.
> */
> if ((ahc->bugs & AHC_CACHETHEN_DIS_BUG) != 0)
> dscommand0 |= CACHETHEN;
782a795,797
> if ((ahc->bugs & AHC_CACHETHEN_BUG) != 0)
> dscommand0 &= ~CACHETHEN;
>
1859c1874
< probe_config->bugs |= AHC_AUTOFLUSH_BUG;
---
> probe_config->bugs |= AHC_AUTOFLUSH_BUG|AHC_CACHETHEN_BUG;
1899a1915
> probe_config->bugs |= AHC_CACHETHEN_DIS_BUG;