mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 05:04:02 +08:00
Enable NEW_PCIB
This commit is contained in:

committed by
Christian Mauderer

parent
398c5f6952
commit
0e2d6b8819
@@ -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_ */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user