Subject: CVS commit: syssrc/sys/arch/evbsh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/22/2002 18:19:10
Module Name:	syssrc
Committed By:	scw
Date:		Tue Oct 22 15:19:09 UTC 2002

Modified Files:
	syssrc/sys/arch/evbsh5/conf: files.evbsh5
	syssrc/sys/arch/evbsh5/dev: superio.c sysfpga.c sysfpgavar.h
	syssrc/sys/arch/evbsh5/pci: pci_intr_machdep.c
Added Files:
	syssrc/sys/arch/evbsh5/dev: if_sm_sysfpga.c
Removed Files:
	syssrc/sys/arch/evbsh5/dev: if_sm_superio.c

Log Message:
- Attach sm(4) at sysfpga instead of at superio. The latter was a relic
  of when we used to attach sm(4) to the isabus.
- Re-work sysfpga's interrupt naming scheme to reflect that used in the docs.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/evbsh5/conf/files.evbsh5
cvs rdiff -r1.5 -r0 syssrc/sys/arch/evbsh5/dev/if_sm_superio.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbsh5/dev/if_sm_sysfpga.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/evbsh5/dev/superio.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/evbsh5/dev/sysfpga.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/evbsh5/dev/sysfpgavar.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/evbsh5/pci/pci_intr_machdep.c

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