removed tlaserreg.h, rewrote necessary parts
deleted simos.h deleted tlaserreg.h palcode/platform_m5.S: palcode/platform_tlaser.S: removed tlaserreg.h, rewrote necessary parts
This commit is contained in:
parent
5821f37cb6
commit
d60a6c86c5
3 changed files with 4 additions and 24 deletions
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* this contains the random stuff that is not defined
|
|
||||||
* elsewhere
|
|
||||||
* probably hacked up
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
#include "tlaser.h" /* from the simulation tree */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* wierd. different ways of referencing ips
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define ps ips
|
|
|
@ -32,9 +32,7 @@
|
||||||
#include "fromHudsonOsf.h"
|
#include "fromHudsonOsf.h"
|
||||||
#include "dc21164FromGasSources.h"
|
#include "dc21164FromGasSources.h"
|
||||||
#include "cserve.h"
|
#include "cserve.h"
|
||||||
#include "tlaserreg.h"
|
#include "tlaser.h"
|
||||||
//#include "simos.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define ldlp ldl_p
|
#define ldlp ldl_p
|
||||||
#define ldqp ldq_p
|
#define ldqp ldq_p
|
||||||
|
|
|
@ -32,9 +32,7 @@
|
||||||
#include "fromHudsonOsf.h"
|
#include "fromHudsonOsf.h"
|
||||||
#include "dc21164FromGasSources.h"
|
#include "dc21164FromGasSources.h"
|
||||||
#include "cserve.h"
|
#include "cserve.h"
|
||||||
#include "tlaserreg.h"
|
#include "tlaser.h"
|
||||||
//#include "simos.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define ldlp ldl_p
|
#define ldlp ldl_p
|
||||||
#define ldqp ldq_p
|
#define ldqp ldq_p
|
||||||
|
@ -829,7 +827,7 @@ sys_int_20:
|
||||||
beq r14, tlep_ecc // Branch if not IPL14
|
beq r14, tlep_ecc // Branch if not IPL14
|
||||||
Get_TLSB_Node_Address(r14,r10)
|
Get_TLSB_Node_Address(r14,r10)
|
||||||
|
|
||||||
lda r10, tlsb_tlilid0_offset(r10) // Get base TLILID address
|
lda r10, 0xa00(r10) // Get base TLILID0 address
|
||||||
ldlp r13, 0(r10) // Read the TLILID register
|
ldlp r13, 0(r10) // Read the TLILID register
|
||||||
|
|
||||||
#if turbo_pcia_intr_fix == 0
|
#if turbo_pcia_intr_fix == 0
|
||||||
|
@ -853,7 +851,7 @@ tlep_intim:
|
||||||
lda r13, 0xffb(r31) // get upper GBUS address bits
|
lda r13, 0xffb(r31) // get upper GBUS address bits
|
||||||
sll r13, 28, r13 // shift up to top
|
sll r13, 28, r13 // shift up to top
|
||||||
|
|
||||||
lda r13, (tlep_watch_csrc_offset)(r13) // full CSRC address
|
lda r13, (0x300)(r13) // full CSRC address (tlep watch csrc offset)
|
||||||
ldqp r13, 0(r13) // read CSRC
|
ldqp r13, 0(r13) // read CSRC
|
||||||
|
|
||||||
lda r13, 0x40(r31) // load Intim bit
|
lda r13, 0x40(r31) // load Intim bit
|
||||||
|
|
Loading…
Reference in a new issue