Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 09/26/2006 06:37:32
Module Name:	src
Committed By:	gdamore
Date:		Tue Sep 26 06:37:32 UTC 2006

Modified Files:
	src/sys/arch/evbmips/atheros: machdep.c
	src/sys/arch/evbmips/conf: AP30 std.atheros
	src/sys/arch/mips/atheros: ar5312.c
	src/sys/arch/mips/atheros/dev: if_ath_arbus.c
	src/sys/arch/mips/atheros/include: ar531xvar.h
	src/sys/arch/mips/conf: files.atheros
Added Files:
	src/sys/arch/evbmips/conf: MERAKI std.meraki
	src/sys/arch/mips/atheros: ar5312_board.c ar5312_console.c ar5315.c
	    ar5315_board.c ar5315_console.c ar5315_intr.c
	src/sys/arch/mips/atheros/include: ar5315reg.h
Removed Files:
	src/sys/arch/mips/atheros: ar531x_board.c

Log Message:
Initial import of AR2315 support, specifically the Meraki Mini (see
the Meraki web site at http://www.meraki.net/ )  This includes changes
to the AR5312 to make it more conducive to sharing code with the AR5315,
and also includes improved early console support.

All devices including ethernet and wlan interfaces on the Meraki Mini are
functional with this port, _except_ SPI flash, which will be introduced
later.

This port was funded by the Champaign-Urbana Communit Wireless Network
Project (CUWiN).


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbmips/atheros/machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbmips/conf/AP30
cvs rdiff -r0 -r1.1 src/sys/arch/evbmips/conf/MERAKI \
    src/sys/arch/evbmips/conf/std.meraki
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbmips/conf/std.atheros
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/atheros/ar5312.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/atheros/ar5312_board.c \
    src/sys/arch/mips/atheros/ar5312_console.c \
    src/sys/arch/mips/atheros/ar5315.c \
    src/sys/arch/mips/atheros/ar5315_board.c \
    src/sys/arch/mips/atheros/ar5315_console.c \
    src/sys/arch/mips/atheros/ar5315_intr.c
cvs rdiff -r1.5 -r0 src/sys/arch/mips/atheros/ar531x_board.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/mips/atheros/dev/if_ath_arbus.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/atheros/include/ar5315reg.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/mips/atheros/include/ar531xvar.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/conf/files.atheros

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.