summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/clock.c
AgeCommit message (Expand)Author
2020-07-03hardclock_ticks -> getticks()maxv
2020-05-29For clk_timecounter:rin
2020-05-19Round amiga_clk_interval to the nearest integer, in order to emulaterin
2015-11-12Use the MD_BTOP() macro as replacement for m68k_btop() in all devicephx
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-03CFATTACH_DECL_NEW, device_t, cfdata_tmatt
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2009-12-12Reverted the CIA-timer based delay() to the pre-5.0 method of a calibratedphx
2009-09-11Handle the situation of a wrapped interval counter, while the hardclock()phx
2009-09-11Reverted last change after discussion with the author, Michael L. Hitch:phx
2008-12-07Fix timecounters using interval timers: amiga counters are not 32 bits,mhitch
2008-01-06Add timecounter support and borrow counter-based delay from i386.mhitch
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-05Switch amiga to MI todr.mhitch
2005-12-11merge ktrace-lwp.christos
2005-06-13Fix a ton of const/volatile issues shown with new warning flagsjmc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-14Eliminate commons. (including a few unused or mismatched ones).matt
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
1999-03-14Use the 1/256s-resolution when reading the DraCo battery backed clockis
1998-07-26yet more atomic operations accessing DraCo registersis
1998-01-12Adjust for changes to config.thorpej
1997-09-15Only create verbose delay loop calibration message for DIAGNOSTIC kernels.is
1997-07-19Make Amiga battery clocks autoconfiguration devices, so that they can beis
1997-07-17Make the DraCo hardware clock an autoconfiguration device.is
1997-07-06Implement the RTC_OFFSET kernel option/rtc_offset variable for the Amiga port.is
1997-07-06A first hack at DraCo real-time clock support; only reads clock, currently.is
1997-05-25Converted for the use of sys/dev/clock_subr.[ch].veego
1997-01-02Use the right parameter to decide whether it's early configuration. (I wonderis
1996-12-23Get rid of __BROKEN_INDIRECT_CONFIG.veego
1996-12-17Make clock an early configuration device, configured before early consoleis
1996-10-14KNF patrol.is
1996-10-13backout previous kprintf changechristos
1996-10-11Fix compile errors when not configured for the Draco.mhitch
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-29a) replace our delay() with a Gordon Ross style one, calibrated atis
1996-06-20Use the right microsecond delay address. To achieve this, also map thatis
1996-06-18Don't use the inline assembler 64bit integer division if our kernel mightis
1996-05-10Clean up the mess I left over from my yestereve's commit: partially unusedis
1996-05-09First part of M68060 and DraCo support.is
1996-04-21- Cleanup for -Wall and -Wstrict-prototypesveego
1996-03-17Clean up typos and other errors from new device attachment changes.mhitch
1996-03-17New device attachment scheme:thorpej
1995-02-20rtc now reads and writes erbe0011@FH-Karlsruhe.DE (Bernd Ernesti)chopps
1995-02-12Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)chopps