jchandra 2010-08-28 19:02:51 UTC
FreeBSD src repository
Modified files:
sys/mips/rmi board.c board.h files.xlr iodi.c
Added files:
sys/mips/rmi/dev/nlge if_nlge.c if_nlge.h
Log:
SVN rev 211946 on 2010-08-28 19:02:51Z by jchandra
New driver nlge for XLR/XLS Network Accelerator. This will support the XGMAC
and XAUI 10G interfaces in addition RGMII/SGMII 1G interfaces. This driver
is work in progress.
board.c and board.h expanded to include more info.
Only one of rge and nlge can be enabled at a time, rge will be deprecated
when nlge stabilizes.
Submitted by: Sriram Gorti <srgorti at netlogicmicro com>
Revision Changes Path
1.6 +366 -92 src/sys/mips/rmi/board.c
1.5 +40 -28 src/sys/mips/rmi/board.h
1.1 +2444 -0 src/sys/mips/rmi/dev/nlge/if_nlge.c (new)
1.1 +1180 -0 src/sys/mips/rmi/dev/nlge/if_nlge.h (new)
1.10 +1 -0 src/sys/mips/rmi/files.xlr
1.10 +39 -7 src/sys/mips/rmi/iodi.c