Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2006 19:57:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c pcivar.h
Message-ID:  <200612141957.kBEJv6vf092907@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-12-14 19:57:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c pcivar.h 
  Log:
  Add a first pass at a way to blacklist MSI on systems where it doesn't
  work:
  - A new PCI quirk (PCI_QUIRK_DISABLE_MSI) is added to the quirk table.
  - A new pci_msi_device_blacklisted() determines if a passed in device
    matches an MSI quirk in the quirk table.  This can be overridden (all
    quirks ignored) by setting the hw.pci.honor_msi_blacklist to 0.
  - A global blacklist check is performed in the MI PCI bus code by checking
    to see if the device at 0:0:0 is blacklisted.
  
  Tested by:      jdp
  
  Revision  Changes    Path
  1.329     +51 -0     src/sys/dev/pci/pci.c
  1.76      +1 -0      src/sys/dev/pci/pcivar.h



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