2608aefc0b
The controller is commonly found on DM&P Vortex86 x86 SoC. The driver supports all hardware features except flow control. The flow control was intentionally disabled due to silicon bug. DM&P Electronics, Inc. provided all necessary information including sample board to write driver and answered many questions I had. Many thanks for their support of FreeBSD. H/W donated by: DM&P Electronics, Inc.
9 lines
140 B
Makefile
9 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vte
|
|
|
|
KMOD= if_vte
|
|
SRCS= if_vte.c device_if.h bus_if.h pci_if.h miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|