svn commit: r250113 - head/sys/dev/altera/jtag_uart

Brooks Davis brooks at FreeBSD.org
Tue Apr 30 18:29:05 UTC 2013


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.


More information about the svn-src-all mailing list