summaryrefslogtreecommitdiffstats
path: root/freebsd/dev/pci/pci_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/dev/pci/pci_pci.c')
-rw-r--r--freebsd/dev/pci/pci_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/dev/pci/pci_pci.c b/freebsd/dev/pci/pci_pci.c
index f65c0b85..c2a829c8 100644
--- a/freebsd/dev/pci/pci_pci.c
+++ b/freebsd/dev/pci/pci_pci.c
@@ -246,6 +246,7 @@ pcib_attach_common(device_t dev)
sc->flags |= PCIB_SUBTRACTIVE;
break;
+#ifndef __rtems__
/* Compaq R3000 BIOS sets wrong subordinate bus number. */
case 0x00dd10de:
{
@@ -271,6 +272,7 @@ pcib_attach_common(device_t dev)
}
break;
}
+#endif /* __rtems__ */
}
if (pci_msi_device_blacklisted(dev))