summaryrefslogtreecommitdiffstats
path: root/sys/modules/rl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-10-31 23:24:13 +0000
committerimp <imp@FreeBSD.org>2008-10-31 23:24:13 +0000
commit6abe76f0961574a372b66ca353e91581a3c08ecb (patch)
tree303bb70a9bc5ec77f0989901a7b1eeaf0ceda9a9 /sys/modules/rl
parent7e60f291b22872c56c3e044cd9247ea674fbfa22 (diff)
downloadFreeBSD-src-6abe76f0961574a372b66ca353e91581a3c08ecb.zip
FreeBSD-src-6abe76f0961574a372b66ca353e91581a3c08ecb.tar.gz
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
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)
Diffstat (limited to 'sys/modules/rl')
-rw-r--r--sys/modules/rl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/rl/Makefile b/sys/modules/rl/Makefile
index e846579..c0323f9 100644
--- a/sys/modules/rl/Makefile
+++ b/sys/modules/rl/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_rl
-SRCS= if_rl.c device_if.h bus_if.h pci_if.h
+SRCS= if_rl.c device_if.h bus_if.h pci_if.h opt_rl.h
SRCS+= miibus_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud