i386: Port to RTEMS

- Update imported files to compile rtems-libbsd for i386 based BSPs
- Currently does not support the option "dev_nic_e1000 = on"
This commit is contained in:
Jan Sommer
2020-02-07 12:40:13 +01:00
committed by Sebastian Huber
parent 9215a81d08
commit af291fa3a0
13 changed files with 2433 additions and 381 deletions

View File

@@ -1593,6 +1593,7 @@ pcib_attach_common(device_t dev)
sc->flags |= PCIB_SUBTRACTIVE;
break;
#ifndef __rtems__
#if !(defined(NEW_PCIB) && defined(PCI_RES_BUS))
/* Compaq R3000 BIOS sets wrong subordinate bus number. */
case 0x00dd10de:
@@ -1620,6 +1621,7 @@ pcib_attach_common(device_t dev)
break;
}
#endif
#endif /* __rtems__ */
}
if (pci_msi_device_blacklisted(dev))