cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c pci_if.m pci_private.h pcireg.h pcivar.h src/sys/sparc64/pci ofw_pcibus.c

John Baldwin jhb at FreeBSD.org
Tue Dec 20 11:57:48 PST 2005


jhb         2005-12-20 19:57:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci.c 
    sys/dev/pci          pci.c pci_if.m pci_private.h pcireg.h 
                         pcivar.h 
    sys/sparc64/pci      ofw_pcibus.c 
  Log:
  Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used
  to search for a specific extended capability.  If the specified capability
  is found for the given device, then the function returns success and
  optionally returns the offset of that capability.  If the capability is
  not found, the function returns an error.
  
  Revision  Changes    Path
  1.28      +1 -0      src/sys/dev/acpica/acpi_pci.c
  1.305     +54 -2     src/sys/dev/pci/pci.c
  1.8       +7 -0      src/sys/dev/pci/pci_if.m
  1.15      +2 -0      src/sys/dev/pci/pci_private.h
  1.49      +5 -0      src/sys/dev/pci/pcireg.h
  1.68      +6 -0      src/sys/dev/pci/pcivar.h
  1.9       +1 -0      src/sys/sparc64/pci/ofw_pcibus.c


More information about the cvs-src mailing list