Subject: CVS commit: src/sys/arch/mips/alchemy/dev
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 03/24/2006 02:58:36
Module Name:	src
Committed By:	gdamore
Date:		Fri Mar 24 02:58:36 UTC 2006

Modified Files:
	src/sys/arch/mips/alchemy/dev: augpio.c
Added Files:
	src/sys/arch/mips/alchemy/dev: augpiovar.h

Log Message:
Add macros so that GPIOs can be accessed directly without having to use
ioctls or the GPIO framework.  Useful for some subsystems such as PCMCIA, that
may also use GPIOs.  Requested by Kiyohara Takashi.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/alchemy/dev/augpio.c
cvs rdiff -r0 -r1.3 src/sys/arch/mips/alchemy/dev/augpiovar.h

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