Searched hist:5291 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/x86/isa/
H A Datrtc.cdiff 5291 Fri Dec 30 10:43:35 MST 1994 bde icu.s:
Move definition of `stat_imask' to clock.c.

clock.c:
Rename `rtcmask' to `stat_imask' and export it. Rename `clkmask' to
`clk_imask' for consistency.

Only calculate TIMER_DIV(hz) once.

Merge debugging and "garbage" code to produce debugging code and format the
output better.

Make writertc() static inline and use it everywhere. Now all accesses to
the clock registers go through rtcin() and writertc().

Move rtc initialization to cpu_initclocks().

Merge enablertclock() with cpu_initclocks() and remove enablertclock().
The extra entry point was just a leftover from 1.1.5.
H A Dclock.cdiff 5291 Fri Dec 30 10:43:35 MST 1994 bde icu.s:
Move definition of `stat_imask' to clock.c.

clock.c:
Rename `rtcmask' to `stat_imask' and export it. Rename `clkmask' to
`clk_imask' for consistency.

Only calculate TIMER_DIV(hz) once.

Merge debugging and "garbage" code to produce debugging code and format the
output better.

Make writertc() static inline and use it everywhere. Now all accesses to
the clock registers go through rtcin() and writertc().

Move rtc initialization to cpu_initclocks().

Merge enablertclock() with cpu_initclocks() and remove enablertclock().
The extra entry point was just a leftover from 1.1.5.
/freebsd-10.0-release/sys/x86/x86/
H A Dtsc.cdiff 5291 Fri Dec 30 10:43:35 MST 1994 bde icu.s:
Move definition of `stat_imask' to clock.c.

clock.c:
Rename `rtcmask' to `stat_imask' and export it. Rename `clkmask' to
`clk_imask' for consistency.

Only calculate TIMER_DIV(hz) once.

Merge debugging and "garbage" code to produce debugging code and format the
output better.

Make writertc() static inline and use it everywhere. Now all accesses to
the clock registers go through rtcin() and writertc().

Move rtc initialization to cpu_initclocks().

Merge enablertclock() with cpu_initclocks() and remove enablertclock().
The extra entry point was just a leftover from 1.1.5.
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.cdiff 31725 Mon Dec 15 00:29:11 MST 1997 msmith Consult sa_len before trampling it with MSG_COMPAT set.
PR: kern/5291
Submitted by: pb@fasterix.freenix.org (Pierre Beyssac)

Completed in 338 milliseconds