Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Shigeyuki Fukushima <shige@netbsd.org>
List: source-changes
Date: 02/24/2006 14:34:31
Module Name:	src
Committed By:	shige
Date:		Fri Feb 24 14:34:31 UTC 2006

Modified Files:
	src/sys/arch/mips/alchemy: au1550.c
	src/sys/arch/mips/alchemy/include: aureg.h
	src/sys/arch/mips/conf: files.alchemy
Added Files:
	src/sys/arch/mips/alchemy/dev: aupsc.c aupscreg.h aupscvar.h

Log Message:
Add Au1XXX PSC(Programable Serial Controller) bus-type driver.
PSC supports four protocols (AC97, I2S, SPI, SMBus).
These protocol drivers will be configured on the bus.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/mips/alchemy/au1550.c
cvs rdiff -r0 -r1.1 src/sys/arch/mips/alchemy/dev/aupsc.c \
    src/sys/arch/mips/alchemy/dev/aupscreg.h \
    src/sys/arch/mips/alchemy/dev/aupscvar.h
cvs rdiff -r1.13 -r1.14 src/sys/arch/mips/alchemy/include/aureg.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/mips/conf/files.alchemy

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