Talk:SMBus Controller
From Xbox-Linux
int SMBusWriteCommand(unsigned char slave, unsigned char command, int isWord, unsigned short data); int SMBusReadCommand(unsigned char slave, unsigned char command, int isWord, unsigned short *data);
I noticed the method interface only supports byte and word sized data.. no dword?
If I remember correctly, didn't the kernel also use 32-bit? Been a long time since I looked at a disassembly, so I could be wrong..
(From the top of my head, I think port 0xC009 was used for 32-bit data)
Anyways, just wondering ;)

