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;
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to