Enable NEW_PCIB

This commit is contained in:
Sebastian Huber
2021-12-20 10:05:39 +01:00
committed by Christian Mauderer
parent 398c5f6952
commit 0e2d6b8819
3 changed files with 30 additions and 0 deletions

View File

@@ -45,5 +45,6 @@
#define SYS_RES_MEMORY 3
#define SYS_RES_IOPORT 4
#define SYS_RES_GPIO 5
#define PCI_RES_BUS 6
#endif /* _RTEMS_BSD_MACHINE_RESOURCE_H_ */

View File

@@ -247,6 +247,14 @@ dev_t rtems_bsd__makedev(int _M, int _m);
struct dirent;
void dirent_terminate(struct dirent *dp);
/*
* Enable the "new" PCI-PCI bridge driver, since this is going to be the future
* FreeBSD driver:
*
* https://reviews.freebsd.org/D32954
*/
#define NEW_PCIB 1
#ifdef __cplusplus
}
#endif /* __cplusplus */