Bug 23989

Summary: NEW CODE: AMD 756 Power Management / SMBus driver
Product: Base System Reporter: mcf <mcf>
Component: kernAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-RELEASE   
Hardware: Any   
OS: Any   

Description mcf 2001-01-01 12:00:02 UTC
This pr replaces kern/23700 (please delete).

I've updated the above to use newbus code. The code and diffs
(against -current) are available at:

http://www.3d-med.cse.dmu.ac.uk/~mcf/amdpm.tar.gz
Comment 1 David E. O'Brien freebsd_committer freebsd_triage 2001-09-02 18:07:58 UTC
Responsible Changed
From-To: freebsd-bugs->obrien
Comment 2 Murray Stokely freebsd_committer freebsd_triage 2001-09-16 14:15:02 UTC
State Changed
From-To: open->analyzed

I've tested this driver under -CURRENT and it works fine.  I made one 
small whitespace change to amdpm.c and I added a man page.  This is 
ready to be committed, and then this PR can be closed. 

diff to /usr/src/sys : 
http://people.freebsd.org/~murray/patches/amdpm.diff 

tarfile with manpage and new file, extract from /usr/src : 
http://people.freebsd.org/~murray/patches/amdpm.tar 

To test, apply the above then build a kernel with smbus, smb, and 
amdpm devices and install something like the sysutils/lmmon port to 
read useful information from /dev/smb*
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-16 23:43:13 UTC
Responsible Changed
From-To: obrien->murray

This has been committed to -CURRENT.  This is my reminder to MFC to the driver to -STABLE.  Thanks for the submission!
Comment 4 Murray Stokely freebsd_committer freebsd_triage 2001-10-10 13:13:02 UTC
State Changed
From-To: analyzed->closed

This driver has been MFCed to 4.X.  Thanks!