summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mambo
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-10-25 15:41:12 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-10-25 15:41:12 +0000
commitbb087fec9659d1b0ca5814b5eabcd56d1234ea5c (patch)
tree089925d74c9f6658a3380eb3cba02dd0b92c58bc /sys/powerpc/mambo
parent9bbda5d7a46e0dabfbb339800c78393dac8a28f9 (diff)
downloadFreeBSD-src-bb087fec9659d1b0ca5814b5eabcd56d1234ea5c.zip
FreeBSD-src-bb087fec9659d1b0ca5814b5eabcd56d1234ea5c.tar.gz
Don't create spurious /dev entries.
Submitted by: andreast
Diffstat (limited to 'sys/powerpc/mambo')
-rw-r--r--sys/powerpc/mambo/mambo_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/mambo/mambo_console.c b/sys/powerpc/mambo/mambo_console.c
index 47e32ce..a5ef2f9 100644
--- a/sys/powerpc/mambo/mambo_console.c
+++ b/sys/powerpc/mambo/mambo_console.c
@@ -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;
OpenPOWER on IntegriCloud