diff options
| author | Michael Neuling <mikey@neuling.org> | 2016-11-16 16:49:25 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-11-24 16:34:15 +1100 |
| commit | fc930a3c7bf3237efcfc8a4e04ffc4047a60302c (patch) | |
| tree | 7bfc50e0a96b7e721f9d4588956d8bd91bd8de97 /include | |
| parent | 2d4f3cf4bcfa7cfd6e4dddb0ca5a4cbaedc27a15 (diff) | |
| download | blackbird-skiboot-fc930a3c7bf3237efcfc8a4e04ffc4047a60302c.tar.gz blackbird-skiboot-fc930a3c7bf3237efcfc8a4e04ffc4047a60302c.zip | |
phb4: Change debug prints
Currently we print "PHB4" and mean either "PHB version 4" or "PHB
number 4" which can be quite confusing.
This makes it clearer when it's one or the other.
Also fixes some cut and paste errors in comments from PHB3.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/phb4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/phb4.h b/include/phb4.h index 523f8710..bed6eef0 100644 --- a/include/phb4.h +++ b/include/phb4.h @@ -224,9 +224,9 @@ struct phb4_err { #define PHB4_CAPP_RECOVERY 0x00000008 struct phb4 { - unsigned int index; /* 0..2 index inside P8 */ + unsigned int index; /* 0..5 index inside p9 */ unsigned int flags; - unsigned int chip_id; /* Chip ID (== GCID on P8) */ + unsigned int chip_id; /* Chip ID (== GCID on p9) */ enum phb4_state state; unsigned int rev; /* 00MMmmmm */ #define PHB4_REV_NIMBUS_DD10 0xa40001 |

