Subject: CVS commit: src/sys/arch/evbmips
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 10/02/2006 08:13:53
Module Name:	src
Committed By:	gdamore
Date:		Mon Oct  2 08:13:53 UTC 2006

Modified Files:
	src/sys/arch/evbmips/alchemy: board.h dbau1550.c dbau1550reg.h
	    machdep.c
	src/sys/arch/evbmips/conf: DBAU1550

Log Message:
Add the final glue bits required to enable the SPI interface on the
DBAU1550.  This is parameterized somewhat as machdep pluggable code, so
different boards can supply different implementations.

At the moment, the DBAU1550 is the only Au1550 board I know of with SPI
connected devices.

I have not enabled I2C on the DBAU1550, as we do not have drivers for either
of the I2C connected devices (a different temperature/voltage sensor and
a serial eeprom.)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/evbmips/alchemy/board.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/evbmips/alchemy/dbau1550.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/evbmips/alchemy/dbau1550reg.h
cvs rdiff -r1.30 -r1.31 src/sys/arch/evbmips/alchemy/machdep.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/evbmips/conf/DBAU1550

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