From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 7 18:45:52 2004 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 81EBB16A4CE for ; Tue, 7 Dec 2004 18:45:52 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA5943D4C for ; Tue, 7 Dec 2004 18:45:51 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB7IjiwM003205; Tue, 7 Dec 2004 20:45:44 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 25142-07; Tue, 7 Dec 2004 20:45:43 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB7IjhlE003202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Dec 2004 20:45:43 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iB7Ijhqe003343; Tue, 7 Dec 2004 20:45:43 +0200 (EET) (envelope-from ru) Date: Tue, 7 Dec 2004 20:45:43 +0200 From: Ruslan Ermilov To: Michael Lednev Message-ID: <20041207184543.GA3312@ip.net.ua> References: <20041207153257.GE1336@ip.net.ua> <172432578.20041207204931@bk.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <172432578.20041207204931@bk.ru> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-amd64@freebsd.org Subject: Re: [TEST] Updated port net/nvnet 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: Tue, 07 Dec 2004 18:45:52 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 07, 2004 at 08:49:31PM +0300, Michael Lednev wrote: > Hello, Ruslan. >=20 > 7 Dec 2004 ?., 18:32:57: >=20 > RE> With this patch, >=20 > RE> http://people.freebsd.org/~ru/patches/port_net_nvnet.patch >=20 > RE> I'd be grateful if someone could test this update on i386. >=20 > no luck on nforce3-250gb: >=20 > root@reaper:~# kldload if_nv > agp0: mem 0xc0000000-0xcfffffff at > device 0.0 on pci0 > agp0: Unable to find NVIDIA Memory Controller 1. > device_attach: agp0 attach returned 19 >=20 > i assume that none of my devices were recognized as nforce nic, after > applying Masahiko KIMOTO's october patch the device was recognized as > MCP7 with cicada chip, but after ifconfig i've got kernel page fault > :) >=20 This has nothing to do with AGP. Also, at least on AMD64, kldloading this and some other modules doesn't work -- you need to pre-load it from loader(8). Add this line to /boot/loader.conf: if_nv_load=3D"YES" If you still don't have it running after this, send me the output of "pciconf -lv" off the list. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBtfpXqRfpzJluFF4RAhbPAJ0TfrCqvq3SPs7Uvf+efzdjulb91QCeJWbt DMQJrFDzITgDOHxFbAyqGSM= =O7e4 -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--