diff options
author | adrian <adrian@FreeBSD.org> | 2010-08-19 11:53:55 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2010-08-19 11:53:55 +0000 |
commit | 031fda74f3ad2d87c3bd0bf56a9a0238424f0ac8 (patch) | |
tree | 60da39a7a4e81535a416d9d32d1950d978679f36 /sys/mips/atheros/files.ar71xx | |
parent | 092cae11c55acbdfc4c42e928eaecd26a5a613a0 (diff) | |
download | FreeBSD-src-031fda74f3ad2d87c3bd0bf56a9a0238424f0ac8.zip FreeBSD-src-031fda74f3ad2d87c3bd0bf56a9a0238424f0ac8.tar.gz |
Add some initial AR724X chipset support.
This is untested but should at least allow an AR724X to boot.
The current code is lacking the detail needed to expose the PCIe bus.
It is also lacking any NIC, PLL or flush/WB code.
Diffstat (limited to 'sys/mips/atheros/files.ar71xx')
-rw-r--r-- | sys/mips/atheros/files.ar71xx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/atheros/files.ar71xx b/sys/mips/atheros/files.ar71xx index c8d00e5..6b00515 100644 --- a/sys/mips/atheros/files.ar71xx +++ b/sys/mips/atheros/files.ar71xx @@ -17,4 +17,5 @@ mips/mips/intr_machdep.c standard mips/mips/tick.c standard mips/atheros/ar71xx_setup.c standard mips/atheros/ar71xx_chip.c standard +mips/atheros/ar724x_chip.c standard mips/atheros/ar91xx_chip.c standard |