Rev 3932 | Rev 3963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3932 | Rev 3948 | ||
|---|---|---|---|
| Line 212... | Line 212... | ||
| 212 | #ifdef CONFIG_FB |
212 | #ifdef CONFIG_FB |
| 213 | vesa_redraw(); |
213 | vesa_redraw(); |
| 214 | #else |
214 | #else |
| 215 | ega_redraw(); |
215 | ega_redraw(); |
| 216 | #endif |
216 | #endif |
| 217 | - | ||
| 218 | i8042_grab(); |
- | |
| 219 | } |
217 | } |
| 220 | 218 | ||
| 221 | /** Return console to userspace |
219 | /** Return console to userspace |
| 222 | * |
220 | * |
| 223 | */ |
221 | */ |
| 224 | void arch_release_console(void) |
222 | void arch_release_console(void) |
| 225 | { |
223 | { |
| 226 | i8042_release(); |
- | |
| 227 | } |
224 | } |
| 228 | 225 | ||
| 229 | /** Construct function pointer |
226 | /** Construct function pointer |
| 230 | * |
227 | * |
| 231 | * @param fptr function pointer structure |
228 | * @param fptr function pointer structure |