Rev 3790 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3790 | Rev 4011 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | 37 | ||
38 | #include <genarch/ofw/ofw_tree.h> |
38 | #include <genarch/ofw/ofw_tree.h> |
39 | #include <arch/drivers/pci.h> |
39 | #include <arch/drivers/pci.h> |
40 | #include <arch/trap/interrupt.h> |
40 | #include <arch/trap/interrupt.h> |
41 | #include <arch/memstr.h> |
41 | #include <arch/memstr.h> |
42 | #include <func.h> |
42 | #include <string.h> |
43 | #include <panic.h> |
43 | #include <panic.h> |
44 | #include <macros.h> |
44 | #include <macros.h> |
45 | 45 | ||
46 | #define PCI_SPACE_MASK 0x03000000 |
46 | #define PCI_SPACE_MASK 0x03000000 |
47 | #define PCI_ABS_MASK 0x80000000 |
47 | #define PCI_ABS_MASK 0x80000000 |