cvs commit: src/sys/dev/acpica acpi_pci_link.c

John Baldwin jhb at FreeBSD.org
Wed Dec 1 13:05:02 PST 2004


jhb         2004-12-01 21:05:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci_link.c 
  Log:
  - Do a better job of handling any Dependent Functions (aka DPFs) that appear
    in the _PRS or _CRS of link devices.  If faced with multiple DPFs in a
    _PRS, we just use the first one.  We assume that if _CRS has DPF tags they
    only contain a single set since multiple DPFs wouldn't make any sense.  In
    practice, the only DPFs I've seen so far for link devices are that the one
    IRQ resource is surrounded by a DPF tag pair for no apparent reason, and
    this should handle that case fine now.
  - Only allocate link structures for IRQ resources for link devices rather
    than allocating a link structure for every resource.
  
  Reviewed by:    njl
  Tested by:      phk
  
  Revision  Changes    Path
  1.40      +218 -69   src/sys/dev/acpica/acpi_pci_link.c


More information about the cvs-all mailing list