Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 08/28/2006 07:21:16
Module Name:	src
Committed By:	gdamore
Date:		Mon Aug 28 07:21:15 UTC 2006

Modified Files:
	src/sys/arch/evbmips/atheros: autoconf.c machdep.c wdog.c
	src/sys/arch/mips/atheros: ar531x_board.c arbus.c
	src/sys/arch/mips/atheros/dev: argpio.c com_arbus.c if_ath_arbus.c
	src/sys/arch/mips/atheros/include: ar531xvar.h
	src/sys/arch/mips/conf: files.atheros
Added Files:
	src/sys/arch/mips/atheros: ar5312.c ar5312_intr.c
	src/sys/arch/mips/atheros/include: ar5312reg.h
Removed Files:
	src/sys/arch/mips/atheros: ar531x_intr.c ar531x_timer.c
	src/sys/arch/mips/atheros/include: ar531xreg.h

Log Message:
First pass at cleanup AR5312 WiSoC support to enable better & cleaner
sharing of code with the AR5315, which has many similarities, but many
differences from the AR5312.

No functional change at this time, other than the cpu_model string
(and also sysctl.hw.model node) is changed to reflect the WiSoC cpu
name rather than the identification string in ROM (which tends to not
be very informative.)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbmips/atheros/autoconf.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/evbmips/atheros/machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbmips/atheros/wdog.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/atheros/ar5312.c \
    src/sys/arch/mips/atheros/ar5312_intr.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/atheros/ar531x_board.c
cvs rdiff -r1.2 -r0 src/sys/arch/mips/atheros/ar531x_intr.c
cvs rdiff -r1.1 -r0 src/sys/arch/mips/atheros/ar531x_timer.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/mips/atheros/arbus.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/mips/atheros/dev/argpio.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/atheros/dev/com_arbus.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/atheros/dev/if_ath_arbus.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/atheros/include/ar5312reg.h
cvs rdiff -r1.4 -r0 src/sys/arch/mips/atheros/include/ar531xreg.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/atheros/include/ar531xvar.h
cvs rdiff -r1.4 -r1.5 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.