From owner-freebsd-hardware@FreeBSD.ORG Thu Oct 19 11:00:41 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E3416A52D for ; Thu, 19 Oct 2006 11:00:41 +0000 (UTC) (envelope-from cs@schug.net) Received: from schug.net (s0.schug.net [194.97.148.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13B143D7F for ; Thu, 19 Oct 2006 11:00:17 +0000 (GMT) (envelope-from cs@schug.net) Received: by schug.net (Postfix, from userid 10000) id 50FB9C581D; Thu, 19 Oct 2006 13:00:16 +0200 (CEST) Date: Thu, 19 Oct 2006 13:00:16 +0200 From: Christoph Schug To: Andriy Gapon Message-ID: <20061019110016.GA20019@voodoo.schug.net> References: <4533BE2E.4080005@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4533BE2E.4080005@icyb.net.ua> Organization: SpaceNet AG User-Agent: Mutt/1.5.11 OpenPKG/2.5 Cc: freebsd-hardware@freebsd.org Subject: Re: nfsmb survey X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 11:00:41 -0000 On Mon, Oct 16, 2006, Andriy Gapon wrote: > If you have a system based on NForce2/3/4, could you please share the > following information: Machine is a HP Proliant DL145 G2 > 1. find out pci handle of your SMB controller: # pciconf -l | fgrep 0x0c0500 none1@pci0:1:1: class=0x0c0500 card=0x3207103c chip=0x005210de rev=0xa2 hdr=0x00 > 2. read values in BARs 4 and 5 and also registers 0x50 and 0x54 like > follows:A # pciconf -r pci0:1:1 0x20 00005001· # pciconf -r pci0:1:1 0x24 00005041· # pciconf -r pci0:1:1 0x50 00005001· # pciconf -r pci0:1:1 0x54 00005041· -cs