Subject: CVS commit: src/sys/arch/xen
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 04/28/2005 18:26:26
Module Name:	src
Committed By:	yamt
Date:		Thu Apr 28 18:26:26 UTC 2005

Modified Files:
	src/sys/arch/xen/i386: hypervisor_machdep.c
	src/sys/arch/xen/include: evtchn.h
	src/sys/arch/xen/xen: evtchn.c

Log Message:
rename do_event to evtchan_do_event.
the former is too generic name and it actually hides a bug in xennetback.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/xen/i386/hypervisor_machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/xen/include/evtchn.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/xen/xen/evtchn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.