Ed Schouten 416b15e41e Cleanups to the Xen console driver:
- Use CONSOLE_DRIVER() instead of the deprecated CONS_DRIVER() declaration.

- This means we cannot use cn_checkc anymore, which is supposed to do
  the same as cn_getc nowadays. Remove the cn_getc implementation (that
  was never being called) and rename cn_checkc to cn_getc.

- Don't run-time patch cn_putc, but add the logic to xc_cnputc().

This means I could do some cleanups to our console code...

Tested by:	nobody on hackers@
2009-08-24 08:27:42 +00:00
..
2009-08-23 20:26:09 +00:00
2009-08-24 08:27:42 +00:00
2009-06-25 16:48:13 +00:00
2009-05-23 13:23:46 +00:00
2009-08-23 08:04:40 +00:00