Subject: CVS commit: [netbsd-3] src/sys/arch/xen/xen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/28/2005 10:28:20
Module Name:	src
Committed By:	tron
Date:		Thu Apr 28 10:28:20 UTC 2005

Modified Files:
	src/sys/arch/xen/xen [netbsd-3]: evtchn.c xencons.c

Log Message:
Pull up revision 1.7 (requested by bouyer in ticket #193):
Allow to pass a more descriptive name to event_set_handler() (e.g. IRQ number
for physical IRQ, or device name for xen device drivers). This makes
systat and vmstat output more usable, especially as the channel numbers
change each time a guest reboots.


To generate a diff of this commit:
cvs rdiff -r1.3.2.3 -r1.3.2.4 src/sys/arch/xen/xen/evtchn.c
cvs rdiff -r1.4.2.2 -r1.4.2.3 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.