The IEEE1394 driver has a severe bug which stops it from working on
platforms with an address-space greater then 32 bit ( like the 36 bit
AMD Au1550 Mips processor).
When calling the MmMapIoSpace function only the lower 32 bits of the
physical address are passed to the function and the wrong address is
mapped.
The driver ist binary only so I can't fix it myself.