Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 21:14:29 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/fdt fdt_pci.c
Message-ID:  <201101292114.p0TLEtEp065464@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

marcel      2011-01-29 21:14:29 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/fdt          fdt_pci.c 
  Log:
  SVN rev 218077 on 2011-01-29 21:14:29Z by marcel
  
  Don't operate on the parent of the PCI node. It's the PCI node itself
  that represents the host controller. This makes the FDT PCI support
  working an a bare-bones manner. This needs a lot more work, of which
  the beginning are at the end of the file, compiled-out with #if 0.
  
  The intend being that both the Marvell PCIE and Freescale PCI/PCIX/PCIE
  duplicate the same platform-independent domain initialization, that
  should be moved into an unified implementation in the FDT code. Handling
  of resources requires help from the platform. A unified implementation
  allows us to properly support PCI devices listed in the device tree and
  configured according to the device tree specification.
  
  Sponsored by: Juniper Networks
  
  Revision  Changes    Path
  1.3       +234 -32   src/sys/dev/fdt/fdt_pci.c



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