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>
Thu, 11 Oct 2012 09:27:49 +0000 (11:27 +0200)
commitb946173aa49041a01ee46d89bdf1a340042774b4
tree3770d21d572e025c53341b1aefbbc92c7f98a19e
parent8d7664cba0d90ba5a7e5c5b981e3ca93d9e91a63
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