Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/sys/arch/xen/xen
Module Name: src
Committed By: tron
Date: Thu Apr 28 11:26:21 UTC 2005
Modified Files:
src/sys/arch/xen/xen [netbsd-3]: ctrl_if.c xencons.c
Log Message:
Pull up revision 1.8 (requested by bouyer in ticket #193):
Add polling support to the domain controller. Use this in xencons instead
of relying on the fact that the domain controller is still getting interrupts
when xenconscn_getc()/xenconscn_putc() is called.
Now that polling is fixed, move IPL_CTRL down between IPL_SOFTSERIAL and
IPL_TTY, fixing port-xen/29999 by YAMAMOTO Takashi.
Now that IPL_CTRL is low enouth, remove the softintr stuff from the
domain controller, and call wakeup() directly.
Thanks to YAMAMOTO Takashi and Christian Limpach for feedback and suggestions.
To generate a diff of this commit:
cvs rdiff -r1.2.2.5 -r1.2.2.6 src/sys/arch/xen/xen/ctrl_if.c
cvs rdiff -r1.4.2.3 -r1.4.2.4 src/sys/arch/xen/xen/xencons.c
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