From owner-freebsd-current@FreeBSD.ORG Wed Dec 7 01:19:02 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 869F316A41F for ; Wed, 7 Dec 2005 01:19:02 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C6F43D68 for ; Wed, 7 Dec 2005 01:19:01 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so820792wri for ; Tue, 06 Dec 2005 17:19:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HeOFIAXiA0tYl6F1G34HHioxqx8aD1TVPIuhkvmbh061beh6R8DXzhVHOz0CkvknoWD3bNXn/d0EgWvWZFWO1yrkQ4WyxiA6r1JJaEqYxPymER2mizpPwZXGIsE1rSONCxlbOX1Cksbof7pHiMSqjjNNv6cFUY/8RluJ+0uH6ho= Received: by 10.54.125.13 with SMTP id x13mr2477934wrc; Tue, 06 Dec 2005 17:18:57 -0800 (PST) Received: by 10.54.157.12 with HTTP; Tue, 6 Dec 2005 17:18:56 -0800 (PST) Message-ID: Date: Wed, 7 Dec 2005 04:18:56 +0300 From: Vladimir Timofeev To: Artemiev Igor In-Reply-To: <20051206093020.691e1483.ai@bmc.brk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051206093020.691e1483.ai@bmc.brk.ru> Cc: freebsd-current@freebsd.org Subject: Re: [PATCH] nForce2 SMBus support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 01:19:02 -0000 I has applied this patch to my RELENG_6 and it seems to work (Abit NF7 motherboard) dmesg: amdpm0: port 0xe400-0xe41f,0x5000-0x501f irq 11 at device 1.1 on pci0 smbus0: on amdpm0 smb0: on smbus0 amdpmsub0: on amdpm0 smbus1: on amdpmsub0 smb1: on smbus1 But testing: # mbmon -S -d SMBus[NVidia nForce2] found, but No HWM available on it!! InitMBInfo: Unknown error: 0 # mbmon Temp.=3D 26.0, 42.5, 0.0; Rot.=3D 2481, 0, 0 Vcore =3D 1.63, 2.64; Volt. =3D 3.30, 5.03, 12.16, -11.87, -5.05 What additional tests can I do? 2005/12/6, Artemiev Igor : > > > I add pseudo-device amdpmsub because nForce2 have two SMBus > interfaces. Patch here: > > http://bmc.brk.ru/~ai/patches/amdpm.nforce2_support.diff > > dmesg output: > > amdpm0: port > 0xdc00-0xdc1f,0x5000-0x501f,0x5500 -0x551f irq 5 at device 1.1 on pci0 > smbus0: on amdpm0 > smb0: on smbus0 > amdpmsub0: on amdpm0 > smbus1: on amdpmsub0 > smb1: on smbus1 > > I`ve tested it with xmbmon and all works fine. > > -- > iprefetch ai > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " >