freebsd-dev/sys/dev/xen/console
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
..
console.c Cleanups to the Xen console driver: 2009-08-24 08:27:42 +00:00
xencons_ring.c don't acquire tty lock with console lock held 2009-05-11 23:03:15 +00:00
xencons_ring.h xen console lock needs to be a spin lock in case it is acquired from an interrupt context 2009-05-11 22:55:49 +00:00