summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-11-17 04:05:46 +0000
committeradrian <adrian@FreeBSD.org>2012-11-17 04:05:46 +0000
commitd0887d66ebecee42f9fbe7a053722e7b8efc6aaf (patch)
tree6cbf9a7b75d1d49291418e1a00295c5d8008aca2 /sys/mips/atheros
parent1284a0383d94d686becb85acdb7336e569f804cd (diff)
downloadFreeBSD-src-d0887d66ebecee42f9fbe7a053722e7b8efc6aaf.zip
FreeBSD-src-d0887d66ebecee42f9fbe7a053722e7b8efc6aaf.tar.gz
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.
Diffstat (limited to 'sys/mips/atheros')
-rw-r--r--sys/mips/atheros/files.ar71xx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/mips/atheros/files.ar71xx b/sys/mips/atheros/files.ar71xx
index cd090db..3fed71a 100644
--- a/sys/mips/atheros/files.ar71xx
+++ b/sys/mips/atheros/files.ar71xx
@@ -12,8 +12,8 @@ mips/atheros/ar71xx_spi.c optional ar71xx_spi
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
OpenPOWER on IntegriCloud