Changeset 19f857a in mainline for kernel/genarch/src/ofw
- Timestamp:
- 2010-03-21T09:39:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8023571
- Parents:
- e2b73d4f
- Location:
- kernel/genarch/src/ofw
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/ofw/ebus.c
re2b73d4f r19f857a 40 40 #include <genarch/ofw/pci.h> 41 41 #include <arch/memstr.h> 42 #include <str ing.h>42 #include <str.h> 43 43 #include <panic.h> 44 44 #include <debug.h> -
kernel/genarch/src/ofw/fhc.c
re2b73d4f r19f857a 40 40 #include <arch/drivers/fhc.h> 41 41 #include <arch/memstr.h> 42 #include <str ing.h>42 #include <str.h> 43 43 #include <panic.h> 44 44 #include <macros.h> -
kernel/genarch/src/ofw/ofw_tree.c
re2b73d4f r19f857a 39 39 #include <arch/memstr.h> 40 40 #include <mm/slab.h> 41 #include <str ing.h>41 #include <str.h> 42 42 #include <panic.h> 43 43 #include <print.h> -
kernel/genarch/src/ofw/pci.c
re2b73d4f r19f857a 41 41 #include <arch/trap/interrupt.h> 42 42 #include <arch/memstr.h> 43 #include <str ing.h>43 #include <str.h> 44 44 #include <panic.h> 45 45 #include <macros.h> 46 46 47 47 #define PCI_SPACE_MASK 0x03000000 48 #define PCI_ABS_MASK 0x80000000 48 #define PCI_ABS_MASK 0x80000000 49 49 #define PCI_REG_MASK 0x000000ff 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
