diff options
Diffstat (limited to 'sys/contrib/dev/acpica/components/resources/rsaddr.c')
| -rw-r--r-- | sys/contrib/dev/acpica/components/resources/rsaddr.c | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/sys/contrib/dev/acpica/components/resources/rsaddr.c b/sys/contrib/dev/acpica/components/resources/rsaddr.c index f1ae33784093..9074c6dbaa35 100644 --- a/sys/contrib/dev/acpica/components/resources/rsaddr.c +++ b/sys/contrib/dev/acpica/components/resources/rsaddr.c @@ -8,7 +8,7 @@   *   * 1. Copyright Notice   * - * Some or all of this work - Copyright (c) 1999 - 2022, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.   * All rights reserved.   *   * 2. License @@ -431,13 +431,13 @@ AcpiRsGetAddressCommon (      ACPI_RESOURCE           *Resource,      AML_RESOURCE            *Aml)  { -    ACPI_FUNCTION_ENTRY (); - +    ACPI_FUNCTION_ENTRY();      /* Validate the Resource Type */      if ((Aml->Address.ResourceType > 2) && -        (Aml->Address.ResourceType < 0xC0)) +        (Aml->Address.ResourceType < 0xC0) && +        (Aml->Address.ResourceType != 0x0A))      {          return (FALSE);      } @@ -492,7 +492,6 @@ AcpiRsSetAddressCommon (  {      ACPI_FUNCTION_ENTRY (); -      /* Set the Resource Type and General Flags */      (void) AcpiRsConvertResourceToAml ( | 
