summaryrefslogtreecommitdiffstats
path: root/sys/isa/atrtc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't rely on boolean expression evaluating to 1 or 0 by default.phk2003-05-311-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-6/+22
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+12
* Remove __P.alfred2002-03-201-7/+7
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+13
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+5
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+10
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+22
* Add ACPI attachments.msmith2001-08-301-0/+1
* 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
OpenPOWER on IntegriCloud