Rev 3948 | Rev 3982 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3948 | Rev 3963 | ||
---|---|---|---|
Line 172... | Line 172... | ||
172 | } |
172 | } |
173 | 173 | ||
174 | void arch_post_smp_init(void) |
174 | void arch_post_smp_init(void) |
175 | { |
175 | { |
176 | /* keyboard controller */ |
176 | /* keyboard controller */ |
177 | i8042_init(device_assign_devno(), IRQ_KBD, device_assign_devno(), IRQ_MOUSE); |
177 | (void) i8042_init((i8042_t *) I8042_BASE, device_assign_devno(), |
- | 178 | IRQ_KBD); |
|
178 | } |
179 | } |
179 | 180 | ||
180 | void calibrate_delay_loop(void) |
181 | void calibrate_delay_loop(void) |
181 | { |
182 | { |
182 | i8254_calibrate_delay_loop(); |
183 | i8254_calibrate_delay_loop(); |