From owner-cvs-all Sun Sep 16 15:35:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D607C37B401; Sun, 16 Sep 2001 15:35:07 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8GMZ7b51089; Sun, 16 Sep 2001 15:35:07 -0700 (PDT) (envelope-from murray) Message-Id: <200109162235.f8GMZ7b51089@freefall.freebsd.org> From: Murray Stokely Date: Sun, 16 Sep 2001 15:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/smbus smbus.c src/sys/conf files src/share/man/man4/man4.i386 amdpm.4 src/sys/pci amdpm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/16 15:35:07 PDT Modified files: sys/dev/smbus smbus.c sys/conf files Added files: share/man/man4/man4.i386 amdpm.4 sys/pci amdpm.c Log: SMBus support for the AMD 756 power management unit. See smbus(4), amdpm(4) and smb(4). This device can be used with userland programs such as sysutils/lmmon to retrieve sensor information from the motherboard. PR: kern/23989 Obtained from: Matthew C. Forman Based on: alpm(4) Revision Changes Path 1.1 +66 -0 src/share/man/man4/man4.i386/amdpm.4 (new) 1.565 +2 -1 src/sys/conf/files 1.14 +2 -1 src/sys/dev/smbus/smbus.c 1.1 +634 -0 src/sys/pci/amdpm.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message