From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: /dev/misc/evtchn , /dev/xen/evtchn and the event channel driver : a little question Date: Thu, 29 Sep 2005 09:41:14 -0500 Message-ID: <433BFD0A.10700@us.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Ryden Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Mark Ryden wrote: >Hello, > >I had booted Xen (domain 0). > >But I do not have /dev/misc/evtchn ! >(as ls /dev/misc/evtchn shows). >On the other hand I *DO* have /dev/xen/evtchn and it seems to me that >other modules in tools use /dev/xen/evtchn and not /dev/misc/evtchn. > >What is the truth behind this mystery ? > > This is all left-over crude from devfs/udev and trying to support 2.4 and 2.6. I imagine that you're actually seeing a /dev/evtchn from udev and Xend is manually creating /dev/xen/evtchn at startup. There's a general cleanup needed here that's on my TODO list. Just been overly distracted lately. Regards, Anthony Liguori >TIA, >MR > >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel > > >