Subject: CVS commit: src/sys/arch/sgimips
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 01/19/2004 00:12:31
Module Name:	src
Committed By:	sekiya
Date:		Mon Jan 19 00:12:31 UTC 2004

Modified Files:
	src/sys/arch/sgimips/conf: GENERIC32_IP2x files.sgimips
	src/sys/arch/sgimips/dev: files.dev
	src/sys/arch/sgimips/sgimips: machdep.c
Added Files:
	src/sys/arch/sgimips/dev: int.c
Removed Files:
	src/sys/arch/sgimips/sgimips: int.c

Log Message:
Attach int0 at mainbus (precedent being the ip32 CRIME device, which handled
interrupts and timer calibration yet is also attached at mainbus).

Introduce the INDY_R4600_CACHE config option, which more accurately describes
the code enabled by this option.

This renders #ifdef IPxx completely obsolete, thus we theoretically can unify
the GENERIC files if a workable load address relocation scheme can be found.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/sgimips/conf/GENERIC32_IP2x
cvs rdiff -r1.34 -r1.35 src/sys/arch/sgimips/conf/files.sgimips
cvs rdiff -r1.1 -r1.2 src/sys/arch/sgimips/dev/files.dev
cvs rdiff -r0 -r1.1 src/sys/arch/sgimips/dev/int.c
cvs rdiff -r1.1 -r0 src/sys/arch/sgimips/sgimips/int.c
cvs rdiff -r1.76 -r1.77 src/sys/arch/sgimips/sgimips/machdep.c

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