Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/28/2002 14:16:39
Module Name:	syssrc
Committed By:	scw
Date:		Sat Sep 28 11:16:39 UTC 2002

Modified Files:
	syssrc/sys/arch/evbsh5/conf: CAYMAN files.evbsh5
	syssrc/sys/arch/evbsh5/dev: sysfpga.c sysfpgavar.h
	syssrc/sys/arch/evbsh5/include: Makefile intr.h
	syssrc/sys/arch/sh5/conf: files.sh5 majors.sh5
	syssrc/sys/arch/sh5/include: Makefile
Added Files:
	syssrc/sys/arch/evbsh5/include: pci_machdep.h
	syssrc/sys/arch/evbsh5/pci: pci_intr_machdep.c
	syssrc/sys/arch/sh5/include: pci_machdep.h
	syssrc/sys/arch/sh5/pci: sh5_pci.c sh5_pcireg.h sh5_pcivar.h

Log Message:
Support for the SH5 on-chip PCI bridge, and support for its deployment
in the Cayman board.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/evbsh5/conf/CAYMAN
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/evbsh5/conf/files.evbsh5
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/evbsh5/dev/sysfpga.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/evbsh5/dev/sysfpgavar.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/evbsh5/include/Makefile
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/include/intr.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbsh5/include/pci_machdep.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbsh5/pci/pci_intr_machdep.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sh5/conf/files.sh5
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sh5/conf/majors.sh5
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/sh5/include/Makefile
cvs rdiff -r0 -r1.1 syssrc/sys/arch/sh5/include/pci_machdep.h
cvs rdiff -r0 -r1.1 syssrc/sys/arch/sh5/pci/sh5_pci.c \
    syssrc/sys/arch/sh5/pci/sh5_pcireg.h syssrc/sys/arch/sh5/pci/sh5_pcivar.h

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