ed e23bffc564 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-07-03 21:12:37 +00:00
2009-05-13 22:31:25 +00:00
2009-07-20 03:59:00 +00:00
2009-08-23 15:02:58 +00:00
2009-03-25 06:27:56 +00:00
2009-06-24 20:43:51 +00:00
2009-06-21 19:17:22 +00:00
2009-06-03 20:25:13 +00:00
2009-06-05 18:44:36 +00:00
2009-04-14 11:23:09 +00:00
2009-05-30 18:39:22 +00:00
2009-06-14 00:15:26 +00:00
2009-08-23 20:26:09 +00:00
2009-05-25 22:50:11 +00:00
2009-08-23 08:04:40 +00:00
2009-06-16 14:55:13 +00:00
2009-08-24 08:27:42 +00:00