Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2002 19:48:59 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_resource.c
Message-ID:  <200212230348.gBN3mxPY091411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/12/22 19:48:59 PST

  Modified files:
    sys/dev/acpica       acpi_resource.c 
  Log:
  Fix a De Morgan bug: If we only expect a memory range OR an
  I/O port range, then we should ignore a resource if it's NOT
  a memory range AND NOT an I/O port range.
  The OR in the condition caused us to ignore perfectly valid
  memory addresses.
  
  While here, remove redundant parenthesis and reindent the
  debug print to avoid long lines.
  
  Revision  Changes    Path
  1.16      +8 -8      src/sys/dev/acpica/acpi_resource.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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