Changeset 2f08ff55 in mainline
- Timestamp:
- 2008-12-31T13:16:22Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8c0dc5
- Parents:
- ef5de6d
- Location:
- kernel/arch/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/interrupt.h
ref5de6d r2f08ff55 54 54 #define VECTOR_TLB_SHOOTDOWN_IPI 0xf0 55 55 #define INTERRUPT_TIMER 255 56 #define IRQ_KBD (0x01+L AGACY_INTERRUPT_BASE)57 #define IRQ_MOUSE (0x0c+L AGACY_INTERRUPT_BASE)56 #define IRQ_KBD (0x01+LEGACY_INTERRUPT_BASE) 57 #define IRQ_MOUSE (0x0c+LEGACY_INTERRUPT_BASE) 58 58 #define INTERRUPT_SPURIOUS 15 59 #define L AGACY_INTERRUPT_BASE 0x2059 #define LEGACY_INTERRUPT_BASE 0x20 60 60 61 61 /** General Exception codes. */ -
kernel/arch/ia64/src/ia64.c
ref5de6d r2f08ff55 64 64 65 65 /*NS16550 as a COM 1*/ 66 #define NS16550_IRQ (4+L AGACY_INTERRUPT_BASE)66 #define NS16550_IRQ (4+LEGACY_INTERRUPT_BASE) 67 67 #define NS16550_PORT 0x3f8 68 68 … … 110 110 ((uint32_t*)(IOSAPIC+0x00))[0]=0x10+2*i; 111 111 srlz_d(); 112 ((uint32_t*)(IOSAPIC+0x10))[0]=L AGACY_INTERRUPT_BASE+i;112 ((uint32_t*)(IOSAPIC+0x10))[0]=LEGACY_INTERRUPT_BASE+i; 113 113 srlz_d(); 114 114 ((uint32_t*)(IOSAPIC+0x00))[0]=0x10+2*i+1;
Note:
See TracChangeset
for help on using the changeset viewer.