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

John Baldwin jhb at FreeBSD.org
Mon Aug 7 19:52:31 UTC 2006


jhb         2006-08-07 19:52:30 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_pci_link.c 
  Log:
  When a user uses a hint to specify the IRQ for a link device, accept IRQs
  that aren't listed as valid in the link device's set of possible IRQs.
  This allows the hints to be used to work around broken BIOSes that don't
  specify the correct ste of possible IRQs.  A warning is issued in the
  dmesg in this case to be consistent with the $PIR handling code.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.54      +13 -5     src/sys/dev/acpica/acpi_pci_link.c


More information about the cvs-src mailing list