From owner-cvs-src@FreeBSD.ORG Sat Oct 6 19:36:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A96916A419; Sat, 6 Oct 2007 19:36:49 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFBE713C474; Sat, 6 Oct 2007 19:36:48 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l96Jam8F019719; Sat, 6 Oct 2007 19:36:48 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l96JaadU019680; Sat, 6 Oct 2007 19:36:36 GMT (envelope-from jfv) Message-Id: <200710061936.l96JaadU019680@repoman.freebsd.org> From: Jack F Vogel Date: Sat, 6 Oct 2007 19:36:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 19:36:49 -0000 jfv 2007-10-06 19:36:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Couple corrections on the MFC, first POLLING had a 7.0 interface left in, thanks to those that caught this. Second, there was a 82571 fix in the last delta that got missed, it has now been converted and added. Revision Changes Path 1.65.2.25 +16 -8 src/sys/dev/em/if_em.c