Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 15:18:25 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files.powerpc src/sys/dev/pci pci.c src/sys/powerpc/include intr_machdep.h src/sys/powerpc/powermac cpcht.c cpchtvar.h uninorth.c uninorthpci.c uninorthvar.h src/sys/powerpc/powerpc openpic.c
Message-ID:  <201005161538.o4GFcDDK039139@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2010-05-16 15:18:25 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.powerpc 
    sys/dev/pci          pci.c 
    sys/powerpc/include  intr_machdep.h 
    sys/powerpc/powermac cpcht.c uninorth.c uninorthvar.h 
    sys/powerpc/powerpc  openpic.c 
  Added files:
    sys/powerpc/powermac uninorthpci.c 
  Removed files:
    sys/powerpc/powermac cpchtvar.h 
  Log:
  SVN rev 208149 on 2010-05-16 15:18:25Z by nwhitehorn
  
  Add support for the U4 PCI-Express bridge chipset used in late-generation
  Powermac G5 systems. MSI and several other things are not presently
  supported.
  
  The U3/U4 internal device support portions of this change were contributed
  by Andreas Tobler.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.109     +2 -1      src/sys/conf/files.powerpc
  1.397     +3 -3      src/sys/dev/pci/pci.c
  1.13      +5 -0      src/sys/powerpc/include/intr_machdep.h
  1.2       +518 -333  src/sys/powerpc/powermac/cpcht.c
  1.2       +0 -58     src/sys/powerpc/powermac/cpchtvar.h (dead)
  1.25      +377 -463  src/sys/powerpc/powermac/uninorth.c
  1.1       +543 -0    src/sys/powerpc/powermac/uninorthpci.c (new)
  1.8       +32 -5     src/sys/powerpc/powermac/uninorthvar.h
  1.23      +10 -0     src/sys/powerpc/powerpc/openpic.c



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