K 10 svn:author V 6 marcel K 8 svn:date V 27 2002-12-23T03:48:59.000000Z K 7 svn:log V 333 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. END