Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2009 23:50:25 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/sparc64/loader main.c
Message-ID:  <200903182350.n2INoVgZ041208@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-03-18 23:50:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/sparc64/loader main.c 
  Log:
  SVN rev 190002 on 2009-03-18 23:50:25Z by marius
  
  MFC: r182478, r182766
  
  - Read ASI_{D,I}TLB_DATA_ACCESS_REG twice in order to work around
    errata of USIII and beyond (USIII erratum #19, USIII+ erratum #1,
    USIIIi erratum #1).
  - Use the cheetah PA mask in {d,i}tlb_va_to_pa_sun4u() for USIII
    and beyond. This is done so that these functions will still mask
    the debug bits of spitfire-class CPUs once we increase TD_PA_BITS
    to match the number of bits used for the PA by cheetah-class CPUs.
  - Change {d,i}tlb_enter_sun4u() to also set TLB_CTX_KERNEL as the
    context of the mappings entered. This is more or less cosmetic as
    TLB_CTX_KERNEL is 0.
  - Now that we have to distinguish between different sun4u CPUs in
    the loader anyway, no longer do trial and error when reading the
    portid property.
  
  Revision  Changes    Path
  1.32.2.4  +70 -23    src/sys/boot/sparc64/loader/main.c



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