From owner-freebsd-current@FreeBSD.ORG Mon May 21 07:12:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DF1516A400 for ; Mon, 21 May 2007 07:12:02 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id D9E0313C489 for ; Mon, 21 May 2007 07:12:01 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so1772937pyh for ; Mon, 21 May 2007 00:12:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=NR5Wz2m4V9BYX28UE02WPhNu/GvHwWM1k+t+C93wldapnzFWKrrQ/mUB/aIEAM9KviZs4e4Bdd+8hzCA6+4rGdUvQWtLla9WVOJAxiiDHGCHWxmqaXymN2ssIQOg9XMqSNDeRno7mwT6eByT0Y3K6Ii8L4g4+/YlFHj9VUK2mYQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=p8IiIoNoIQJpuDcV4trccc2ToT6nxfp4rVrk/pFp6TznxEjF0qOXZ7djz6mAuOYU3/qDw76xdSYNcyTswT3YZUvesLYoZrK7NhxCOOxKpIAcPiEecFjL87X+smGrgxhAF5+qxh5Pb17EpKBkhdyXs060bQk6tlFwDD2PUSuXBns= Received: by 10.35.41.14 with SMTP id t14mr490512pyj.1179731521289; Mon, 21 May 2007 00:12:01 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id 12sm13799927nzn.2007.05.21.00.11.59; Mon, 21 May 2007 00:12:00 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l4L7Bt7a038390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 21 May 2007 16:11:55 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l4L7BsEd038389; Mon, 21 May 2007 16:11:54 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 21 May 2007 16:11:54 +0900 From: Pyun YongHyeon To: Ed Schouten Message-ID: <20070521071154.GF36838@cdnetworks.co.kr> References: <4327.10.202.77.103.1179664974.squirrel@webmail.superhero.nl> <20070521010735.GA36838@cdnetworks.co.kr> <20070521065927.GC23313@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070521065927.GC23313@hoeg.nl> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Current Subject: Re: CFT: nfe(4) MSI/MSIX support 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, 21 May 2007 07:12:02 -0000 On Mon, May 21, 2007 at 08:59:27AM +0200, Ed Schouten wrote: > Hello, > > * Pyun YongHyeon wrote: > > I'd also like to commit it and make nfe(4) default driver for all > > nVidia network adapters. I've sent several mails to official FreeBSD > > nfe(4) maintainer, obrien, but got no reply yet. I'll wait one or two > > week more and will post a mail that asks for opinions of other > > developers on superseding nve(4) with nfe(4). > > Please do. That would be great! I only have a small problem with the > nfe(4) driver and that is that the machine I use it on (Microsoft Xbox) > doesn't have a PHY that is supported by any FreeBSD PHY driver. I ported > the NetBSD icsphy(4) driver and now it works like it should. > > I've attached a patch which adds the driver. You'd really help me out by > adding this driver as well. Thanks! > Thanks for the patch. :-) As you know nfe(4) requires several PHY driver patches to work correctly. I'll take care of icsphy(4) too. -- Regards, Pyun YongHyeon