summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/isa/clock.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-04-17Don't set the frequency of the statclock if we don't have one.Gerhard Roth
2011-07-05N: Thou shalt not call hardclock() with biglock held.Owain Ainsworth
2011-04-08remove uneeded inlines here as was done in rev 1.24 ofJonathan Gray
2010-08-11Disable the RTC the periodic interrupt. Leaving it enabled causes theMark Kettenis
2010-08-10Someone went nuts with spaces and tabs. No binary change.Marco Peereboom
2010-07-29Don't forget to register the i8254-based timecounter if we use the i8254Mark Kettenis
2010-07-25in the clock drivers, seperate the soft-state and hard-state which wasTheo de Raadt
2007-08-02copy nvram code from i386, because amd64 can use it too. done byTheo de Raadt
2007-05-03Remove MCA ghosts, no changes in .o files.Alexander Yurchenko
2007-01-15ansi/deregisterJonathan Gray
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2005-12-10Kill MCA related includes.Kenneth R Westerback
2005-09-27make options TIMEZONE and DST work; from formTheo de Raadt
2004-06-28Use new event counter API for interrupt counting on amd64. Based in partTheo de Raadt
2004-06-25SMP support. Big parts from NetBSD, but with some really serious debuggingArtur Grabowski
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
2004-03-09simplify the delay stuffTheo de Raadt
2004-01-28an amd64 arch support.Michael Shalayeff