Date: Thu, 19 Aug 2010 11:40:10 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/mips/atheros ar71xx_setup.c ar71xxreg.h ar91xx_chip.c ar91xx_chip.h files.ar71xx Message-ID: <201008191140.o7JBeLFr006101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2010-08-19 11:40:10 UTC
FreeBSD src repository
Modified files:
sys/mips/atheros ar71xx_setup.c ar71xxreg.h files.ar71xx
Added files:
sys/mips/atheros ar91xx_chip.c ar91xx_chip.h
Log:
SVN rev 211502 on 2010-08-19 11:40:10Z by adrian
Add initial Atheros AR91XX support.
This works well enough to bring a system up to single-user mode
using an MDROOT.
Known Issues:
* The EHCI USB doesn't currently work and will panic the kernel during
attach.
* The onboard ethernet won't work until the PLL routines have been
fleshed out and shoe-horned into if_arge.
* The WMAC device glue (and quite likely the if_ath support)
hasn't yet been implemented.
Revision Changes Path
1.2 +20 -0 src/sys/mips/atheros/ar71xx_setup.c
1.9 +10 -0 src/sys/mips/atheros/ar71xxreg.h
1.1 +171 -0 src/sys/mips/atheros/ar91xx_chip.c (new)
1.1 +34 -0 src/sys/mips/atheros/ar91xx_chip.h (new)
1.4 +1 -0 src/sys/mips/atheros/files.ar71xx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008191140.o7JBeLFr006101>
