I2C driver for the Maxim DS1307 Real Time Clock chip.
authormglocker <mglocker@openbsd.org>
Mon, 20 Jun 2016 13:42:42 +0000 (13:42 +0000)
committermglocker <mglocker@openbsd.org>
Mon, 20 Jun 2016 13:42:42 +0000 (13:42 +0000)
commit2d678980d7caeee986d1cb5b289a2daefdc20fe0
tree57d999f29548b5d193e10943b3938bc4cfe4c03e
parent5acc40ad03d31a9a37f3e82db812756905d7cb1e
I2C driver for the Maxim DS1307 Real Time Clock chip.

The chip has been found on a Sun Fire V210 as a second RTC hooked up
to the SMU.  Setting the time there has the advantage that it remains
after a boot since the internal V210 RTC will be synced by the DS1307
at boot time.

Not linked to sparc64 yet since it will overwrite the internal RTC
handler.

ok deraadt
sys/dev/i2c/ds1307.c [new file with mode: 0644]
sys/dev/i2c/files.i2c