From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10612060836o7c818cc6xedca62dfa30235d4@mail.gmail.com> Date: Wed, 6 Dec 2006 09:36:09 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] version of XEN INTERFACE in mkfile Topicbox-Message-UUID: ebb1c874-ead1-11e9-9d60-3106f5b1d025 Richard, xen interface in mkfile is 30201. Are you sure you wanted it to be 30201? Not 30202? I had a problem due to the setting -- a compat function was being called instead of the right one. Or is it really 30303 at this point? There is one remaining problem with the cppx or cpp. When this is run, and physdev.h is included, you get two lines like this: #define PHYSDEVOP_IRQ_NEEDS_UNMASK_NOTIFY(1U<<(0)) #define PHYSDEVOP_IRQ_SHARED(1U<<(1)) note lack of space after the name. Not sure why, but you might find it faster than I will. ron