CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/28 01:20:28
Modified files:
sys/dev/microcode/tigon: build.c
sys/dev/pci : if_ti.c
Log message:
The firmware is an array of u_int32_t and differs between architectures.
>From now on install the tigon firmware in little endian byte order and swap
it acordingly in the driver. Correctly calculate the length of the FW in the
build tool -- now my fiber cards no longer have issues to establish link on
bootup. Please put this in deraadt@
On big endian archs (sparc64, macppc) the firmware file needs to be updated.