Changeset 19f857a in mainline for kernel/arch/sparc64/src/drivers
- 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/arch/sparc64/src/drivers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/kbd.c
re2b73d4f r19f857a 43 43 #include <arch/types.h> 44 44 #include <align.h> 45 #include <str ing.h>45 #include <str.h> 46 46 #include <print.h> 47 47 #include <sysinfo/sysinfo.h> -
kernel/arch/sparc64/src/drivers/pci.c
re2b73d4f r19f857a 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 -
kernel/arch/sparc64/src/drivers/scr.c
re2b73d4f r19f857a 43 43 #include <console/console.h> 44 44 #include <arch/types.h> 45 #include <str ing.h>45 #include <str.h> 46 46 #include <align.h> 47 47 #include <print.h> -
kernel/arch/sparc64/src/drivers/sgcn.c
re2b73d4f r19f857a 40 40 #include <genarch/ofw/ofw_tree.h> 41 41 #include <debug.h> 42 #include <str ing.h>42 #include <str.h> 43 43 #include <print.h> 44 44 #include <mm/page.h>
Note:
See TracChangeset
for help on using the changeset viewer.
