diff options
author | ed <ed@FreeBSD.org> | 2009-08-24 08:27:42 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-08-24 08:27:42 +0000 |
commit | e23bffc564ab5535d22eea5710c2e1dc24512239 (patch) | |
tree | 1f2a291a67e0e98a20996d7ec7da83fb54c2f972 /contrib | |
parent | 52d0adc8f68b84e4f3af6d83cf3502ed56aafe3d (diff) | |
download | FreeBSD-src-e23bffc564ab5535d22eea5710c2e1dc24512239.zip FreeBSD-src-e23bffc564ab5535d22eea5710c2e1dc24512239.tar.gz |
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@
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions