summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated pcaudio.c to latest from 1.1.5.1sos1994-09-291-67/+49
* Don't lose the RTC interrupt in resettodr().bde1994-09-201-2/+2
* resettodr() implemented, inittodr() fixedache1994-09-201-70/+136
* Remove some unnecessary #includes.bde1994-09-181-18/+12
* Redo Kernel NTP PLL support, kernel side.wollman1994-09-181-22/+1
* 1. adjkerntz variable added for preparation to resettodr() implementationache1994-09-141-2/+4
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Bruce Evans' dynamic interrupt support.dg1994-08-181-7/+5
* Enable use of the RTC chip for the statistical clock. While this doeswollman1994-08-151-4/+56
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-11/+11
* For Pentium machines, use a faster version of microtime with 8 usecwollman1994-08-111-1/+29
* Tell Pentium users their CPU speed. (More changes to make use of thiswollman1994-08-101-2/+23
OpenPOWER on IntegriCloud