freebsd_amp_hwpstate/sys/isa
Søren Schmidt 66e7fce7ac Use the calibrated/adjustable i8254 frequency `timer_freq' instead of
TIMER_FREQ.

Fixed missing splx() in scrn_timer().  The bug was harmless because of the
undocumented behaviour that the ipl is automatically restored for timeout
functions (see softclock()).  Perhaps we should depend on this behaviour.

Fixed the ddb fix in rev.1.176.  The in_debugger flag was no use because
it only works when the debugger is entered via the keyboard hotkey.  The
debugger may be entered for breakpoints and traps, and the console putc
routine has no way of knowing when it was, so the console putc routine
must (almost?) always remove the cursor image.

Not fixed: console switching in ddb doesn't work (ISTR it working), and
console 0 shouldn't be switched to for the debugger hotkey unless console
0 is /dev/console.

Fixed side effects from calling add_keyboard_randomness() in the console
getc routine by not calling it.  add_keyboard_randomness() currently
always reenables interrupts on 386's and 486's.  This is very bad if the
console getc routine is called from the debugger and the debugger was
entered with interrupts disabled.

Fixed preservation of initial screen and now-bogus comment about it.  It
was broken by setting the initial scr_buf to `buffer' instead of Crtat.
`buffer' was full of nulls and the first scroll cleared everything above
the things written through syscons.

Submitted by:	bruce (bde@freebsd.org)
1996-10-26 20:16:58 +00:00
..
ic Another round of merge/update. 1996-09-12 11:12:18 +00:00
atrtc.c Removed initialization of a variable that went away. Oops. 1996-10-26 00:11:57 +00:00
fd.c Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
fdc.h
fdreg.h
joy.c Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
kbdtables.h
rtc.h
sio.c Work around UMC8669F and Startech UART bugs by not writing to the 1996-09-30 12:22:27 +00:00
sioreg.h
syscons.c Use the calibrated/adjustable i8254 frequency `timer_freq' instead of 1996-10-26 20:16:58 +00:00
syscons.h Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag 1996-10-23 07:29:44 +00:00
timerreg.h