Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2009 08:38:45 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/mpc85xx lbc.h
Message-ID:  <200907210838.n6L8cvqZ098891@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
raj         2009-07-21 08:38:45 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/mpc85xx  lbc.h 
  Log:
  SVN rev 195799 on 2009-07-21 08:38:45Z by raj
  
  Do not use OCP85XX_LBC_OFF twice when accessing LBC registers on MPC85XX.
  
  It turns LBC control registers were not programmed correctly on MPC85XX. We
  were accessing bogus addresses as the base offset (OCP85XX_LBC_OFF) was
  erroneously added during offset calculations.  Effectively the state of LBC
  control registers was not altered by the kernel initialization code, but
  everything worked as long as we coincided to use the same settings (LBC decode
  windows) as firmware has initialized.
  
  Submitted by:   Lukasz Wojcik
  Reviewed by:    marcel
  Approved by:    re (kensmith)
  Obtained from:  Semihalf
  
  Revision  Changes    Path
  1.3       +4 -4      src/sys/powerpc/mpc85xx/lbc.h



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