Don't create spurious /dev entries.
Submitted by: andreast
This commit is contained in:
parent
0689bdcc19
commit
111044e6c2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user