Author: marius Date: Tue Jun 28 16:44:02 2011 New Revision: 223649 URL: http://svn.freebsd.org/changeset/base/223649
Log: Fix typo in r223648 which was accidentally committed Modified: head/sys/dev/gem/if_gem.c Modified: head/sys/dev/gem/if_gem.c ============================================================================== --- head/sys/dev/gem/if_gem.c Tue Jun 28 16:16:43 2011 (r223648) +++ head/sys/dev/gem/if_gem.c Tue Jun 28 16:44:02 2011 (r223649) @@ -2209,7 +2209,7 @@ gem_setladrf(struct gem_softc *sc, u_int * Turn off the RX MAC and the hash filter as required by the Sun GEM * programming restrictions. */ - v = sc->sc_mac_rxcfg & GEM_MAC_RX_HASH_FILTER; + v = sc->sc_mac_rxcfg & ~GEM_MAC_RX_HASH_FILTER; GEM_BANK1_WRITE_4(sc, GEM_MAC_RX_CONFIG, v); GEM_BANK1_BARRIER(sc, GEM_MAC_RX_CONFIG, 4, BUS_SPACE_BARRIER_READ | BUS_SPACE_BARRIER_WRITE); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"