mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 23:07:20 +08:00
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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user