index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
isa
/
atrtc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for XBOX to the FreeBSD port. The xbox architecture is
imp
2005-11-09
1
-0
/
+10
*
Fixup some more fallout from the lapic/i8254 changes:
jhb
2005-07-13
1
-24
/
+20
*
Remove a || 1 that crept into the i8254 commit and was subsequently
jhb
2005-07-05
1
-1
/
+1
*
Use a simpler implementation for the i8254 timecounter when using the lapic
jhb
2005-07-01
1
-12
/
+35
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
1
-8
/
+8
*
Replace spl protection in rtcin() and writertc() with spinlocks
mdodd
2005-04-12
1
-6
/
+6
*
- Don't enable periodic interrupts from the RTC by default in rtc_statusb.
jhb
2005-03-24
1
-22
/
+26
*
Whitespace sync with amd64. (Rather than re-add the extra blank lines
peter
2005-03-11
1
-3
/
+0
*
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
jhb
2005-03-09
1
-144
/
+2
*
Use the local APIC timer to drive the various kernel clocks on SMP machines
jhb
2005-02-08
1
-19
/
+19
*
Anytime we write to the RTC's status B register to possibly enable
jhb
2005-02-03
1
-0
/
+3
*
Partially revert previous commit. Calling getit() unconditionally fixed
marcel
2004-07-11
1
-11
/
+22
*
Call getit() unconditionally and only grab clock_lock when the
marcel
2004-07-10
1
-20
/
+13
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
1
-0
/
+1
*
Trim unused includes.
jhb
2004-05-11
1
-1
/
+0
*
- The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference the
jhb
2004-04-27
1
-4
/
+6
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Don't disable the TSC with statclock_disable.
phk
2003-11-13
1
-9
/
+9
*
New APIC support code:
jhb
2003-11-03
1
-182
/
+17
*
Per TRB vote: restore the aquire_timer0 and associated goo. This will
imp
2003-09-24
1
-2
/
+146
*
clock.c:
bde
2003-09-07
1
-2
/
+18
*
Give timecounters a numeric quality field.
phk
2003-08-16
1
-1
/
+2
*
remove acquire_timer0() and release_timer0() and related stuff.
phk
2003-08-15
1
-134
/
+2
*
Dont initialize a TSC timecounter until we know if it is broken or not.
phk
2003-08-06
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-02
1
-1
/
+3
*
Don't rely on boolean expression evaluating to 1 or 0 by default.
phk
2003-05-31
1
-1
/
+1
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Switch to using the TSC code in i386/i386/tsc.c.
phk
2003-02-11
1
-114
/
+1
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Split statclock into statclock and profclock, and made the method for driving
jake
2003-02-03
1
-6
/
+22
*
Make tsc_freq a 64bit quantity.
phk
2003-01-29
1
-5
/
+7
*
Use the correct value when writing the Day Of Week byte in the CMOS.
phk
2002-12-04
1
-1
/
+1
*
1. Fix a comment. Locking _is_ needed (but not done).
iwasaki
2002-10-17
1
-12
/
+8
*
Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that there
phk
2002-09-21
1
-2
/
+0
*
Restore status register A of RTC at resume time.
iwasaki
2002-09-18
1
-0
/
+1
*
Clock frequencies reported by sysctl should be unsigned values. Discovered
mp
2002-06-22
1
-2
/
+2
*
Don't export timecounter structures under debug. with sysctl, they
phk
2002-04-30
1
-6
/
+0
*
Remove the tc_update() function. Any frequency change to the
phk
2002-04-26
1
-2
/
+0
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+12
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-13
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+13
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
1
-0
/
+5
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-0
/
+10
*
Some fix for the recent apm module changes.
iwasaki
2001-11-01
1
-7
/
+4
*
Remove an unneeded variable declaration and statement.
robert
2001-10-09
1
-2
/
+0
*
Reenable RTC interrupts after wakeup. Some laptops have a problem
iwasaki
2001-09-04
1
-1
/
+22
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
[next]