Rev 1956 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1956 | Rev 1957 | ||
|---|---|---|---|
| Line 126... | Line 126... | ||
| 126 | } |
126 | } |
| 127 | 127 | ||
| 128 | void arch_post_smp_init(void) |
128 | void arch_post_smp_init(void) |
| 129 | { |
129 | { |
| 130 | /* keyboard controller */ |
130 | /* keyboard controller */ |
| 131 | i8042_init(device_assign_devno(), IRQ_KBD); |
131 | i8042_init(device_assign_devno(), IRQ_KBD, device_assign_devno(), IRQ_MOUSE); |
| 132 | } |
132 | } |
| 133 | 133 | ||
| 134 | void calibrate_delay_loop(void) |
134 | void calibrate_delay_loop(void) |
| 135 | { |
135 | { |
| 136 | i8254_calibrate_delay_loop(); |
136 | i8254_calibrate_delay_loop(); |