summaryrefslogtreecommitdiffstats
path: root/sys/modules/bge
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>2005-06-24 21:43:47 +0000
committerdwhite <dwhite@FreeBSD.org>2005-06-24 21:43:47 +0000
commit23c82e526bffc119e69cab44576152ec817fa330 (patch)
treed54acc9ef91e8b88cf30c06ab57f48d681befed0 /sys/modules/bge
parent0a8b4194dc9bd96f74d83e1051d82e94d1815a80 (diff)
downloadFreeBSD-src-23c82e526bffc119e69cab44576152ec817fa330.zip
FreeBSD-src-23c82e526bffc119e69cab44576152ec817fa330.tar.gz
Backout the change I made before 5.4-R since I wasn't aware that it was only
a problem with one particular switch module. Create a kernel option BGE_FAKE_AUTONEG that restores the 5.4 behavior, which should make the DNLK switch module work. IBM/Intel blades with Intel or AD switch modules should work without patching or kernel options with this commit. Hardware for testing provided by several folks, including Danny Braniss <danny@cs.huji.ac.il>, Achim Patzner <ap@bnc.net>, and OffMyServer. Approved by: re
Diffstat (limited to 'sys/modules/bge')
-rw-r--r--sys/modules/bge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/bge/Makefile b/sys/modules/bge/Makefile
index 9a28f3b..53d8e54 100644
--- a/sys/modules/bge/Makefile
+++ b/sys/modules/bge/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/bge
KMOD= if_bge
-SRCS= if_bge.c miibus_if.h miidevs.h opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS= opt_bge.h if_bge.c miibus_if.h miidevs.h opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud