console.c (7985:3e932649220c) console.c (7990:9ad86367e30d)
1
2
3/* ******************************************
4 * SimOS SRM Console
5 *
6 * Derived from Lance Berc's SRM console
7 * for the SRC XXM�Machine
8 * ******************************************/

--- 191 unchanged lines hidden (view full) ---

200 that we're an Avanti, which is similar enough.
201 */
202 31, /* 050: system type - XXM is now in the Alpha SRM */
203 (1 << 10) | (2<<1),/* 058: system variation - XXM w/EV5 & embeded console */
204#endif
205#if 0
206 0x12, /* 050: system type - masquarade as some random 21064 */
207#endif
1
2
3/* ******************************************
4 * SimOS SRM Console
5 *
6 * Derived from Lance Berc's SRM console
7 * for the SRC XXM�Machine
8 * ******************************************/

--- 191 unchanged lines hidden (view full) ---

200 that we're an Avanti, which is similar enough.
201 */
202 31, /* 050: system type - XXM is now in the Alpha SRM */
203 (1 << 10) | (2<<1),/* 058: system variation - XXM w/EV5 & embeded console */
204#endif
205#if 0
206 0x12, /* 050: system type - masquarade as some random 21064 */
207#endif
208 34, /* masquerade a Tsunami RGD */
208 0, /* masquerade a Tsunami RGD */
209 (1<<10), /* 058: system variation */
210 'c'|('o'<<8)|('o'<<16)|('l'<< 24), /* 060: system revision */
211 1024*4096, /* 068: scaled interval clock intr freq OVERRIDEN*/
212 0, /* 070: cycle counter frequency */
213 0x200000000, /* 078: virtual page table base */
214 0, /* 080: reserved */
215 0, /* 088: offset to translation buffer hint */
216 1, /* 090: number of processor slots OVERRIDDEN*/

--- 1060 unchanged lines hidden ---
209 (1<<10), /* 058: system variation */
210 'c'|('o'<<8)|('o'<<16)|('l'<< 24), /* 060: system revision */
211 1024*4096, /* 068: scaled interval clock intr freq OVERRIDEN*/
212 0, /* 070: cycle counter frequency */
213 0x200000000, /* 078: virtual page table base */
214 0, /* 080: reserved */
215 0, /* 088: offset to translation buffer hint */
216 1, /* 090: number of processor slots OVERRIDDEN*/

--- 1060 unchanged lines hidden ---