Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: uwe
Date: Wed Aug 27 01:37:39 UTC 2003
Modified Files:
src/sys/arch/sparc/dev: kd.c
src/sys/dev/sun: kbdvar.h
Log Message:
cc_callout does not belong to struct cons_channel, as it's only used
by sparc for PROM console input channel. Demote it to kd.c as a
static variable.
While there, use callout_schedule instead of callout_reset to
reschedule the PROM polling callout, and init prom_cons_channel
statically.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/sparc/dev/kd.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/sun/kbdvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index