ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/main_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.90 by asvitkine, 2010-08-22T18:57:11Z vs.
Revision 1.91 by asvitkine, 2011-12-26T22:41:53Z

# Line 685 | Line 685 | int main(int argc, char **argv)
685                          { 0xffff0000, 0x00350000, "Power4" },
686                          { 0xffff0000, 0x00390000, "PPC970" },
687                          { 0xffff0000, 0x003c0000, "PPC970FX" },
688 +                        { 0xffff0000, 0x00440000, "PPC970MP" },
689                          { 0xffff0000, 0x003a0000, "POWER5 (gr)" },
690                          { 0xffff0000, 0x003b0000, "POWER5+ (gs)" },
691                          { 0xffff0000, 0x003e0000, "POWER6" },
# Line 769 | Line 770 | int main(int argc, char **argv)
770          case 0x8003:                            // 7447A
771          case 0x8004:                            // 7448
772          case 0x0039:                            //  970
773 <        case 0x003c:                            //  970FX
773 >        case 0x003c:                            //  970FX
774 >        case 0x0044:                            //  970MP
775                  PVR = 0x000c0000;               // 7400
776                  break;
777          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines