summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/clock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Minor cleanup.fsmp1997-07-201-11/+8
* Removed unused #includes.bde1997-07-201-2/+1
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-8/+24
* SMP or APIC_IO:fsmp1997-07-191-8/+23
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-181-6/+8
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-6/+22
* Modified to use merged/renamed functions:fsmp1997-06-251-34/+30
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-2/+2
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* No longer need opt_smp.h herepeter1997-05-291-2/+1
* Made the array vec[] a global.fsmp1997-05-251-4/+4
* correct the order of the variablespeter1997-05-051-3/+5
* Don't remove i586_ctr_freq from scope, leave it defined as zero. Thispeter1997-05-041-3/+5
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-11/+90
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-061-5/+10
* Only print clock calibration messages if the system was booted with -v.bde1997-03-051-8/+16
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-051-4/+4
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-041-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Estimate an initial overhead of 0 usec instead of 20 usec in DELAY().bde1997-01-291-10/+21
* Guard against the i8254 timer being uninitialzed if DELAY() isbde1997-01-161-5/+22
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
OpenPOWER on IntegriCloud