Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/19/2000 22:35:54
Module Name: syssrc
Committed By: scw
Date: Tue Sep 19 19:35:53 UTC 2000
Modified Files:
syssrc/sys/arch/mvme68k/dev: mvmebus.c mvmebus.h vme_pcc.c vme_two.c
Log Message:
Pass the requested cpu irq priority through to the VME chipset-specific
backend.
The VME2chip can use this to translate a VMEbus irq to a cpu irq.
The VMEchip (on mvme147) can't deal with the VMEbus irq and cpu irq
being different so we just panic in that case for now.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/mvme68k/dev/mvmebus.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/mvme68k/dev/mvmebus.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/mvme68k/dev/vme_pcc.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/mvme68k/dev/vme_two.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.