aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/conf.c')
-rw-r--r--i386/i386at/conf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c
index ecbf1e45..ba056ea1 100644
--- a/i386/i386at/conf.c
+++ b/i386/i386at/conf.c
@@ -71,6 +71,9 @@
#include <device/intr.h>
#define irqname "irq"
+#include <i386at/mbinfo.h>
+#define mbinfoname "mbinfo"
+
/*
* List of devices - console must be at slot 0
*/
@@ -157,6 +160,11 @@ struct dev_ops dev_name_list[] =
nodev_async_in, nulldev_reset, nulldev_portdeath,0,
nodev_info },
+ { mbinfoname, nulldev_open, nulldev_close, mbinforead,
+ nulldev_write,nulldev_getstat,nulldev_setstat,nomap,
+ nodev_async_in, nulldev_reset, nulldev_portdeath,0,
+ nodev_info },
+
};
int dev_name_count = sizeof(dev_name_list)/sizeof(dev_name_list[0]);