mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
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:

committed by
Sebastian Huber

parent
9215a81d08
commit
af291fa3a0
@@ -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))
|
||||
|
Reference in New Issue
Block a user