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:
parent
43050e97c2
commit
698f42016c
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user