summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/files.ar71xx
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2010-08-19 02:03:12 +0000
committeradrian <adrian@FreeBSD.org>2010-08-19 02:03:12 +0000
commit1c6fde75b32cd476ed4247f4e2870435fb6fe143 (patch)
treeaf5f12c83bfc167d9e173e3a136bae5cae9c3f2b /sys/mips/atheros/files.ar71xx
parent9a8b3cac780596343c946cecea69c661e3615e12 (diff)
downloadFreeBSD-src-1c6fde75b32cd476ed4247f4e2870435fb6fe143.zip
FreeBSD-src-1c6fde75b32cd476ed4247f4e2870435fb6fe143.tar.gz
Preparation work for supporting the AR91xx and AR724x.
* Implement a SoC probe function, from Linux, which determines the SoC family, type and revision. This only probes the AR71xx series SoC and (currently) panics on others. * Migrate some of the AR71XX specific hardware init (USB device, determining system frequencies) into using the cpuops introduced in an earlier commit. Other SoC specific hardware stuff (per-device flush/WB, GPIO pin wiring, Ethernet PLL setup, other things I've likely missed) will be introduced in subsequent commits. Reviewed by: imp@ Obtained from: (partially) Linux
Diffstat (limited to 'sys/mips/atheros/files.ar71xx')
-rw-r--r--sys/mips/atheros/files.ar71xx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/atheros/files.ar71xx b/sys/mips/atheros/files.ar71xx
index fed21af..e7daa1c 100644
--- a/sys/mips/atheros/files.ar71xx
+++ b/sys/mips/atheros/files.ar71xx
@@ -15,3 +15,5 @@ mips/atheros/uart_cpu_ar71xx.c optional uart
mips/atheros/ar71xx_bus_space_reversed.c standard
mips/mips/intr_machdep.c standard
mips/mips/tick.c standard
+mips/atheros/ar71xx_setup.c standard
+mips/atheros/ar71xx_chip.c standard
OpenPOWER on IntegriCloud