Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2009 08:27:42 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/xen/console console.c
Message-ID:  <200908240827.n7O8RpwS021191@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-08-24 08:27:42 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xen/console  console.c 
  Log:
  SVN rev 196499 on 2009-08-24 08:27:42Z by ed
  
  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@
  
  Revision  Changes    Path
  1.14      +27 -41    src/sys/dev/xen/console/console.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908240827.n7O8RpwS021191>