Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 02:06:19 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c
Message-ID:  <200408120206.i7C26JXP099663@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-08-12 02:06:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci_link.c acpi_pcib.c 
  Log:
  Fix the PRT entry code in acpi_pci_link to always add the entry, even if
  there is no irq link.  Since we now use the stored copy of PRT, not the
  one that used to be passed into acpi_pcib_route_interrupt(), we need it in
  the list. [1]
  
  Fix a bug in acpi_pci_find_prt() where we weren't checking the bus, thus
  choosing the wrong PRT entry to use for routing the link.  Also, add a
  printf for the case where the PRT entry is not found as this should not
  happen.
  
  Tested by:      marcel [1]
  
  Revision  Changes    Path
  1.21      +40 -41    src/sys/dev/acpica/acpi_pci_link.c
  1.48      +4 -1      src/sys/dev/acpica/acpi_pcib.c



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