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 3947 | ||
|---|---|---|---|
| Line 164... | Line 164... | ||
| 164 | vesa_redraw(); |
164 | vesa_redraw(); |
| 165 | #else |
165 | #else |
| 166 | ega_redraw(); |
166 | ega_redraw(); |
| 167 | #endif |
167 | #endif |
| 168 | 168 | ||
| 169 | i8042_grab(); |
- | |
| 170 | } |
169 | } |
| 171 | 170 | ||
| 172 | /** Return console to userspace |
171 | /** Return console to userspace |
| 173 | * |
172 | * |
| 174 | */ |
173 | */ |
| 175 | void arch_release_console(void) |
174 | void arch_release_console(void) |
| 176 | { |
175 | { |
| 177 | i8042_release(); |
- | |
| 178 | } |
176 | } |
| 179 | 177 | ||
| 180 | /** Construct function pointer |
178 | /** Construct function pointer |
| 181 | * |
179 | * |
| 182 | * @param fptr function pointer structure |
180 | * @param fptr function pointer structure |