summaryrefslogtreecommitdiffstats
path: root/src/usr/scan/scandd.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/scan/scandd.C')
-rw-r--r--src/usr/scan/scandd.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/scan/scandd.C b/src/usr/scan/scandd.C
index 21f34939a..a02bc9cae 100644
--- a/src/usr/scan/scandd.C
+++ b/src/usr/scan/scandd.C
@@ -460,9 +460,9 @@ errlHndl_t scanDoPibScan( DeviceFW::OperationType i_opType,
// where the ring you want to scan is located. All other chiplet rings
// eg. 0203xxxx 0303xxxx stays the same. This is only special with
// 0003xxxx"
- if ((l_isCentaur) && ((l_scanTypeAddr & 0x01000000) == 0x0))
+ if ((l_isCentaur) && ((l_scanTypeAddr & 0x03000000) == 0x0))
{
- l_scanTypeAddr |= 0x01000000;
+ l_scanTypeAddr |= 0x01000000;
}
// bits 16-31 select the scan type select register
@@ -897,6 +897,8 @@ errlHndl_t scanDoPibScan( DeviceFW::OperationType i_opType,
}
}while(0);
+ TRACFCOMP( g_trac_scandd,"SCAN::scanDoPibScan> End:::");
+
mutex_unlock(l_mutex);
return l_err;
OpenPOWER on IntegriCloud