commit | 0a7c5391a0a881cef208d286e6c9d3ebe5851b94 | [log] [tgz] |
---|---|---|
author | stroese <stroese> | Thu Apr 07 05:33:41 2005 +0000 |
committer | stroese <stroese> | Thu Apr 07 05:33:41 2005 +0000 |
tree | decd42c7a345e8c006cb1424aef1d2de6f249848 | |
parent | 68e0236f7e54f2d5ad31a296bc10a5a0db2880b0 [diff] |
Add PPC440GX Revision C
diff --git a/cpu/ppc4xx/cpu.c b/cpu/ppc4xx/cpu.c index cdb5039..06acb81 100644 --- a/cpu/ppc4xx/cpu.c +++ b/cpu/ppc4xx/cpu.c
@@ -175,8 +175,11 @@ case PVR_440GX_RB: puts("X Rev. B"); break; + case PVR_440GX_RC: + puts("X Rev. C"); + break; default: - printf ("UNKNOWN (PVR=%08x)", pvr); + printf (" UNKNOWN (PVR=%08x)", pvr); break; } #endif