Don't create spurious /dev entries.
Submitted by: andreast
This commit is contained in:
parent
9bbda5d7a4
commit
bb087fec96
@ -86,7 +86,6 @@ cn_drvinit(void *unused)
|
|||||||
tp = tty_alloc(&mambo_ttydevsw, NULL);
|
tp = tty_alloc(&mambo_ttydevsw, NULL);
|
||||||
tty_init_console(tp, 0);
|
tty_init_console(tp, 0);
|
||||||
tty_makedev(tp, NULL, "%s", "mambocons");
|
tty_makedev(tp, NULL, "%s", "mambocons");
|
||||||
tty_makealias(tp, "mambocons");
|
|
||||||
|
|
||||||
polltime = 1;
|
polltime = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user