Define PCI_RES_BUS for MIPS.

This is done as part of the work on D5908, but as a separate commit.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
This commit is contained in:
Stanislav Galabov 2016-04-12 07:18:48 +00:00
parent c3249989ef
commit a82ccc6f1e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297849

View File

@ -42,5 +42,8 @@
#define SYS_RES_DRQ 2 /* isa dma lines */
#define SYS_RES_MEMORY 3 /* i/o memory */
#define SYS_RES_IOPORT 4 /* i/o ports */
#ifdef NEW_PCIB
#define PCI_RES_BUS 5
#endif
#endif /* !_MACHINE_RESOURCE_H_ */