diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-15 20:42:54 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-15 20:42:54 +0000 |
commit | 2c15ca427f1b8c2586afd23dffb731d6822e24ba (patch) | |
tree | be35ed2f4f501d79c245564c703a49523e6d56b0 /sys/dev/i2c/files.i2c | |
parent | 43b6a19f9d68308bd22bfd92a700d07259650856 (diff) |
Ricoh rtc support for armish, driver from netbsd.
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 06067fcfc82..82dbff24bc8 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.33 2006/04/10 17:30:38 deraadt Exp $ +# $OpenBSD: files.i2c,v 1.34 2006/06/15 20:42:53 drahn Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -107,3 +107,9 @@ file dev/i2c/w83l784r.c wbenv device glenv attach glenv at i2c file dev/i2c/gl518sm.c glenv + +# RICOH RS5C372[AB] Real Time Clock +device ricohrtc +attach ricohrtc at i2c +file dev/i2c/rs5c372.c ricohrtc + |