forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SIF Registers ?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
JamesMold



Joined: 06 Mar 2006
Posts: 1

PostPosted: Mon Mar 06, 2006 10:00 am    Post subject: SIF Registers ? Reply with quote

Hey, i was disassembling through some sifman.irx and sifcmd.irx's...came upon some registers mainly in SIF functions such as :
0xBD000020
0xBD000030 ( being set to 0x10000, 0x40000, 0x20000 )
0xBD000040
0xBD000060
and so on.
Anybody has any idea what these registers are used for? and are these the so called "local side software" registers which are on EE and mapped on IOP?
Back to top
View user's profile Send private message
sneeze



Joined: 03 Mar 2006
Posts: 15

PostPosted: Sun Mar 19, 2006 7:55 am    Post subject: Reply with quote

I guess you might have found this out yourself by now, but I think I can comment somewhat on it at least (guess ppl who really know (mrbrown?) have moved to other consoles)..

Anyway, my understanding of them are something like this (feel free to disagree ;) )

These regs are visible both on the EE (via SifGetReg/SifSetReg) and the IOP.

Some more descriptive names of them are in EEs kernel.h
0xBD000000 on IOP is SIF_REG_MAINADDR, which contains the EE side buffer address for sif transactions (i.e. destination for transactions from IOP -> EE).
0xBD000010 on IOP is SIF_REG_SUBADDR, which contains the IOP side buffer address.
0xBD000020/30 is SIF_REG_MSFLAG/SMFLAG. Seems to be signaling flags for synchronization between EE and IOP. The values beeing set is different states in the synch, for example when an IOP reset is performed.

The higher regs, I dunno. Might be local IOP side storage (as I think the 8000000x regs are on the EE).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group