From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 19 18:34:22 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDA916A4CE for ; Wed, 19 Jan 2005 18:34:22 +0000 (GMT) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A336143D54 for ; Wed, 19 Jan 2005 18:34:22 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (unknown [139.30.252.67]) by hydra.bec.de (Postfix) with ESMTP id C3E6135710 for ; Wed, 19 Jan 2005 19:34:21 +0100 (CET) Received: by britannica.bec.de (Postfix, from userid 1001) id 73C4D50; Wed, 19 Jan 2005 19:33:55 +0100 (CET) Date: Wed, 19 Jan 2005 19:33:55 +0100 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20050119183355.GD95454@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <41EE0C69.50107@orionis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41EE0C69.50107@orionis.net> User-Agent: Mutt/1.5.6i Subject: Re: nForce3 NIC on 5.3 (i386) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 18:34:23 -0000 On Wed, Jan 19, 2005 at 09:29:45AM +0200, Sven Ahtama wrote: > I got the if_nv loaded as module and tried compiled-in as well. > > I'd really appreciate any pointers, or a conclusive confirmation, that > there is no success yet. Check that the driver contains the PCI IDs for your card. It might be enough to just add them in case. Joerg