opnsense-src/sys/mips/nlm/dev/net
Jayachandran C. 9f499cc5ae Little-endian and other fixes for Broadcom XLP network driver
The changes are:
 - the microcore code loaded into the NAE has to be byteswapped
   in LE
 - the descriptors in memory for a P2P NAE descriptor has to be
   byteswapped in LE
 - the m_data pointer is already cacheline aligned, so the
   unnecessary m_adj to cacheline size can be removed
 - fix mask used to obtain physical address from the Tx freeback
   descriptor
 - fix a compile error in code under #ifdef

Obtained from:	Venkatesh J V <venkatesh.vivekanandan@broadcom.com>
2013-01-24 15:49:47 +00:00
..
ucore Remove unnecessary assembly code. 2012-03-29 11:46:29 +00:00
mdio.c Broadcom XLP network driver update for XLP 8xx B1 rev 2013-01-24 15:14:22 +00:00
nae.c Minor updates to the Broadcom XLP NAE driver 2013-01-24 14:42:58 +00:00
sgmii.c Broadcom XLP network driver update for XLP 8xx B1 rev 2013-01-24 15:14:22 +00:00
xaui.c
xlpge.c Little-endian and other fixes for Broadcom XLP network driver 2013-01-24 15:49:47 +00:00
xlpge.h