Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2005 21:00:58 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/uart uart_cpu_alpha.c uart_cpu_amd64.c uart_cpu_i386.c uart_cpu_ia64.c uart_cpu_pc98.c uart_subr.c
Message-ID:  <200512122100.jBCL0wHC082096@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-12-12 21:00:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/uart         uart_cpu_alpha.c uart_cpu_amd64.c 
                         uart_cpu_i386.c uart_cpu_ia64.c 
                         uart_cpu_pc98.c uart_subr.c 
  Log:
  Make uart_getenv() not be ns8250 dependent.  This will allow, in the future,
  compilation of kernels without ns8250 support but using the uart framework.
  These kernels will be for machines where size matters more, so including code
  that can never be executed is undesriable...
  
  Revision  Changes    Path
  1.12      +1 -0      src/sys/dev/uart/uart_cpu_alpha.c
  1.11      +1 -0      src/sys/dev/uart/uart_cpu_amd64.c
  1.11      +1 -0      src/sys/dev/uart/uart_cpu_i386.c
  1.12      +1 -0      src/sys/dev/uart/uart_cpu_ia64.c
  1.16      +1 -0      src/sys/dev/uart/uart_cpu_pc98.c
  1.5       +0 -1      src/sys/dev/uart/uart_subr.c



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