Author: brooks
Date: Tue Apr 30 18:29:05 2013
New Revision: 250113
URL: http://svnweb.freebsd.org/changeset/base/250113

Log:
  Partial MFC of change 228122:
  
  Due to the requirement that tty prefixes be unique per driver, rename
  the Altera JTAG UART devices to ttyj#.
  
  Sponsored by: DARPA, AFRL

Modified:
  head/sys/dev/altera/jtag_uart/altera_jtag_uart.h

Modified: head/sys/dev/altera/jtag_uart/altera_jtag_uart.h
==============================================================================
--- head/sys/dev/altera/jtag_uart/altera_jtag_uart.h    Tue Apr 30 18:14:22 
2013        (r250112)
+++ head/sys/dev/altera/jtag_uart/altera_jtag_uart.h    Tue Apr 30 18:29:05 
2013        (r250113)
@@ -75,7 +75,7 @@ struct altera_jtag_uart_softc {
        u_int                   *ajus_jtag_missedp;
 };
 
-#define        AJU_TTYNAME     "ttyu"
+#define        AJU_TTYNAME     "ttyj"
 
 /*
  * Flag values for ajus_flags.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to