From owner-freebsd-ports@FreeBSD.ORG Fri Mar 12 11:40:28 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEB216A4CE for ; Fri, 12 Mar 2004 11:40:28 -0800 (PST) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB2943D2F for ; Fri, 12 Mar 2004 11:40:27 -0800 (PST) (envelope-from nakal@web.de) Received: from [217.225.235.57] (helo=[217.225.235.57]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #614) id 1B1sWA-00018t-00 for freebsd-ports@freebsd.org; Fri, 12 Mar 2004 20:40:26 +0100 From: Martin To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1079120424.1105.29.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 12 Mar 2004 20:40:25 +0100 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Found a working Gigabit Ethernet TC902X driver for STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 19:40:28 -0000 Hi, I got a new network adapter (Longshine 8039TX; take a look here: http://longshine.de/data/index-eng.html). I have been looking for drivers for STABLE and found this post: http://www.atm.tut.fi/list-archive/freebsd-stable/msg08427.html It mentions a module, which you can download here: http://www.icplus.com.tw/Data/driver/TC902X_FreeBSD.zip The chipset comes from the company: Tamarack Microelectronics Inc. in Taiwan. I installed it on my STABLE box and it seems to work fine. Can someone of the committers take a look at the sources and add it to the ports? I think the license is OK (it would be better to contact the author to be sure). I hope that you can confirm that it is safe to use this module. For those who want to try it, here some advice (it's really weird, so read it please): 1) unzip the file in an empty folder 2) extract the tar-ball 3) rename the Readme.txt to rio.tgz 4) extract rio.tgz 5) cp the Makefile from ./rio subdirectory to the directory with the module sources 6) create a soft-link "pci -> ." in the same directory 7) run make 8) done, the result is: if_rio.ko Martin