Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/mips/alchemy/dev



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.




Home | Main Index | Thread Index | Old Index