Home | History | Annotate | Download | only in ifpga
History log of /src/sys/arch/evbarm/ifpga/pl030_rtc.c
RevisionDateAuthorComments
 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  12-Dec-2009  tsutsui Remove `volatile' qualifier from argument types of
struct timeval passed to todr_gettime(9) and todr_settime(9).
We no longer have an ancient and volatile struct timeval `time'
global since we have switched to MI timercounter(9) on all port.

XXX1: some of these RTC drivers still assume 32bit time_t
XXX2: some of these should be rewritten to use todr_[gs]ettime_ymdhms()
XXX3: todr(9) man page doesn't mention todr_[gs]ettime_ymdhms()
 1.9  21-Jul-2009  dyoung device_t/softc split. Compiled, but never run.
 1.8  19-Feb-2007  briggs branches: 1.8.46;
Convert evbarm to __HAVE_GENERIC_TODR.
 1.7  11-Dec-2005  christos branches: 1.7.24; 1.7.26;
merge ktrace-lwp.
 1.6  15-Jul-2003  lukem branches: 1.6.16;
__KERNEL_RCSID()
 1.5  02-Oct-2002  thorpej branches: 1.5.6;
Use CFATTACH_DECL().
 1.4  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.3  27-Sep-2002  thorpej When in a match routine, the cfdata we're passed always references
our own cfdriver, so don't bother comparing the names, since they
will always match.
 1.2  23-Nov-2001  thorpej branches: 1.2.2;
Use <arm/cpufunc.h>, not <machine/cpufunc.h>.
 1.1  27-Oct-2001  rearnsha branches: 1.1.2;
Support for the Integrator/AP core-logic FPGA.
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.1.2.1  27-Oct-2001  nathanw file pl030_rtc.c was added on branch nathanw_sa on 2002-01-08 00:24:13 +0000
 1.2.2.3  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.2.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1  23-Nov-2001  thorpej file pl030_rtc.c was added on branch kqueue on 2002-01-10 19:42:10 +0000
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.16.1  26-Feb-2007  yamt sync with head.
 1.7.26.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.7.24.1  04-Mar-2007  bouyer Pull up following revision(s) (requested by matt in ticket #470):
sys/arch/evbarm/iq80310/iq80310_timer.c: revision 1.20
sys/arch/evbarm/ifpga/pl030_rtc.c: revision 1.8
sys/arch/evbarm/include/types.h: revision 1.7
sys/arch/arm/arm32/genassym.cf: revision 1.30
sys/arch/arm/arm32/cpuswitch.S: revision 1.46
Get DOMAIN_CLIENT directly from arm/arm32/pte.h instead of from genassym
to avoid redefinition when both assymh and pte.h are included (as in
INTEGRATOR's intmmu.S, which uses more macros from pte.h).
Convert evbarm to __HAVE_GENERIC_TODR.
 1.8.46.2  11-Mar-2010  yamt sync with head
 1.8.46.1  19-Aug-2009  yamt sync with head.

RSS XML Feed