Changeset e731b0d in mainline for kernel/arch/sparc64/src
- Timestamp:
- 2009-08-20T16:58:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c7425
- Parents:
- a11099f
- Location:
- kernel/arch/sparc64/src/drivers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/fhc.c
ra11099f re731b0d 46 46 #include <arch/types.h> 47 47 #include <genarch/ofw/ofw_tree.h> 48 #include <genarch/ofw/fhc.h> 48 49 #include <sysinfo/sysinfo.h> 49 50 -
kernel/arch/sparc64/src/drivers/kbd.c
ra11099f re731b0d 35 35 #include <arch/drivers/kbd.h> 36 36 #include <genarch/ofw/ofw_tree.h> 37 38 #ifdef CONFIG_SUN_KBD 39 #include <genarch/kbrd/kbrd.h> 40 #endif 41 #ifdef CONFIG_Z8530 42 #include <genarch/drivers/z8530/z8530.h> 43 #endif 44 #ifdef CONFIG_NS16550 45 #include <genarch/drivers/ns16550/ns16550.h> 46 #endif 47 37 #include <genarch/ofw/fhc.h> 38 #include <genarch/ofw/ebus.h> 48 39 #include <console/console.h> 49 40 #include <ddi/irq.h> … … 56 47 57 48 #ifdef CONFIG_SUN_KBD 49 #include <genarch/kbrd/kbrd.h> 50 #endif 51 52 #ifdef CONFIG_Z8530 53 #include <genarch/drivers/z8530/z8530.h> 54 #endif 55 56 #ifdef CONFIG_NS16550 57 #include <genarch/drivers/ns16550/ns16550.h> 58 #endif 59 60 #ifdef CONFIG_SUN_KBD 58 61 59 62 #ifdef CONFIG_Z8530 -
kernel/arch/sparc64/src/drivers/pci.c
ra11099f re731b0d 37 37 #include <arch/drivers/pci.h> 38 38 #include <genarch/ofw/ofw_tree.h> 39 #include <genarch/ofw/upa.h> 39 40 #include <arch/trap/interrupt.h> 40 41 #include <mm/page.h> -
kernel/arch/sparc64/src/drivers/scr.c
ra11099f re731b0d 35 35 #include <arch/drivers/scr.h> 36 36 #include <genarch/ofw/ofw_tree.h> 37 #include <genarch/ofw/pci.h> 38 #include <genarch/ofw/sbus.h> 39 #include <genarch/ofw/upa.h> 37 40 #include <genarch/fb/fb.h> 38 41 #include <genarch/fb/visuals.h>
Note:
See TracChangeset
for help on using the changeset viewer.