Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/arm/footbridge/isa/dsrtc.c
RevisionDateAuthorComments
 1.14  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.13  13-Aug-2021  skrll Trailing whitespace
 1.12  11-Oct-2012  skrll Complete the device_t/softc split I attempted previously.

From chuq.
 1.11  21-Jul-2009  skrll branches: 1.11.12; 1.11.22;
device_t/softc split
CFATTACH_DECL -> CFATTACH_DECL_NEW
struct device * -> device_t
struct cfdata * -> cfdata_t
Use aprint*
 1.10  06-Jan-2007  christos branches: 1.10.50;
Add generic TOD support. From Bucky Katz.
 1.9  11-Sep-2006  gdamore branches: 1.9.4;
ANSIfy and KNF.
 1.8  11-Dec-2005  christos branches: 1.8.8; 1.8.20;
merge ktrace-lwp.
 1.7  16-Sep-2004  drochner branches: 1.7.12;
forgot one ISACF_*_DEFAULT conversion, noticed by Nick Hudson
 1.6  21-Oct-2003  skrll Rename dsrtc to ds1687rtc to avoid conflicting with the MI i2c
ds1307 driver.

Hi Jason.
 1.5  23-Mar-2003  chris branches: 1.5.2;
Add __KERNEL_RCSID tags to footbridge files.
 1.4  02-Oct-2002  thorpej Add trailing ; to CFATTACH_DECL
 1.3  01-Oct-2002  thorpej Use CFATTACH_DECL().
 1.2  27-Sep-2002  thorpej Declare all cfattach structures const.
 1.1  10-Feb-2002  chris branches: 1.1.2; 1.1.14;
Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location.
Also fix build break on GENERIC cats kernel, seems that conf.h should have been including arm/conf.h.

This completes the removal of arch/arm32.
 1.1.14.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.1.14.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.14.1  10-Feb-2002  jdolecek file dsrtc.c was added on branch kqueue on 2002-06-23 17:34:49 +0000
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  10-Feb-2002  nathanw file dsrtc.c was added on branch nathanw_sa on 2002-02-28 04:07:29 +0000
 1.5.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.2.1  03-Aug-2004  skrll Sync with HEAD
 1.7.12.2  26-Feb-2007  yamt sync with head.
 1.7.12.1  30-Dec-2006  yamt sync with head.
 1.8.20.2  12-Jan-2007  ad Sync with head.
 1.8.20.1  18-Nov-2006  ad Sync with head.
 1.8.8.1  14-Sep-2006  yamt sync with head.
 1.9.4.1  30-Apr-2007  bouyer Pull up following revision(s) (requested by rearnsha in ticket #592):
sys/arch/arm/footbridge/footbridgevar.h: revision 1.5
sys/arch/arm/ep93xx/epclk.c: revision 1.10
sys/arch/arm/ixp12x0/ixp12x0_clk.c: revision 1.11
sys/arch/arm/footbridge/footbridge.c: revision 1.17
sys/arch/arm/footbridge/isa/dsrtc.c: revision 1.10
sys/arch/arm/s3c2xx0/s3c2800_clk.c: revision 1.10
sys/arch/arm/xscale/ixp425_timer.c: revision 1.13
sys/arch/arm/xscale/becc_timer.c: revision 1.11
sys/arch/arm/xscale/i80321_timer.c: revision 1.16
sys/arch/arm/s3c2xx0/s3c24x0_clk.c: revision 1.7
Add generic TOD support. From Bucky Katz.
 1.10.50.1  19-Aug-2009  yamt sync with head.
 1.11.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.11.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed