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

John Baldwin jhb at FreeBSD.org
Fri Nov 14 13:36:10 PST 2003


jhb         2003/11/14 13:36:09 PST

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci_link.c acpi_pcib.c 
  Log:
  Improve support for extended IRQ resources:
  - For acpi_pci_link_entry_dump(), add a few helper functions to display
    the trigger mode, polarity, and sharemode of an individual IRQ resource.
    These functions are then called for both regular and extended IRQ
    resources.
  - In acpi_pci_link_set_irq(), use the same type of IRQ resource
    (regular vs. extended) for the new current resource as the type of
    the resources from _PRS.
  - When routing an interrupt don't ignore extended IRQ resources.  Also,
    use the same type of IRQ resource (regular vs. extended) for the new
    current resource when as the type of the resource from _PRS.
  
  Tested by:      peter
  
  Revision  Changes    Path
  1.9       +80 -57    src/sys/dev/acpica/acpi_pci_link.c
  1.33      +47 -20    src/sys/dev/acpica/acpi_pcib.c


More information about the cvs-src mailing list