Date: Fri, 13 Jan 2006 08:18:05 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200601130818.k0D8I5Cv014328@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2006-01-13 08:18:04 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix the interrupt race for real. Don't register the interrupt until after the the interface has been configured. I'm not sure how this could ever have worked before, but it should be fixed now. Also break out the interrupt degresitration function into it's own step. Revision Changes Path 1.100 +35 -22 src/sys/dev/em/if_em.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601130818.k0D8I5Cv014328>