diff options
| author | 2016-05-16 22:05:36 +0000 | |
|---|---|---|
| committer | 2016-05-16 22:05:36 +0000 | |
| commit | a6372f0cf7d8500f00b8820fc55b26634c51673a (patch) | |
| tree | f66432fcb8e7fbe35ecbc06309099c6cdee24dcc /sys/dev/i2c/files.i2c | |
| parent | No need to store the return value of fcntl(fd, F_SETFL, flags). (diff) | |
| download | wireguard-openbsd-a6372f0cf7d8500f00b8820fc55b26634c51673a.tar.xz wireguard-openbsd-a6372f0cf7d8500f00b8820fc55b26634c51673a.zip | |
Add pcfrtc(4).
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 1248bd2b59d..afc58215e4c 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.54 2016/01/20 01:26:00 jcs Exp $ +# $OpenBSD: files.i2c,v 1.55 2016/05/16 22:05:36 kettenis Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -123,6 +123,11 @@ device glenv attach glenv at i2c file dev/i2c/gl518sm.c glenv +# NXP PCF8523 Real Time Clock +device pcfrtc +attach pcfrtc at i2c +file dev/i2c/pcf8523.c pcfrtc + # RICOH RS5C372[AB] Real Time Clock device ricohrtc attach ricohrtc at i2c |
