Changeset 95c675b in mainline for kernel/arch/ia32/src/drivers/i8254.c
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (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
-
kernel/arch/ia32/src/drivers/i8254.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/drivers/i8254.c
rdbf32b1 r95c675b 37 37 */ 38 38 39 #include < typedefs.h>39 #include <stdint.h> 40 40 #include <time/clock.h> 41 41 #include <time/delay.h> … … 51 51 #include <arch.h> 52 52 #include <ddi/irq.h> 53 #include <ddi/device.h>54 53 55 54 #define CLK_PORT1 ((ioport8_t *) 0x40U) … … 86 85 irq_initialize(&i8254_irq); 87 86 i8254_irq.preack = true; 88 i8254_irq.devno = device_assign_devno();89 87 i8254_irq.inr = IRQ_CLK; 90 88 i8254_irq.claim = i8254_claim;
Note:
See TracChangeset
for help on using the changeset viewer.
