Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 07/07/2006 22:03:19
Module Name:	src
Committed By:	gdamore
Date:		Fri Jul  7 22:03:19 UTC 2006

Modified Files:
	src/sys/arch/evbmips/conf: AP30
	src/sys/arch/mips/conf: files.atheros
Added Files:
	src/sys/arch/mips/atheros/dev: argpio.c argpioreg.h
Removed Files:
	src/sys/arch/evbmips/conf: AR531X

Log Message:
Add AR531X GPIO support.  This also registers the reset button with sysmon,
so that when it is pressed the default reset button action (currently board
reset, no change to data in flash) is taken.

While here, remove the AR531X generic config, because it just doesn't make
sense.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/evbmips/conf/AP30
cvs rdiff -r1.4 -r0 src/sys/arch/evbmips/conf/AR531X
cvs rdiff -r0 -r1.1 src/sys/arch/mips/atheros/dev/argpio.c \
    src/sys/arch/mips/atheros/dev/argpioreg.h
cvs rdiff -r1.3 -r1.4 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.