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

Comparing SheepShaver/src/name_registry.cpp (file contents):
Revision 1.7 by gbeauche, 2004-01-31T11:10:48Z vs.
Revision 1.8 by gbeauche, 2004-02-15T17:20:36Z

# Line 250 | Line 250 | void DoPatchNameRegistry(void)
250                                          u32.set_value(128);
251                                          RegistryPropertyCreate(power_pc.ptr(), "tlb-size", u32.ptr(), 4);
252                                          break;
253 <                                case 0x8000:    // 7400
254 <                                case 0x800c:    // 7410
253 >                                case 12:        // 7400, 7410
254 >                                case 0x800c:
255                                          u32.set_value(32);
256                                          RegistryPropertyCreate(power_pc.ptr(), "d-cache-block-size", u32.ptr(), 4);
257                                          u32.set_value(128);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines