We have fixed the xenbus driver, but the privcmd and evtchn drivers
are still broken. (Issue 73.)
Disable these two (and add the note about the issue number). This
will allow us to enable the libbrumpxen_xendev build to get the xenbus
driver.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
SRCS= xendev_component.c
SRCS+= busdev.c
-SRCS+= evtdev.c
-SRCS+= privcmd.c
+# XXX: issue #73
+#SRCS+= evtdev.c
+#SRCS+= privcmd.c
RUMPTOP= ${TOPRUMP}
[cmin] = { path, init_fn, component##_dev_open, \
&component##_dev_fileops }
XDEV(0, DEV_XEN "/xenbus", NULL, xenbus),
- XDEV(1, "/dev/xenevt", xenevt_dev_init, xenevt),
+// XDEV(1, "/dev/xenevt", xenevt_dev_init, xenevt),
#undef XDEV
};
}
xenkernfs_init();
- xenprivcmd_init();
+// xenprivcmd_init();
}
/*