summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-22 06:09:14 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-22 06:09:14 +0000
commit403579314a8eae2ec2c680b6d9db1cfa3b9cd1f7 (patch)
tree7ffbe88fda8ab745ca2e6fd76865106694da560c
parent9ad4f2d06711e7c17c75393c2726be55ce1bcf24 (diff)
Notes
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index ba81428afb98..f5cd677a06e6 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -798,7 +798,7 @@ pci_add_resources(device_t pcib, device_t dev)
}
if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
-#if defined(__ia64__) || (defined(__i386__) && !defined(SMP) && !defined(PC98))
+#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
/*
* Try to re-route interrupts. Sometimes the BIOS or
* firmware may leave bogus values in these registers.