From owner-freebsd-stable@FreeBSD.ORG Wed Oct 18 21:50:02 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F326116A412 for ; Wed, 18 Oct 2006 21:50:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from slimak.dkm.cz (slimak.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id B28BB43D53 for ; Wed, 18 Oct 2006 21:50:01 +0000 (GMT) (envelope-from 000.fbsd@quip.cz) Received: (qmail 96642 invoked by uid 0); 18 Oct 2006 21:49:54 -0000 Received: from grimm.quip.cz (HELO ?192.168.1.2?) (213.220.192.218) by slimak.dkm.cz with SMTP; 18 Oct 2006 21:49:54 -0000 Message-ID: <4536A181.5080305@quip.cz> Date: Wed, 18 Oct 2006 23:49:53 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, en, cs, en-us MIME-Version: 1.0 To: Andriy Gapon References: <4533BE2E.4080005@icyb.net.ua> In-Reply-To: <4533BE2E.4080005@icyb.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: nfsmb survey X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 21:50:03 -0000 > 1. find out pci handle of your SMB controller: # pciconf -lv | fgrep 0x0c0500 -A 4 none1@pci0:1:1: class=0x0c0500 card=0x5348108e chip=0x005210de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce4 SMBus' class = serial bus subclass = SMBus > 2. read values in BARs 4 and 5 and also registers 0x50 and 0x54 like > follows: # pciconf -r pci0:1:1 0x20 00001c01 # pciconf -r pci0:1:1 0x24 00001c41 # pciconf -r pci0:1:1 0x50 00001c01 # pciconf -r pci0:1:1 0x54 00001c41 FreeBSD 6.2-BETA2 FreeBSD 6.2-BETA2 #0: Mon Oct 2 03:22:01 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386