bnx: Reconfigure DMA read/write control register
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 24 Jul 2012 04:53:52 +0000 (12:53 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 26 Jul 2012 09:21:19 +0000 (17:21 +0800)
commit2890cca37800a380aae883207e63ed162825b38a
treeb25cdc5f4b0892bb42502c8996ff90b0b30ad88b
parente5eebe342acec0b3ae33d186af2e2e9060f41909
bnx: Reconfigure DMA read/write control register

- Use default DMA write watermark (256bytes by default, was 128bytes)
- Don't touch reserved bits
- Disable 32bytes cache align; 64bytes cache align is left enabled

According-to: tg3
sys/dev/netif/bnx/if_bnx.c