Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2005 15:52:05 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/sparc64/loader metadata.c src/sys/dev/uart uart_cpu_sparc64.c
Message-ID:  <200508271552.j7RFq5EZ062282@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-08-27 15:52:05 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/boot/sparc64/loader metadata.c 
    sys/dev/uart         uart_cpu_sparc64.c 
  Log:
  MFC:    sys/boot/sparc64/loader/metadata.c 1.14,
          sys/dev/uart/uart_cpu_sparc64.c 1.21
  
  - Change the code that determines whether to use a serial console and
    which serial device to use in that case respectively to not rely on
    the OFW names of the input/output and stdin/stdout devices. While at
    it save on some variables and for sys/boot/sparc64/loader/metadata.c
    move the code in question to a new function md_bootserial() so it can
    be kept in sync with uart_cpu_getdev_console() more easily.
  - Adjust the size of some buffers.
  - Remove the package handle of the '/options' node from the argument
    list of uart_cpu_getdev_dbgport().
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.13.2.1  +41 -17    src/sys/boot/sparc64/loader/metadata.c
  1.19.2.1  +21 -21    src/sys/dev/uart/uart_cpu_sparc64.c



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