svn commit: r207625 - head/sys/dev/sge

Pyun YongHyeon yongari at FreeBSD.org
Tue May 4 17:34:01 UTC 2010


Author: yongari
Date: Tue May  4 17:34:00 2010
New Revision: 207625
URL: http://svn.freebsd.org/changeset/base/207625

Log:
  Remove clearing RxHashTable2 register. The register is reprogrammed
  in sge_rxfilter().

Modified:
  head/sys/dev/sge/if_sge.c

Modified: head/sys/dev/sge/if_sge.c
==============================================================================
--- head/sys/dev/sge/if_sge.c	Tue May  4 17:30:07 2010	(r207624)
+++ head/sys/dev/sge/if_sge.c	Tue May  4 17:34:00 2010	(r207625)
@@ -1577,7 +1577,6 @@ sge_init_locked(struct sge_softc *sc)
 	CSR_WRITE_4(sc, RX_DESC, SGE_ADDR_LO(sc->sge_ldata.sge_rx_paddr));
 
 	CSR_WRITE_4(sc, TxMacControl, 0x60);
-	CSR_WRITE_4(sc, 0x6c, 0);
 	CSR_WRITE_4(sc, RxWakeOnLan, 0);
 	CSR_WRITE_4(sc, RxWakeOnLanData, 0);
 	/* Allow receiving VLAN frames. */


More information about the svn-src-head mailing list