diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2008-01-21 17:17:00 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2008-01-21 17:17:00 +0000 |
| commit | eaa65b1e267c683c5554303a7e559312082ba254 (patch) | |
| tree | 9d4b31a3d85e8d9ad54ee589d30f5fc2d2fb9c87 /sys | |
| parent | 2b4f57be93be83d45547d6104d95350d5fe52957 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/bge/if_bge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 269646a60193..4e03d319a137 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -1308,7 +1308,7 @@ bge_blockinit(struct bge_softc *sc) } /* Configure mbuf pool watermarks */ - if (!(BGE_IS_5705_PLUS(sc))) { + if (BGE_IS_5705_PLUS(sc)) { CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_READDMA_LOWAT, 0x0); CSR_WRITE_4(sc, BGE_BMAN_MBUFPOOL_MACRX_LOWAT, 0x10); } else { |
