Subject: CVS commit: src/sys/arch/sgimips
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 06/03/2005 19:02:33
Module Name:	src
Committed By:	martin
Date:		Fri Jun  3 19:02:33 UTC 2005

Modified Files:
	src/sys/arch/sgimips/include: intr.h
	src/sys/arch/sgimips/sgimips: autoconf.c machdep.c

Log Message:
Avoid a global name "netmask" - it causes lots of shadow warnings all over
the place. Collect all interrupt masks into a single array instead.
Constify a bit and fix a bogus argument to config_rootfound().


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/sgimips/include/intr.h
cvs rdiff -r1.23 -r1.24 src/sys/arch/sgimips/sgimips/autoconf.c
cvs rdiff -r1.92 -r1.93 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.