summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/machdev.c b/machdev.c
index 5e6fb841e..9247e94ce 100644
--- a/machdev.c
+++ b/machdev.c
@@ -8,7 +8,7 @@ void machdev_init(void)
{
machdevdde_register_net();
machdev_device_init();
- machdev_trivfs_init(MACH_PORT_NULL, NULL, &bootstrap);
+ machdev_trivfs_init(MACH_PORT_NULL, "netdde", NULL, &bootstrap);
}
void machdev_run1 (void *arg)