Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/21/2000 22:51:58
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Dec 21 20:51:57 UTC 2000

Added Files:
	syssrc/sys/arch/alpha/alpha: dec_2100_a500.c
	syssrc/sys/arch/alpha/pci: pci_2100_a500.c pci_2100_a500.h ttwoga.c
	    ttwoga_bus_io.c ttwoga_bus_mem.c ttwoga_dma.c ttwoga_pci.c
	    ttwogareg.h ttwogavar.h
	syssrc/sys/arch/alpha/sableio: com_sableio.c fdc_sableio.c
	    lpt_sableio.c pckbc_sableio.c sableio.c sableiovar.h

Log Message:
Add support for the AlphaServer 2100 (Sable) and the AlphaServer 2100A
(Lynx), written from scratch by me over a year ago, but never committed
to the tree because there was a bug I could never quite find.  I have
fixed a few problems in the code, but still don't know if that bug is
quite fixed.  Since I don't have access to the hardware directly, I'll
have to call for testers again.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/alpha/alpha/dec_2100_a500.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/alpha/pci/pci_2100_a500.c \
    syssrc/sys/arch/alpha/pci/pci_2100_a500.h \
    syssrc/sys/arch/alpha/pci/ttwoga.c \
    syssrc/sys/arch/alpha/pci/ttwoga_bus_io.c \
    syssrc/sys/arch/alpha/pci/ttwoga_bus_mem.c \
    syssrc/sys/arch/alpha/pci/ttwoga_dma.c \
    syssrc/sys/arch/alpha/pci/ttwoga_pci.c \
    syssrc/sys/arch/alpha/pci/ttwogareg.h \
    syssrc/sys/arch/alpha/pci/ttwogavar.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/alpha/sableio/com_sableio.c \
    syssrc/sys/arch/alpha/sableio/fdc_sableio.c \
    syssrc/sys/arch/alpha/sableio/lpt_sableio.c \
    syssrc/sys/arch/alpha/sableio/pckbc_sableio.c \
    syssrc/sys/arch/alpha/sableio/sableio.c \
    syssrc/sys/arch/alpha/sableio/sableiovar.h

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