From owner-cvs-src@FreeBSD.ORG Sat Oct 28 07:12:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37BBA16A40F; Sat, 28 Oct 2006 07:12:00 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D8443D45; Sat, 28 Oct 2006 07:11:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3098-ipbf401funabasi.chiba.ocn.ne.jp [124.86.53.98]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k9S7Bkpq014428; Sat, 28 Oct 2006 16:11:57 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k9S7BOpT039335; Sat, 28 Oct 2006 16:11:27 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sat, 28 Oct 2006 16:10:36 +0900 (JST) Message-Id: <20061028.161036.78701604.hrs@allbsd.org> To: jfv@FreeBSD.org From: Hiroki Sato In-Reply-To: <200610280137.k9S1bFq2089275@repoman.freebsd.org> References: <200610280137.k9S1bFq2089275@repoman.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_Oct_28_16_10_36_2006_499)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.allbsd.org [133.31.130.32]); Sat, 28 Oct 2006 16:11:57 +0900 (JST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h 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, 28 Oct 2006 07:12:00 -0000 ----Security_Multipart(Sat_Oct_28_16_10_36_2006_499)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jack F Vogel wrote in <200610280137.k9S1bFq2089275@repoman.freebsd.org>: jf> jfv 2006-10-28 01:37:14 UTC jf> jf> FreeBSD src repository jf> jf> Modified files: (Branch: RELENG_6) jf> sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h jf> if_em_osdep.h jf> Log: jf> Merge of Intel 6.2.9 em driver code. jf> Approved by: re, scottl, jhb, pdeuskar jf> jf> Revision Changes Path jf> 1.65.2.19 +731 -589 src/sys/dev/em/if_em.c jf> 1.32.2.5 +97 -71 src/sys/dev/em/if_em.h jf> 1.16.2.4 +574 -531 src/sys/dev/em/if_em_hw.c jf> 1.15.2.5 +96 -148 src/sys/dev/em/if_em_hw.h jf> 1.14.2.3 +46 -52 src/sys/dev/em/if_em_osdep.h Just wanted to make sure, but is the following change in if_em.c really intentional? This means that the new version no longer supports 82542... Index: if_em.c @@ -116,8 +117,6 @@ { 0x8086, E1000_DEV_ID_82541GI_LF, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82541GI_MOBILE, PCI_ANY_ID, PCI_ANY_ID, 0}, - { 0x8086, E1000_DEV_ID_82542, PCI_ANY_ID, PCI_ANY_ID, 0}, - { 0x8086, E1000_DEV_ID_82543GC_FIBER, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82543GC_COPPER, PCI_ANY_ID, PCI_ANY_ID, 0}, -- | Hiroki SATO ----Security_Multipart(Sat_Oct_28_16_10_36_2006_499)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBFQwJtTyzT2CeTzy0RAubzAJ9zmXYe5tgB69xP5rdrDzyGAk4GeACffKWs mEQVA09EB58Y25H1bNOf9Fo= =1Az0 -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Oct_28_16_10_36_2006_499)----