Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/16/1999 14:29:48
Module Name:	src
Committed By:	thorpej
Date:		Fri Apr 16 21:29:47 UTC 1999

Modified Files:
	src/sys/arch/alpha/pci: pci_kn300.c
Log Message:
Clean up the Rawhide interrupt code some more:
- Actually display the kn300 irq, not the MCPCIA irq, in the interrupt
string.  Also, don't bother displaying device/pin on strays, since
it doesn't play will with shared interrupts that would happen due to
a PCI-PCI bridge.
- Shave a few more cycles out of the interrupt dispatch routine.