diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2013-06-26 01:15:40 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2013-06-26 01:15:40 +0000 |
| commit | 91bd90d8c21524e651e84ec42ec0fb8e3e68c55c (patch) | |
| tree | 5bfab7f3244b380dab6e1a5302d9c49c565e3096 /sys/dev/bge | |
| parent | 6fd34d6f67b5f08b3067845204406d70f86a584b (diff) | |
Notes
Diffstat (limited to 'sys/dev/bge')
| -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 1a637f5e3d4b..ff1f0308ce71 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -2401,7 +2401,7 @@ bge_blockinit(struct bge_softc *sc) DELAY(40); /* Set misc. local control, enable interrupts on attentions */ - CSR_WRITE_4(sc, BGE_MISC_LOCAL_CTL, BGE_MLC_INTR_ONATTN); + BGE_SETBIT(sc, BGE_MISC_LOCAL_CTL, BGE_MLC_INTR_ONATTN); #ifdef notdef /* Assert GPIO pins for PHY reset */ |
