Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 20:37:12 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/powerpc/mpc85xx pci_ocp.c
Message-ID:  <201001292037.o0TKbQod098448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2010-01-29 20:37:12 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/mpc85xx  pci_ocp.c 
  Log:
  SVN rev 203177 on 2010-01-29 20:37:12Z by marcel
  
  Don't check the device ID. Instead, check the class, subclass and
  programming I/F. New SoC designs have different device IDs, but
  don't need special treatment. Consequently, we fail to probe and
  attach for no other reason than not having added the device ID to
  the code.
  
  Bank on Freescale's sense of backward compatibility and assume
  that if we find a host controller, we know how work with it.
  
  This fixes detection of the PCI Express host controllers on
  Freescale's QorIQ family of processors (P1, P2 and P4).
  
  Revision  Changes    Path
  1.6       +13 -28    src/sys/powerpc/mpc85xx/pci_ocp.c



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