Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2007 14:50:51 +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/acpica acpi_pcib_acpi.c acpi_pcib_pci.c src/sys/dev/pci pci.c pci_if.m pci_pci.c pci_private.h pcib_if.m pcib_private.h pcivar.h
Message-ID:  <200703311450.l2VEopF4071968@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-03-31 14:50:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/acpica       acpi_pcib_acpi.c acpi_pcib_pci.c 
    sys/dev/pci          pci.c pci_if.m pci_pci.c pci_private.h 
                         pcib_if.m pcib_private.h pcivar.h 
  Log:
  MFC: MI support for PCI Message Signalled Interrupts (MSI).  For more
  details see the relevant commit logs in HEAD.  The notable differences
  between this patch and what is in HEAD now are that pci_remap_msix() is not
  currently implemented in this patch (I need to change the API in HEAD, so
  I'm not going to MFC it until its API is stable) and MSI and MSI-X are not
  enabled by default.  To enable MSI and MSI-X support, one must set the
  'hw.pci.msi_enable' and/or 'hw.pci.msix_enable' loader tunables.
  
  Revision    Changes    Path
  1.47.2.4    +29 -0     src/sys/dev/acpica/acpi_pcib_acpi.c
  1.12.2.3    +5 -0      src/sys/dev/acpica/acpi_pcib_pci.c
  1.292.2.16  +652 -7    src/sys/dev/pci/pci.c
  1.7.2.2     +36 -0     src/sys/dev/pci/pci_if.m
  1.37.2.4    +65 -0     src/sys/dev/pci/pci_pci.c
  1.14.2.5    +6 -0      src/sys/dev/pci/pci_private.h
  1.7.2.1     +58 -3     src/sys/dev/pci/pcib_if.m
  1.6.8.3     +6 -0      src/sys/dev/pci/pcib_private.h
  1.66.2.4    +59 -1     src/sys/dev/pci/pcivar.h



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