Added legacy in order to get pcib to work correctly and resoleved fxp attach issue.

The fxp attach has a resource allocation issue still to address, but
should work as soon as that is debugged.
This commit is contained in:
Jennifer Averett
2012-06-29 12:42:00 -05:00
parent 58ea5ee27a
commit 36ebd68c02
9 changed files with 555 additions and 48 deletions

View File

@@ -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))