Subject: CVS commit: syssrc/sys/arch/walnut
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/06/2001 03:26:49
Module Name:	syssrc
Committed By:	simonb
Date:		Tue Nov  6 01:26:49 UTC 2001

Modified Files:
	syssrc/sys/arch/walnut/include: intr.h
	syssrc/sys/arch/walnut/walnut: autoconf.c extintr.c

Log Message:
Calculate the hardware interrupt to irq mapping array and irq mask from
the irq to hardware interrupt mask map instead of using two different
interrelated arrays and a bit mask that I've got wrong more than once
when updating by hand (including when I recently added the keyboard/mouse
interrupt mappings).  Now only the galaxy_intr_map[] array needs to
be updated when adding extra interrupts.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/walnut/include/intr.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/walnut/walnut/autoconf.c \
    syssrc/sys/arch/walnut/walnut/extintr.c

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