Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 213410 2010-10-04 18:01:23Z yongari $");
---
> __FBSDID("$FreeBSD: head/sys/dev/bge/if_bge.c 213411 2010-10-04 18:09:01Z yongari $");
1860a1861,1873
> if (sc->bge_asicrev == BGE_ASICREV_BCM5761 ||
> sc->bge_asicrev == BGE_ASICREV_BCM5784 ||
> sc->bge_asicrev == BGE_ASICREV_BCM5785 ||
> sc->bge_asicrev == BGE_ASICREV_BCM57780) {
> /*
> * Enable fix for read DMA FIFO overruns.
> * The fix is to limit the number of RX BDs
> * the hardware would fetch at a fime.
> */
> CSR_WRITE_4(sc, BGE_RDMA_RSRVCTRL,
> CSR_READ_4(sc, BGE_RDMA_RSRVCTRL) |
> BGE_RDMA_RSRVCTRL_FIFO_OFLW_FIX);
> }