usb4bsd: Port network devices (uether, udav, axe) and hook into build.
authorSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:18:06 +0000 (11:18 +0200)
committerSascha Wildner <saw@online.de>
Sun, 21 Oct 2012 12:58:54 +0000 (14:58 +0200)
commit1a4bba4a3410c3930aab7f4fffd1342e15bfe38e
treebb8ce865743de012bee34c8075b4f1f5e2824fcc
parent5e546275672f00be5301443921948f7dc2abf2e0
usb4bsd: Port network devices (uether, udav, axe) and hook into build.

Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
sys/bus/u4b/Makefile
sys/bus/u4b/net/Makefile [new file with mode: 0644]
sys/bus/u4b/net/if_axe.c
sys/bus/u4b/net/if_axe/Makefile [new file with mode: 0644]
sys/bus/u4b/net/if_axereg.h
sys/bus/u4b/net/if_udav.c
sys/bus/u4b/net/if_udav/Makefile [new file with mode: 0644]
sys/bus/u4b/net/if_udavreg.h
sys/bus/u4b/net/uether/Makefile [new file with mode: 0644]
sys/bus/u4b/net/usb_ethernet.c
sys/bus/u4b/net/usb_ethernet.h