From owner-freebsd-amd64@FreeBSD.ORG Fri May 13 03:50:28 2005 Return-Path: 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 6D9BC16A4CE; Fri, 13 May 2005 03:50:28 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id B28F743D1D; Fri, 13 May 2005 03:50:25 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [127.0.0.1] ([168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j4D3sjrN051052; Thu, 12 May 2005 21:54:46 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <428423E1.7040104@samsco.org> Date: Thu, 12 May 2005 21:49:53 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnn@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: freebsd-amd64@freebsd.org Subject: Re: iWill ZMaxDP X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 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, 13 May 2005 03:50:28 -0000 gnn@freebsd.org wrote: > So, I'm considering doing 2P work on FreeBSD-CURRENT with the above > box. Specs: > > nVIDIA nForce3 Professional MCP > > TI IEEE1394 TSB43AB22PDT Host Controller > > Marvell 88E1111 PHY > > Native nVIDIA Ethernet MAC > > I saw some issues in the mailing list in January but I'm wondering how > this box is working lately. > > Later, > George 6-current might work better on the motherboard than 5-stable due to the new way that we do timecounters. I know that that's the case for my nforce4 motherboard. The nvidia MAC will require the 'nv' ethernet driver that can be found in the sys tree in 6-current (or the ports tree for 5-stable). I've tried to use this with my board, but it screws up badly in the PHY attachment code and winds up panicing when you first try to bring the interface up. I haven't gotten very far with debugging it, unfortunately. The firewire controller will probably work fine. Feel free to bug me if you have any questions. Scott