adds atm driver for ifxmips, code ported from wippies 2.6.16 gpl release. it compiles...
authorJohn Crispin <blogic@openwrt.org>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 2 Oct 2009 09:41:22 +0000 (09:41 +0000)
commitc7d739f41d4263027ac577c6339c6449e15df28b
tree8caf0c94e441c5d63db606081de7ccf0748a04cf
parent995eaeb63c8d1df61e7d027201dc744fabd17380
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]