Changeset 46c20c8 in mainline for kernel/arch/sparc64/src/drivers/pci.c
- Timestamp:
- 2010-11-26T20:08:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45df59a
- Parents:
- fb150d78 (diff), ffdd2b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/sparc64/src/drivers/pci.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/pci.c
rfb150d78 r46c20c8 41 41 #include <mm/page.h> 42 42 #include <mm/slab.h> 43 #include < arch/types.h>43 #include <typedefs.h> 44 44 #include <debug.h> 45 45 #include <print.h> 46 #include <str ing.h>46 #include <str.h> 47 47 #include <arch/asm.h> 48 48 #include <sysinfo/sysinfo.h> 49 49 50 50 #define SABRE_INTERNAL_REG 0 51 #define PSYCHO_INTERNAL_REG 2 51 #define PSYCHO_INTERNAL_REG 2 52 52 53 53 #define OBIO_IMR_BASE 0x200 … … 211 211 * Unsupported model. 212 212 */ 213 printf("Unsupported PCI controller model (%s).\n", prop->value); 213 printf("Unsupported PCI controller model (%s).\n", 214 (char *) prop->value); 214 215 } 215 216
Note:
See TracChangeset
for help on using the changeset viewer.
