adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles...
authorJohn Crispin <john@openwrt.org>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
commitc1378fe9f1592c0dba0459f6aecd7931dc07ad6b
treee8d56926ced5d3578c2e4a6e6a8e2b576bf2e3b6
parent7f3ed114f2c84012013ffecd3afe88e94d8580e4
adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles but throws ioctl -EINVAL during bring up of atm device, hence marked as broken

SVN-Revision: 17819
package/ifxmips-atm/Makefile [new file with mode: 0644]
package/ifxmips-atm/src/Makefile [new file with mode: 0644]
package/ifxmips-atm/src/common.h [new file with mode: 0644]
package/ifxmips-atm/src/core.c [new file with mode: 0644]
package/ifxmips-atm/src/ifx_ppe_fw.h [new file with mode: 0644]
package/ifxmips-atm/src/irq.c [new file with mode: 0644]
package/ifxmips-atm/src/ppe.c [new file with mode: 0644]
package/ifxmips-atm/src/proc.c [new file with mode: 0644]
package/ifxmips-atm/src/proc.h [new file with mode: 0644]
package/ifxmips-atm/src/skb.c [new file with mode: 0644]