diff options
| author | Brian Stegmiller <bjs@us.ibm.com> | 2016-06-29 15:24:56 -0500 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2016-07-08 16:18:11 -0400 |
| commit | 95629be449ec33f66290247ec4d601ddfd75ca72 (patch) | |
| tree | d4d66e659e3d506225c27f1a3f51e648b5c54da4 /src/usr/diag/attn | |
| parent | 393a4f4ded0d15ee59100b737be0668627ac6921 (diff) | |
| download | blackbird-hostboot-95629be449ec33f66290247ec4d601ddfd75ca72.tar.gz blackbird-hostboot-95629be449ec33f66290247ec4d601ddfd75ca72.zip | |
ATTN: Use Multicast group 0
Change-Id: Ie9e35f6574b42dfa4599ef0fdf19475310971bd4
RTC: 157038
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26431
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/diag/attn')
| -rw-r--r-- | src/usr/diag/attn/common/attnbits.C | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/diag/attn/common/attnbits.C b/src/usr/diag/attn/common/attnbits.C index 9b93eebcc..2ae89291b 100644 --- a/src/usr/diag/attn/common/attnbits.C +++ b/src/usr/diag/attn/common/attnbits.C @@ -161,11 +161,11 @@ bool getAddress( { static const RegAssoc first[] = { - {CHECK_STOP, 0x570f001c}, - {RECOVERABLE, 0x570f001b}, - {SPECIAL, 0x570f001a}, - {UNIT_CS, 0x57040018}, - {HOST_ATTN, 0x57040009}, + {CHECK_STOP, 0x500f001c}, + {RECOVERABLE, 0x500f001b}, + {SPECIAL, 0x500f001a}, + {UNIT_CS, 0x50040018}, + {HOST_ATTN, 0x50040009}, }; static const RegAssoc * last = first + |

