Subject: CVS commit: syssrc/sys/arch/evbsh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/26/2002 14:04:46
Module Name:	syssrc
Committed By:	scw
Date:		Mon Aug 26 11:04:46 UTC 2002

Modified Files:
	syssrc/sys/arch/evbsh5/conf: files.evbsh5
	syssrc/sys/arch/evbsh5/dev: superio.c superiovar.h
Added Files:
	syssrc/sys/arch/evbsh5/dev: if_sm_superio.c

Log Message:
Attach sm(4) at superio, instead of the previous isa bus attachment.
The latter's probe doesn't pick up the ethernet controller, and the
attach function needs to set MIIF_NOISOLATE.
We attach it at superio mainly because they share the same region of
address space, and the ethernet controller's interrupt is routed
through the superio.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/conf/files.evbsh5
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbsh5/dev/if_sm_superio.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/dev/superio.c \
    syssrc/sys/arch/evbsh5/dev/superiovar.h

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