Don't create spurious /dev entries.

Submitted by:	andreast
This commit is contained in:
Nathan Whitehorn 2010-10-25 15:41:12 +00:00
parent 0689bdcc19
commit 111044e6c2

View File

@ -86,7 +86,6 @@ cn_drvinit(void *unused)
tp = tty_alloc(&mambo_ttydevsw, NULL);
tty_init_console(tp, 0);
tty_makedev(tp, NULL, "%s", "mambocons");
tty_makealias(tp, "mambocons");
polltime = 1;