Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 04:05:46 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243177 - in head/sys/mips: atheros conf
Message-ID:  <201211170405.qAH45kFt023438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Nov 17 04:05:46 2012
New Revision: 243177
URL: http://svnweb.freebsd.org/changeset/base/243177

Log:
  Migrate the AR71xx UART (an 8250 derivative) to hide behind uart_ar71xx.
  
  The AR9330/AR9331 UART is a totally different thing, so having it included
  with 'uart' is not going to work out.

Modified:
  head/sys/mips/atheros/files.ar71xx
  head/sys/mips/conf/AR71XX_BASE
  head/sys/mips/conf/AR724X_BASE
  head/sys/mips/conf/AR91XX_BASE
  head/sys/mips/conf/PB92

Modified: head/sys/mips/atheros/files.ar71xx
==============================================================================
--- head/sys/mips/atheros/files.ar71xx	Sat Nov 17 04:00:19 2012	(r243176)
+++ head/sys/mips/atheros/files.ar71xx	Sat Nov 17 04:05:46 2012	(r243177)
@@ -12,8 +12,8 @@ mips/atheros/ar71xx_spi.c	optional ar71x
 mips/atheros/pcf2123_rtc.c	optional pcf2123_rtc ar71xx_spi
 mips/atheros/ar71xx_wdog.c	optional ar71xx_wdog
 mips/atheros/if_arge.c		optional arge
-mips/atheros/uart_bus_ar71xx.c	optional uart
-mips/atheros/uart_cpu_ar71xx.c	optional uart
+mips/atheros/uart_bus_ar71xx.c	optional uart_ar71xx
+mips/atheros/uart_cpu_ar71xx.c	optional uart_ar71xx
 mips/atheros/ar71xx_bus_space_reversed.c	standard
 mips/mips/intr_machdep.c        standard
 mips/mips/tick.c		standard

Modified: head/sys/mips/conf/AR71XX_BASE
==============================================================================
--- head/sys/mips/conf/AR71XX_BASE	Sat Nov 17 04:00:19 2012	(r243176)
+++ head/sys/mips/conf/AR71XX_BASE	Sat Nov 17 04:05:46 2012	(r243177)
@@ -108,6 +108,7 @@ device		mx25l
 device		ar71xx_wdog
 
 device		uart
+device		uart_ar71xx
 
 device		loop
 device		ether

Modified: head/sys/mips/conf/AR724X_BASE
==============================================================================
--- head/sys/mips/conf/AR724X_BASE	Sat Nov 17 04:00:19 2012	(r243176)
+++ head/sys/mips/conf/AR724X_BASE	Sat Nov 17 04:05:46 2012	(r243177)
@@ -117,6 +117,7 @@ device		mx25l
 device		ar71xx_wdog
 
 device		uart
+device		uart_ar71xx
 
 device		loop
 device		ether

Modified: head/sys/mips/conf/AR91XX_BASE
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE	Sat Nov 17 04:00:19 2012	(r243176)
+++ head/sys/mips/conf/AR91XX_BASE	Sat Nov 17 04:05:46 2012	(r243177)
@@ -105,6 +105,7 @@ device		mx25l
 device		ar71xx_wdog
 
 device		uart
+device		uart_ar71xx
 
 device		loop
 device		ether

Modified: head/sys/mips/conf/PB92
==============================================================================
--- head/sys/mips/conf/PB92	Sat Nov 17 04:00:19 2012	(r243176)
+++ head/sys/mips/conf/PB92	Sat Nov 17 04:05:46 2012	(r243177)
@@ -124,6 +124,7 @@ device		ar71xx_wdog
 
 # Serial
 device		uart
+device		uart_ar71xx
 
 # Network twiddling
 device		loop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211170405.qAH45kFt023438>