Changeset 50b3d30 in mainline for kernel/arch/ia64/include
- Timestamp:
- 2008-11-30T21:35:13Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c716d94
- Parents:
- 1baec4b
- Location:
- kernel/arch/ia64/include
- Files:
-
- 3 edited
-
bootinfo.h (modified) (1 diff)
-
drivers/kbd.h (modified) (1 diff)
-
interrupt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/bootinfo.h
r1baec4b r50b3d30 68 68 unsigned long freq_scale; 69 69 unsigned int wakeup_intno; 70 int hello_configured; 70 71 71 72 } bootinfo_t; -
kernel/arch/ia64/include/drivers/kbd.h
r1baec4b r50b3d30 37 37 38 38 39 typedef enum { 40 KBD_UNKNOWN, 41 KBD_SKI, 42 KBD_LEGACY, 43 KBD_NS16550 44 } kbd_type_t; 39 #define KBD_UNKNOWN 0 40 #define KBD_SKI 1 41 #define KBD_LEGACY 2 42 #define KBD_NS16550 3 43 45 44 46 45 #endif -
kernel/arch/ia64/include/interrupt.h
r1baec4b r50b3d30 54 54 #define VECTOR_TLB_SHOOTDOWN_IPI 0xf0 55 55 #define INTERRUPT_TIMER 255 56 #define IRQ_KBD 24157 #define IRQ_MOUSE 25256 #define IRQ_KBD (0x01+LAGACY_INTERRUPT_BASE) 57 #define IRQ_MOUSE (0x0c+LAGACY_INTERRUPT_BASE) 58 58 #define INTERRUPT_SPURIOUS 15 59 59 #define LAGACY_INTERRUPT_BASE 0x20
Note:
See TracChangeset
for help on using the changeset viewer.
