From owner-freebsd-current@FreeBSD.ORG Mon Jun 15 04:37:45 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 29B421065670 for ; Mon, 15 Jun 2009 04:37:45 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id EF3AE8FC14 for ; Mon, 15 Jun 2009 04:37:44 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so1176673waf.27 for ; Sun, 14 Jun 2009 21:37:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:subject :message-id:reply-to:mime-version:content-type:content-disposition :user-agent; bh=FkBgoVW/MMl7/xo1ZXzxp6jBPFRyWXF3ZiGuArA1/kA=; b=FUZT2axMcOMfyTNVEm7dz+JYOnGYedNCZbXSEbVjySES05zZYb+YmDKmicmMb1jdfs D88cwfrNnjm38vkUCKmJyt4TwVEIrGrEXmWLGSFh04kxKAuoSLRRJiuvdM9GEMqROoUN NiY4t5ZVAWyxKQ+4bbh8rNVC7P51Y1XWO+M4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mime-version:content-type :content-disposition:user-agent; b=kILCP9KUqBM+jdTQwCGROVPsn93CUtv4C0De2wQZRMZTGwtq3iYUw0xKGnbzhCooKE f6GSnonpXHhCVTvqIqE/rXlV+9H94eQuSjA3aQeNSSxBMaqcsOGyG4eCUCuA41496Z3W BiQQa8M/CU5Zasn6L3ZTd8ZYjhXuOgW4W/TFg= Received: by 10.114.112.4 with SMTP id k4mr4316187wac.140.1245040664473; Sun, 14 Jun 2009 21:37:44 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id m34sm5526787waf.56.2009.06.14.21.37.42 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Jun 2009 21:37:43 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 15 Jun 2009 13:41:06 +0900 From: Pyun YongHyeon Date: Mon, 15 Jun 2009 13:41:06 +0900 To: freebsd-current@freebsd.org Message-ID: <20090615044106.GC78415@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: CFT: fxp(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com 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 04:37:45 -0000 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. http://people.freebsd.org/~yongari/fxp/fxp.patch.20090615