summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+12
* Catch up to header include changes:jhb2001-03-281-3/+1
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-6/+1
* Catch up to changes to inthand_add().jhb2001-02-091-8/+8
* Change and clean the mutex lock interface.bmilekic2001-02-091-16/+16
* Convert mca (microchannel bus support) from something that we countpeter2001-01-291-3/+3
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-1/+1
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-3/+3
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-0/+5
* Revert two experimental changes which escaped from my devel machine.phk2000-10-281-1/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-1/+1
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-5/+1
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-106/+51
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-6/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-7/+7
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-52/+103
* Allow use of TSC even if APM is compiled in but disabled.phk2000-07-301-1/+6
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-2/+2
* Add PnP probe methods to some common AT hardware drivers. In each case,msmith2000-06-231-0/+48
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-311-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-6/+7
* ISA device drivers use the ISA source interrupt number in locations wheretegge2000-01-041-9/+27
* Fixed races accessing the RTC. The races apparently causedbde1999-12-251-4/+16
* Remove references to register_intr() etc in comments.peter1999-12-201-1/+1
* i8254_restore is called from apm_default_resume() to reloadiwasaki1999-10-301-0/+22
* This adds the i386 specific support for systems with a MicroChannelmdodd1999-09-031-0/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Remove XXX from the headers (broke the build, I'm betting.)green1999-07-291-2/+1
* We're called too early to have any idea whether APM is going to bemsmith1999-07-281-11/+7
* Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-181-23/+10
* Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-181-6/+6
* Shut up gcc.peter1999-06-271-1/+3
* This commit gives support for the Rise mP6 CPU. It has two changes:green1999-06-241-5/+7
* Remove fd driver from its old home and change files which include rtc.hdfr1999-05-311-2/+2
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-2/+3
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-281-20/+21
* For what it's worth, idelayed is declared as a volatile in the headers,peter1999-05-091-2/+2
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-251-1/+3
* oops, SMP was missing includes for a typedef.peter1999-04-211-2/+2
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-16/+12
* Fix tabs that should have been spaces. Some were in kernel error messages.mckay1998-12-141-22/+22
* Update timecounters to new interface.phk1998-10-231-11/+11
* Attempt to work around a bug in the previous commit related tobde1998-09-201-3/+3
* Ensure that the i8254 timecounter doesn't go backards. It sometimesbde1998-09-201-6/+21
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-3/+3
OpenPOWER on IntegriCloud