Working KSZ8842 network driver; working LLC console routines (except va_list pass...
authorRick van Rein <vanrein@hwdev.(none)>
Thu, 5 May 2011 20:02:04 +0000 (20:02 +0000)
committerRick van Rein <vanrein@hwdev.(none)>
Thu, 5 May 2011 20:02:04 +0000 (20:02 +0000)
commit1533d8346b4c742f06ef00f9fa4a92902a1eb7bd
tree33345bfcdd9041fce87bf1b20c0f34dd8077419c
parent3ab07c5753aee35f0d6fa35df531eb25868c9fac
Working KSZ8842 network driver; working LLC console routines (except va_list pass-around)
Beginnings of sound chip interaction (TLV320AIC2x)
19 files changed:
TODO
doc/porting.rst
doc/top2bottom.rst
include/0cpm/cons.h [new file with mode: 0644]
include/bottom/grandstream.h
include/bottom/ksz8842.h [new file with mode: 0644]
include/bottom/tic55x.h
src/driver/Makefile
src/driver/ksz8842.c [new file with mode: 0644]
src/driver/net/rtl8019as.c
src/driver/tic55x/grandstream-bt20x.c
src/driver/tic55x/isrmap.asm
src/driver/tlv320aic2x.c [new file with mode: 0644]
src/function/Kconfig
src/function/Kconfig.devel
src/function/Makefile
src/function/develtest/echo.c [new file with mode: 0644]
src/function/develtest/netconsole.c
src/function/netconsole.c [new file with mode: 0644]