View | Details | Raw Unified | Return to bug 53334
Collapse All | Expand All

(-)pci.c (-1 / +1 lines)
Lines 798-804 Link Here
798
	}
798
	}
799
799
800
	if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
800
	if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
801
#if defined(__ia64__) || (defined(__i386__) && !defined(SMP) && !defined(PC98))
801
#if defined(__ia64__) 
802
		/*
802
		/*
803
		 * Try to re-route interrupts. Sometimes the BIOS or
803
		 * Try to re-route interrupts. Sometimes the BIOS or
804
		 * firmware may leave bogus values in these registers.
804
		 * firmware may leave bogus values in these registers.

Return to bug 53334