summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-05-01 13:10:03 +0000
committerbz <bz@FreeBSD.org>2008-05-01 13:10:03 +0000
commit0107e432459ee23ed66e8bbbf6639956e7aace3b (patch)
tree7a4adc6f6228fd1ec0a8388c8cf934b965b5e0ae /sys/dev/bge
parent066bfb3286482d8afd7c9e2bc127f85f41392d8f (diff)
downloadFreeBSD-src-0107e432459ee23ed66e8bbbf6639956e7aace3b.zip
FreeBSD-src-0107e432459ee23ed66e8bbbf6639956e7aace3b.tar.gz
Use the correct bit when trying to force an interrupt through the HCC reg.
It's not a problem as this is a #ifdef notyet.
Diffstat (limited to 'sys/dev/bge')
-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 35f604c..b0a7412 100644
--- a/sys/dev/bge/if_bge.c
+++ b/sys/dev/bge/if_bge.c
@@ -3952,7 +3952,7 @@ bge_ifmedia_upd_locked(struct ifnet *ifp)
*/
BGE_SETBIT(sc, BGE_MISC_LOCAL_CTL, BGE_MLC_INTR_SET);
#ifdef notyet
- BGE_SETBIT(sc, BGE_HCC_MODE, BGE_HCCMODE_ATTN);
+ BGE_SETBIT(sc, BGE_HCC_MODE, BGE_HCCMODE_COAL_NOW);
#endif
return (0);
OpenPOWER on IntegriCloud