Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smbus_alloc_bus is not part of the smbus interface anymore | nsouch | 2002-03-23 | 1 | -3/+7 |
| | |||||
* | Fix warning; amdsmb_abort() is not used. | peter | 2002-02-26 | 1 | -0/+2 |
| | |||||
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
| | | | | also don't use ANSI string concatenation. | ||||
* | SMBus support for the AMD 756 power management unit. See smbus(4), | murray | 2001-09-16 | 1 | -0/+634 |
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 <mcf@dmu.ac.uk> Based on: alpm(4) |