From owner-cvs-all@FreeBSD.ORG Wed Sep 6 17:27:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A780216A4EA; Wed, 6 Sep 2006 17:27:31 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B04B43D6B; Wed, 6 Sep 2006 17:27:07 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 1D389EB13BE; Thu, 7 Sep 2006 01:27:06 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 2nuor3DKTbh9; Thu, 7 Sep 2006 01:27:03 +0800 (CST) Received: from [192.168.1.32] (unknown [61.49.185.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id BC3C7EB1299; Thu, 7 Sep 2006 01:27:02 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=lDfTnx761WWmMYTI8/qX2ix2QEm8VoN/wjdjUvxTpVFH5NO3hXxfjF+EJTVqfTW9Y eN55tTDNuIvoYJhHocBlw== Message-ID: <44FF04E3.50104@delphij.net> Date: Thu, 07 Sep 2006 01:26:59 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: "Bruce A. Mah" References: <200609051948.k85JmAv3099269@repoman.freebsd.org> <44FF0250.3080000@freebsd.org> In-Reply-To: <44FF0250.3080000@freebsd.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig339F217B71E330A339F18167" Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, John Baldwin Subject: Re: cvs commit: src/sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Sep 2006 17:27:31 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig339F217B71E330A339F18167 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Bruce A. Mah wrote: > If memory serves me right, John Baldwin wrote: >> jhb 2006-09-05 19:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> sys/dev/em LICENSE README if_em.c if_em.h if_em_hw.c=20 >> if_em_hw.h if_em_osdep.h=20 >> Log: >> Sync up with most of the changes to RELENG_6 including using bus_dma= , >> new PCI IDs, lots of style changes, suspend/resume methods. Things = not >> included include the INTR_FAST + taskqueue changes, link flapping >> workarounds in em_ioctl(), and jumbo frame fixups for architectures = that >> require strict alignment. >> =20 >> Revision Changes Path >> 1.1.2.3 +3 -1 src/sys/dev/em/LICENSE >> 1.1.2.10 +65 -23 src/sys/dev/em/README >> 1.2.2.24 +1867 -1498 src/sys/dev/em/if_em.c >> 1.1.2.19 +165 -185 src/sys/dev/em/if_em.h >> 1.1.2.14 +3236 -756 src/sys/dev/em/if_em_hw.c >> 1.1.2.14 +807 -56 src/sys/dev/em/if_em_hw.h >> 1.1.2.16 +63 -32 src/sys/dev/em/if_em_osdep.h >=20 > Does this basically mean that RELENG_4 now has version 6.1.4 of em(4)? My understanding is that now we have 6.1.4's hardware support available in RELENG_4, but not the performance enhancements and fixes that does not apply to RELENG_4. According to the code it appears like that the driver will claim itself as "6.1.4", though. So perhaps we can wrap it as "The hardware support and suspend/resume methods of &man.em.4; has been updated to the same version available from Intel's &man.em.4; driver version 6.1.4."? Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig339F217B71E330A339F18167 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE/wTjOfuToMruuMARA4twAJ4h/Zi/802Vm13o7dDKluw1fL+2qwCdEMqS Gv5uXlIOWDFpeIo8y90d6e0= =xF1u -----END PGP SIGNATURE----- --------------enig339F217B71E330A339F18167--