mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
cable tuning. This has helped in some installations for hardware deployed by a former employer. Made optional because the lists aren't full of complaints about these cards... even when they were wildly popular. Reviewed by: attilio@, jhb@, trhodes@ (all an older version of the patch)
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
|
|
KMOD= if_rl
|
|
SRCS= if_rl.c device_if.h bus_if.h pci_if.h opt_rl.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|