Date: Wed, 6 Dec 2006 02:07:20 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hmevar.h Message-ID: <200612060207.kB627KIw044555@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-12-06 02:07:20 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme.c if_hmevar.h Log: - Use the hme_tick() callout instead of if_slowtimo() for driving hme_watchdog() in order to avoid races accessing if_timer. - Use bus_get_dma_tag() so hme(4) works on platforms requiring it. - Don't bother to set if_mtu to ETHERMTU, ether_ifattach() does that. Revision Changes Path 1.52 +21 -17 src/sys/dev/hme/if_hme.c 1.10 +1 -0 src/sys/dev/hme/if_hmevar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612060207.kB627KIw044555>