svn commit: r214348 - head/sys/powerpc/mambo
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Mon Oct 25 15:41:12 UTC 2010
Author: nwhitehorn
Date: Mon Oct 25 15:41:12 2010
New Revision: 214348
URL: http://svn.freebsd.org/changeset/base/214348
Log:
Don't create spurious /dev entries.
Submitted by: andreast
Modified:
head/sys/powerpc/mambo/mambo_console.c
Modified: head/sys/powerpc/mambo/mambo_console.c
==============================================================================
--- head/sys/powerpc/mambo/mambo_console.c Mon Oct 25 15:31:13 2010 (r214347)
+++ head/sys/powerpc/mambo/mambo_console.c Mon Oct 25 15:41:12 2010 (r214348)
@@ -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;
More information about the svn-src-head
mailing list