Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2008 18:27:12 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/mpc85xx lbc.c lbc.h mpc85xx.c mpc85xx.h ocpbus.c
Message-ID:  <200812181827.mBIIRGOq018632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
raj         2008-12-18 18:27:12 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/mpc85xx  lbc.c lbc.h mpc85xx.c mpc85xx.h ocpbus.c 
  Log:
  SVN rev 186288 on 2008-12-18 18:27:12Z by raj
  
  Extend and improve MPC85XX Local Bus management.
  
  - Make LBC resources management self-contained: introduce explicit LBC
    resources definition (much like the OCP), provide dedicated rman for LB mem
    space.
  
  - Full configuration of an LB chip select device: program LAW and BR/OR, map
    into KVA, handle all LB attributes (bus width, machine select, ecc,
    write protect etc).
  
  - Factor out LAW manipulation routines into shared code, adjust OCP area
    accordingly.
  
  - Other LBC fixes and clean-ups.
  
  Obtained from:  Semihalf
  
  Revision  Changes    Path
  1.2       +235 -33   src/sys/powerpc/mpc85xx/lbc.c
  1.2       +41 -3     src/sys/powerpc/mpc85xx/lbc.h
  1.5       +66 -3     src/sys/powerpc/mpc85xx/mpc85xx.c
  1.2       +2 -0      src/sys/powerpc/mpc85xx/mpc85xx.h
  1.10      +2 -30     src/sys/powerpc/mpc85xx/ocpbus.c



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