Changeset 2f08ff55 in mainline for kernel/arch/ia64/src
- Timestamp:
- 2008-12-31T13:16:22Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8c0dc5
- Parents:
- ef5de6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.