Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2006 21:17:20 +0200
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-stable@freebsd.org
Subject:   Re: nfsmb survey
Message-ID:  <20061016211720.3123c7c6.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <4533BE2E.4080005@icyb.net.ua>
References:  <4533BE2E.4080005@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 Oct 2006 20:15:26 +0300
Andriy Gapon <avg@icyb.net.ua> wrote:

System 1 is a MSI MS-7093 mainboard (aka RS480M2-IL) running
root@kg-fil# uname -a
FreeBSD kg-fil.kg4.no 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #9: Tue Oct  3 23:08:46 CEST 2006     root@kg-fil.kg4.no:/usr/obj/usr/src/sys/FIL60  amd64

> 1. find out pci handle of your SMB controller:

root@kg-fil# pciconf -lv | fgrep 0x0c0500 -A4
none1@pci0:1:1: class=0x0c0500 card=0x0c111458 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

root@kg-fil# pciconf -r pci0:1:1: 0x20
00001c01 
root@kg-fil# pciconf -r pci0:1:1: 0x24
00001c41 
root@kg-fil# pciconf -r pci0:1:1: 0x50
00001c01 
root@kg-fil# pciconf -r pci0:1:1: 0x54
00001c41 

System 2 is a Gigabyte GA-K8-NF-9 mainboard running
FreeBSD kg-quiet.kg4.no 6.1-STABLE FreeBSD 6.1-STABLE #10: Wed Oct 11 19:49:47 CEST 2006     root@kg-quiet.kg4.no:/usr/obj/usr/src/sys/QUIET  amd64

> 1. find out pci handle of your SMB controller:

root@kg-quiet# pciconf -lv | fgrep 0x0c0500 -A4
none0@pci0:20:0:        class=0x0c0500 card=0x71411462 chip=0x43721002 rev=0x04 hdr=0x00
    vendor   = 'ATI Technologies Inc'
    device   = 'SMBus'
    class    = serial bus
    subclass = SMBus

So I guess this is a different SMBus controller, and will not be supported by this driver?

HTH
-- 
Regards,
Torfinn Ingolfsen,
Norway




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061016211720.3123c7c6.torfinn.ingolfsen>