Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 09/01/2006 07:02:29
Module Name: src
Committed By: garbled
Date: Fri Sep 1 07:02:29 UTC 2006
Modified Files:
src/sys/arch/prep/pci: pcib.c
src/sys/arch/prep/prep: mainbus.c
Log Message:
Fix a horrible bug in how we initialize the 8259 interrupt controller.
The bug displayed itself by locking up console output on a 7043-140
following a powercycle. This may also have been the cause of bogus
interrupts on motorola class machines.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/prep/pci/pcib.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/prep/prep/mainbus.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.