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)
commit42297bf66b4b17e180af90c68e81960bef07f76f
tree8caf0c94e441c5d63db606081de7ccf0748a04cf
parenta3ba46ed9f56d396b645bb5ce25d613999346781
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]