diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-03 21:41:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-03 21:41:11 +0000 |
commit | 90b8cc4cb3a0e2d82c0e7168ca50ffe070462060 (patch) | |
tree | 8bf194b40f6c39d5644c11cd2c10afe35212553a /share | |
parent | f7c2b5883ec8949d7621137629f8e58fa4bb7926 (diff) |
Mention I2C controller. Update BUGS.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.macppc/smu.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.macppc/smu.4 b/share/man/man4/man4.macppc/smu.4 index e21b60134f5..67257be2d90 100644 --- a/share/man/man4/man4.macppc/smu.4 +++ b/share/man/man4/man4.macppc/smu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smu.4,v 1.6 2006/01/02 11:34:27 jmc Exp $ +.\" $OpenBSD: smu.4,v 1.7 2006/01/03 21:41:10 kettenis Exp $ .\" .\" Copyright (c) 2005 Mark Kettenis .\" @@ -32,7 +32,7 @@ and some machines. .Pp The System Management Unit controls the fans in these systems. -It also contains the real time clock. +It also contains the real time clock and an I2C controller. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4 @@ -46,4 +46,4 @@ The .Nm driver was written by Mark Kettenis. .Sh BUGS -Currently only the real time clock functionality is supported. +Fan control is not implemented yet. |