Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/walnut
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.
Home |
Main Index |
Thread Index |
Old Index