Subject: CVS commit: syssrc/sys/arch/mips/alchemy/dev
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/29/2002 18:42:42
Module Name:	syssrc
Committed By:	simonb
Date:		Mon Jul 29 15:42:42 UTC 2002

Added Files:
	syssrc/sys/arch/mips/alchemy/dev: aucom.c aucomreg.h aucomvar.h

Log Message:
Add a slightly modified dev/ic/com.c that supports the Alchemy
Semiconductor Au1x00 series on-chip UARTs.  Will be merged with
the original com.c driver once a few issues are tidied up.  Main
differences from a standard 16550 UART are:
 - separate rxdata and txdata registers
 - single 16-bit register for the clock divisor
 - "enable uart" register


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/mips/alchemy/dev/aucom.c \
    syssrc/sys/arch/mips/alchemy/dev/aucomreg.h \
    syssrc/sys/arch/mips/alchemy/dev/aucomvar.h

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