The ! operator got lost during last redesign, now correct again.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12931 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2005-06-02 18:00:51 +00:00
parent d6b7468f0f
commit 2bf60609ee

View File

@ -170,7 +170,7 @@ probe_ok:
result = B_ERROR;
}
/* all other ICHs use programmed IO */
if ((config->type & TYPE_ICH4) && ((config->nambar == 0) || (config->nabmbar == 0))) {
if (!(config->type & TYPE_ICH4) && ((config->nambar == 0) || (config->nabmbar == 0))) {
PRINT(("ERROR: IO space not configured\n"));
result = B_ERROR;
}