From owner-freebsd-stable@FreeBSD.ORG Sun Aug 13 19:29:11 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 DFC0016A4DE for ; Sun, 13 Aug 2006 19:29:11 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BB743D45 for ; Sun, 13 Aug 2006 19:29:03 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 7E1CC5D0C; Sun, 13 Aug 2006 23:29:02 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 711E95D04; Sun, 13 Aug 2006 23:29:02 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7DJT6J8016235; Sun, 13 Aug 2006 23:29:06 +0400 (MSD) (envelope-from ru) Date: Sun, 13 Aug 2006 23:29:06 +0400 From: Ruslan Ermilov To: Zoran Kolic Message-ID: <20060813192906.GF15783@rambler-co.ru> References: <20060813143030.GA997@faust.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eMnpOGXCMazMAbfp" Content-Disposition: inline In-Reply-To: <20060813143030.GA997@faust.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: freebsd-stable@freebsd.org Subject: Re: nfpm 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: Sun, 13 Aug 2006 19:29:12 -0000 --eMnpOGXCMazMAbfp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 13, 2006 at 04:30:31PM +0200, Zoran Kolic wrote: > Hi all! > I would like to add nfpm device > into kernel, but cannot find it > in source. Googling for awile, > I've found a lot of posts on nfsmb, > broken compilings... > In this moment looks to me that the > correct way should be to add smbus, > smb and nfpm. Since nfsmb is taken > from sensors, do I compile zombie > device. > Mobo is asus nforce3 k8n 250, 6.1 > and amd64. >=20 > none0@pci0:1:1: class=3D0x0c0500 card=3D0x813f1043 chip=3D0x00e410de rev= =3D0xa1 hdr=3D0x00 > vendor =3D 'NVIDIA Corporation' > device =3D 'nForce PCI SMB Controller' > class =3D serial bus > subclass =3D SMBus >=20 You motherboard is nForce3 based so you don't need nfpm. nfpm is just an alias for amdpm, so this is probably why you can't find its sources: # grep nfpm sys/conf/files pci/amdpm.c optional amdpm pci | nfpm pci # amdpm AMD 756 Power Management Unit # amdsmb AMD 8111 SMBus 2.0 Controller # nfpm NVIDIA nForce Power Management Unit # nfsmb NVIDIA nForce2/3/4 MCP SMBus 2.0 Controller I've written amdsmb for Asus SK8N, only to find out that there are no sensors attached to it. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --eMnpOGXCMazMAbfp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE332CqRfpzJluFF4RAm/XAJwO5h9ajQS29Q88x6Y2h2ZzlZk6PwCgmnFT bR+39VamDk6C1NE86opRLuA= =eRvQ -----END PGP SIGNATURE----- --eMnpOGXCMazMAbfp--