Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/12/2001 00:46:41
Module Name: syssrc
Committed By: martin
Date: Thu Jan 11 22:46:41 UTC 2001
Modified Files:
syssrc/sys/dev/pci: i4b_avm_fritz_pci.c pci_isic.c
Log Message:
Move interrupt mapping before initialization of the card (which might
cause interrupts). This works around a problem on sparc64, where
interrupts without installed handler seem to cause heavy lossage (and
interrupts are already enabled at this stage of autoconfiguration).
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pci/i4b_avm_fritz_pci.c \
syssrc/sys/dev/pci/pci_isic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.