Changeset 0e0490bd in mainline for kernel/arch/ia32/include/drivers/i8259.h
- Timestamp:
- 2009-03-12T17:59:12Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a34e4c
- Parents:
- 5597947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/drivers/i8259.h
r5597947 r0e0490bd 27 27 */ 28 28 29 /** @addtogroup ia32 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 39 39 #include <arch/interrupt.h> 40 40 41 #define PIC_PIC0PORT1 42 #define PIC_PIC0PORT2 43 #define PIC_PIC1PORT1 44 #define PIC_PIC1PORT2 41 #define PIC_PIC0PORT1 ((ioport8_t *) 0x20) 42 #define PIC_PIC0PORT2 ((ioport8_t *) 0x21) 43 #define PIC_PIC1PORT1 ((ioport8_t *) 0xa0) 44 #define PIC_PIC1PORT2 ((ioport8_t *) 0xa1) 45 45 46 #define PIC_NEEDICW4 (1<<0)47 #define PIC_ICW1 (1<<4)46 #define PIC_NEEDICW4 (1 << 0) 47 #define PIC_ICW1 (1 << 4) 48 48 49 49 extern void i8259_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.