From owner-freebsd-amd64@FreeBSD.ORG Fri May 5 14:22:56 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ECDB16A40E for ; Fri, 5 May 2006 14:22:56 +0000 (UTC) (envelope-from shigeaki@se.hiroshima-u.ac.jp) Received: from condor.se.hiroshima-u.ac.jp (condor.se.hiroshima-u.ac.jp [133.41.33.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA8D743D45 for ; Fri, 5 May 2006 14:22:55 +0000 (GMT) (envelope-from shigeaki@se.hiroshima-u.ac.jp) Received: from se.hiroshima-u.ac.jp (localhost.se.hiroshima-u.ac.jp [127.0.0.1]) by condor.se.hiroshima-u.ac.jp with ESMTP id k45EMons049894; Fri, 5 May 2006 23:22:50 +0900 (JST) Received: (from www@localhost) by se.hiroshima-u.ac.jp id k45EMnHU049893; Fri, 5 May 2006 23:22:49 +0900 (JST) X-Authentication-Warning: condor.se.hiroshima-u.ac.jp: www set sender to shigeaki@se.hiroshima-u.ac.jp using -f Received: from pfa695a.hrsmnt01.ap.so-net.ne.jp ([210.250.105.90]) (SquirrelMail authenticated user shigeaki) by www.se.hiroshima-u.ac.jp with HTTP; Fri, 5 May 2006 23:22:49 +0900 (JST) Message-ID: <2923.210.250.105.90.1146838969.squirrel@www.se.hiroshima-u.ac.jp> Date: Fri, 5 May 2006 23:22:49 +0900 (JST) From: "Shigeaki Tagashira" To: "JoaoBR" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: 8bit References: <44506B8B.4090605@se.hiroshima-u.ac.jp> <200605011117.16519.joao@matik.com.br> In-Reply-To: <200605011117.16519.joao@matik.com.br> X-Spam-Status: No, score=-4.0 required=13.0 tests=AWL,BAYES_00, CONTENT_TYPE_PRESENT,ISO2022JP_CHARSET,REVDNSUNKNOWN autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on condor.se.hiroshima-u.ac.jp Cc: freebsd-amd64@freebsd.org Subject: Re: FreeBSD nfe driver for NVIDIA nForce network adapter X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 14:22:56 -0000 Hi You need to compile the driver after rebuilding your kernel with "options DEVICE_POLLING", in order to accept polling. It may not work on nForce3 ultra and nForce4 Ultra. Does the nfe driver print console messages? --- S. Tagashira > On Thursday 27 April 2006 03:58, Shigeaki Tagashira wrote: > >> I am providing a FreeBSD device driver of NVIDIA nForce network >> adapter. It is a native device driver and is based on the OpenBSD nfe >> driver. The latest driver was tested on FreeBSD 6.1-RC/amd64 and seems >> to work stably on my machine (ASUS A8N-SLI Premium). >> >> It can be downloaded at the following URL. >> http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html >> >> > > Hi > the latest nfe drv with ciphy patch do not work with nforce3 ultra it is up > and negociate the switch capability but do not rx/tx it does not accept > polling (ifconfig: polling: Invalid argument)