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
/
i386
/
isa
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce the new kernel sub-tree x86 which should contain all the code
attilio
2010-02-25
1
-703
/
+0
*
- Allow clock subsystem to be compiled without the apic support [0]
attilio
2010-01-17
1
-2
/
+0
*
Handling all the three clocks (hardclock, softclock, profclock) with the
attilio
2010-01-15
1
-7
/
+8
*
Make algorithm a bit more bulletproof.
mav
2009-06-23
1
-2
/
+2
*
Rework r193814:
mav
2009-06-23
1
-36
/
+32
*
When using i8254 as the only kernel timer source:
ariff
2009-06-09
1
-7
/
+31
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
1
-21
/
+15
*
Add support for using i8254 and rtc timers as event sources for i386 SMP
mav
2009-05-02
1
-2
/
+49
*
Add a cyclic hook for DTrace.
jb
2008-05-24
1
-0
/
+17
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
1
-1
/
+0
*
Convert amd64 and i386 to share the atrtc device driver.
phk
2008-04-14
1
-252
/
+10
*
Move i386 to generic RTC handling code.
phk
2008-04-12
1
-103
/
+168
*
Back in the good old days, PC's had random pieces of rock for
phk
2008-03-26
1
-122
/
+0
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
1
-36
/
+19
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
1
-49
/
+50
*
The RTC related pscnt and psdiv variables have no business being public.
phk
2008-03-26
1
-2
/
+2
*
Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().
jhb
2008-01-17
1
-0
/
+1
*
Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not
peter
2007-10-26
1
-96
/
+1
*
It seems that some i386 mothermoards either do not implement the
dwmalone
2007-07-27
1
-1
/
+2
*
If clock_ct_to_ts fails to convert time time from the real time clock,
dwmalone
2007-07-23
1
-3
/
+6
*
Prototype (but functional) Linux-ish /dev/nvram interface to the extra
peter
2007-06-15
1
-0
/
+99
*
Despite several examples in the kernel, the third argument of
dwmalone
2007-06-04
1
-1
/
+1
*
Partial fix for a bug in rev.1.231. If suspend/resume clobbers the
bde
2007-03-05
1
-0
/
+1
*
style(9).
nyan
2007-03-04
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-6
/
+8
*
Cleaned up declaration and initialization of clock_lock. It is only
bde
2007-01-23
1
-13
/
+10
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
1
-9
/
+16
*
Use calendaric calculation support from subr_clock.c instead of home-rolled.
phk
2006-10-02
1
-88
/
+33
*
Second part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-3
/
+0
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a
imp
2006-08-09
1
-9
/
+0
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-6
/
+7
*
MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked broken
peter
2005-12-13
1
-0
/
+15
*
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
[next]