summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2013-06-26 01:15:40 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2013-06-26 01:15:40 +0000
commit91bd90d8c21524e651e84ec42ec0fb8e3e68c55c (patch)
tree5bfab7f3244b380dab6e1a5302d9c49c565e3096
parent6fd34d6f67b5f08b3067845204406d70f86a584b (diff)
Notes
-rw-r--r--sys/dev/bge/if_bge.c2
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 */