summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
* Removed initialization of a variable that went away. Oops.bde1996-10-261-5/+3
* Print the clock calibration messages all on one (long) line again sobde1996-10-251-21/+18
* Put I*86_CPU defines in opt_cpu.h.bde1996-10-091-1/+2
* Attached simple external ddb commands `show rtc', `show pgrpdump'bde1996-09-141-5/+7
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-12/+6
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-18/+41
* Post-commit review by Bruce. Mostly stylistic changes.joerg1996-07-211-51/+56
* Major cleanup of the timerX_{acquire,release} stuff. In particular,joerg1996-07-201-48/+96
* Fixed adjustment of `time' when timer0 is released. 27465 was 27645 inbde1996-07-171-2/+2
* Use the standard timer (interrupt) frequency while calibrating the clocks.bde1996-07-011-7/+4
* In getit(), use read_eflags()/write_eflags() to preserve the interruptbde1996-06-171-3/+8
* Move warning messages under bootverbosepst1996-06-111-4/+8
* Put clock calibration #defines in opt_clock.h to ease reconfigurationpst1996-06-111-1/+2
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-43/+249
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-051-5/+7
* Moved rtcin() to clock.c.bde1996-03-311-1/+14
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-231-16/+1
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-231-2/+17
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-1/+2
* Since new bcd* macros not argument range overflow resistant,ache1996-01-161-4/+2
* My wife is busy making me a new conical hat, so you don't need tophk1996-01-151-23/+12
* Soren called an said that I screwed up badly, so I backup untilphk1996-01-151-11/+22
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-23/+12
* Fixed handling of Feb 29 in resettodr().bde1996-01-121-5/+11
* Replace ugly year/month calculations in resettodr to more cleanache1996-01-081-14/+12
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-241-4/+4
* Increase Pentium cyclecounter calibration time to 131072 us. Thiswollman1995-12-201-2/+2
* Fixed staticization of DDB functions.bde1995-12-141-2/+2
* Staticize and cleanup.phk1995-12-101-5/+5
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-8/+8
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-2/+2
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-6/+15
* Remove extra args from the calls to getit(). The bug was benign with thebde1995-08-251-4/+4
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Add variable `idelayed' and macros setdelayed() and schedsofttty()bde1995-05-111-1/+7
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-5/+8
* Submitted by: Bruce Evansats1995-01-191-30/+9
* Work around a compiler bug in gcc2.6.3 in handling (long long) variables andats1995-01-071-3/+24
* icu.s:bde1994-12-301-78/+40
* Revision 1.6 fix was lost: don't write 0 to RTC_DIAGache1994-11-121-2/+1
* Use adjkerntz into inittodr too (for APM stuff)ache1994-11-101-2/+2
* Maintain a new variable `timer0_overflow_threshold' so that microtime()bde1994-11-051-41/+87
* BEWARE: Interface change of register_intr() !se1994-10-251-3/+7
* Add disable_rtc_set variable to block resettodr() call, needed forache1994-10-041-2/+6
* RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option,ache1994-10-041-1/+9
OpenPOWER on IntegriCloud