Enable NEW_PCIB on riscv.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ruslan Bukin 2020-01-24 16:50:51 +00:00
parent c344a95134
commit 79a6ce8b41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357086
2 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,5 @@ device mem # Memory and kernel memory devices
# Default partitioning schemes
options GEOM_PART_BSD
options GEOM_PART_MBR
options NEW_PCIB

View File

@ -42,5 +42,8 @@
#define SYS_RES_MEMORY 3 /* i/o memory */
#define SYS_RES_IOPORT 4 /* i/o ports */
#define SYS_RES_GPIO 5 /* general purpose i/o */
#ifdef NEW_PCIB
#define PCI_RES_BUS 6 /* PCI bus numbers */
#endif
#endif /* !_MACHINE_RESOURCE_H_ */