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.
This commit is contained in:
Adrian Chadd 2012-11-17 04:05:46 +00:00
parent 969a0af09d
commit c612af968c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243177
5 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -108,6 +108,7 @@ device mx25l
device ar71xx_wdog
device uart
device uart_ar71xx
device loop
device ether

View file

@ -117,6 +117,7 @@ device mx25l
device ar71xx_wdog
device uart
device uart_ar71xx
device loop
device ether

View file

@ -105,6 +105,7 @@ device mx25l
device ar71xx_wdog
device uart
device uart_ar71xx
device loop
device ether

View file

@ -124,6 +124,7 @@ device ar71xx_wdog
# Serial
device uart
device uart_ar71xx
# Network twiddling
device loop