From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 14:33:28 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C29E5106564A for ; Mon, 15 Jun 2009 14:33:28 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id 5EDF28FC08 for ; Mon, 15 Jun 2009 14:33:28 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.16] (helo=6.mx.freenet.de) by mout2.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #88) id 1MGDFX-0007HV-6e; Mon, 15 Jun 2009 16:33:27 +0200 Received: from ta650.t.pppool.de ([89.55.166.80]:19933 helo=ernst.jennejohn.org) by 6.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1MGDFW-00064D-T9; Mon, 15 Jun 2009 16:33:27 +0200 Date: Mon, 15 Jun 2009 16:33:26 +0200 From: Gary Jennejohn To: pyunyh@gmail.com Message-ID: <20090615163326.10596e69@ernst.jennejohn.org> In-Reply-To: <20090615044106.GC78415@michelle.cdnetworks.co.kr> References: <20090615044106.GC78415@michelle.cdnetworks.co.kr> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: CFT: fxp(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 14:33:29 -0000 On Mon, 15 Jun 2009 13:41:06 +0900 Pyun YongHyeon wrote: > Please test the patch in the following URL if you have fxp(4) > hardwares. The patch contains various accumulated fixes for > multicast handling, bus_dma fixes, more sane initialization > and enhanced lockup detection for buggy controllers. The patch also > enables WOL and Rx checksum offloading for all ICH(I/O Controller > Hub) based fxp(4) controllers. > I guess this patch shall fix non-working fxp(4) on PAE but I > couldn't test that due to lack of hardwares. The patch was > generated against latest CURRENT. > I tested this on my IBM X31 laptop and didn't notice any regressions. I'm not doing anything fancy with networking so that may not mean much. --- Gary Jennejohn