adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles...
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
commit6d5918487d06c85c193d01c12f2297ca3d9f6433
tree8caf0c94e441c5d63db606081de7ccf0748a04cf
parenta10614cd42f98639ac1857d3f33ed6924e3c0811
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17819 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]