OpenGrok
Cross Reference: rs5c313.c
xref
: /
src
/
sys
/
dev
/
ic
/
rs5c313.c
Home
|
History
|
Annotate
|
Download
|
only in
ic
History log of
/src/sys/dev/ic/rs5c313.c
Revision
Date
Author
Comments
1.11
07-Sep-2025
thorpej
Change todr_chip_handle::cookie -> todr_chip_handle::todr_dev, and
make it a device_t. Upcoming functional changes will require the
device_t associated with a TODR device.
Change todr_chip_handle::bus_cookie -> todr_chip_handle::todr_devaux.
Nothing was using the old field, but I decided to keep it around just
in cause something needs it in the future.
And with these largely mechanical yet semantically meaningful changes,
thus spake the Oracle: "Welcome to NetBSD 11.99.2."
1.10
20-Nov-2014
christos
use the inline bcdtobin and bintobcd directly instead through a macro.
1.9
06-Apr-2010
nonaka
branches: 1.9.18;
Added support RICOH 5C316.
1.8
04-May-2008
martin
branches: 1.8.20; 1.8.22;
Move TNF licenses to 2 clause form
1.7
27-Mar-2008
uwe
branches: 1.7.2; 1.7.4;
Split device_t and softc.
1.6
09-Jan-2008
uwe
branches: 1.6.6;
Don't bury &sc->sc_dev idiom inside arglist of aprint_error_dev(), use
explicit device_t self variable instead to make future conversion easier.
1.5
09-Jan-2008
uwe
Autoconf allocates softc with M_ZERO, so there's no need to explicitly
init missing todr methods to NULL.
1.4
09-Jan-2008
uwe
Use todr_{get,set}time_ymdhms methods and let MI code in kern_todr.c
do conversion and checks.
1.3
09-Jan-2008
uwe
rtc_offset is handled by kern_todr.c, so nuke it here.
Pointed out by joerg@
1.2
06-Nov-2007
uwe
branches: 1.2.6;
Use aprint_*
1.1
07-Sep-2006
uwe
branches: 1.1.4; 1.1.6; 1.1.12; 1.1.32; 1.1.34; 1.1.38; 1.1.40;
MI part of the Ricoh RS5C313 real time clock todr(9) driver.
Based on the code from landisk port. With help from gdamore@
1.1.40.2
18-Feb-2008
mjf
Sync with HEAD.
1.1.40.1
19-Nov-2007
mjf
Sync with HEAD.
1.1.38.1
13-Nov-2007
bouyer
Sync with HEAD
1.1.34.2
23-Mar-2008
matt
sync with HEAD
1.1.34.1
06-Nov-2007
matt
sync with HEAD
1.1.32.1
06-Nov-2007
joerg
Sync with HEAD.
1.1.12.4
21-Jan-2008
yamt
sync with head
1.1.12.3
15-Nov-2007
yamt
sync with head.
1.1.12.2
30-Dec-2006
yamt
sync with head.
1.1.12.1
07-Sep-2006
yamt
file rs5c313.c was added on branch yamt-lazymbuf on 2006-12-30 20:48:03 +0000
1.1.6.2
14-Sep-2006
yamt
sync with head.
1.1.6.1
07-Sep-2006
yamt
file rs5c313.c was added on branch yamt-pdpolicy on 2006-09-14 12:31:30 +0000
1.1.4.2
09-Sep-2006
rpaulo
sync with head
1.1.4.1
07-Sep-2006
rpaulo
file rs5c313.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:50:03 +0000
1.2.6.1
10-Jan-2008
bouyer
Sync with HEAD
1.6.6.2
02-Jun-2008
mjf
Sync with HEAD.
1.6.6.1
03-Apr-2008
mjf
Sync with HEAD.
1.7.4.2
11-Aug-2010
yamt
sync with head.
1.7.4.1
16-May-2008
yamt
sync with head.
1.7.2.1
18-May-2008
yamt
sync with head.
1.8.22.1
30-May-2010
rmind
sync with head
1.8.20.1
30-Apr-2010
uebayasi
Sync with HEAD.
1.9.18.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Sun Oct 19 02:09:48 GMT 2025