From owner-freebsd-stable@FreeBSD.ORG Thu Sep 22 17:33:53 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A38416A41F for ; Thu, 22 Sep 2005 17:33:53 +0000 (GMT) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B7F943D55 for ; Thu, 22 Sep 2005 17:33:52 +0000 (GMT) (envelope-from mike@sentex.net) Received: from pumice3.sentex.ca (pumice3.sentex.ca [64.7.153.26]) by smarthost1.sentex.ca (8.13.3/8.13.3) with ESMTP id j8MHXpbv073308 for ; Thu, 22 Sep 2005 13:33:51 -0400 (EDT) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by pumice3.sentex.ca (8.13.3/8.13.3) with ESMTP id j8MHXpfM021088; Thu, 22 Sep 2005 13:33:51 -0400 (EDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.3/8.13.3) with ESMTP id j8MHXobO014379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Sep 2005 13:33:50 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <6.2.3.4.0.20050922133239.02cbb390@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 22 Sep 2005 13:33:58 -0400 To: Gavin Atkinson , hlecuanda@gmail.com From: Mike Tancsa In-Reply-To: <1127408334.97487.17.camel@buffy.york.ac.uk> References: <200509201441.21121.jhb@FreeBSD.org> <1127408334.97487.17.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Scanned-By: MIMEDefang 2.51 on 64.7.153.18 X-Scanned-By: MIMEDefang 2.51 on 64.7.153.26 Cc: freebsd-stable@freebsd.org Subject: Re: em(4) support for 82573 1000/PRO nic on 5.x [was: Re: em on 5.x] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 17:33:53 -0000 At 12:58 PM 22/09/2005, Gavin Atkinson wrote: >Support seems to be in HEAD and therefore 6.x already. It looks like 5 >has simply been missed. I suspect all that is needed in the 5 branch >are the following changes, though that is untested: I think the version in 7 and 6 relies on other changes in the tree. Have a look at http://lists.freebsd.org/pipermail/freebsd-stable/2005-July/017292.html http://people.freebsd.org/~delphij/MFC-RELENG_5/patch-em that takes into account those changes. ---Mike