Changeset 1787e527 in mainline for kernel/arch/sparc64/src/drivers/kbd.c
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (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
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/drivers/kbd.c
rfcbd1be r1787e527 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
Note:
See TracChangeset
for help on using the changeset viewer.