summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordavidcs <davidcs@FreeBSD.org>2015-06-30 20:59:07 +0000
committerdavidcs <davidcs@FreeBSD.org>2015-06-30 20:59:07 +0000
commit854f0423fc9eaa8349d5c597f52271f0412cdeb5 (patch)
treeca6609fabdb783a67a16a3311cd7190f8dcf90ca /sys/modules
parentbe416ea3360ca30596d3ef238a3a48d0370e55f0 (diff)
downloadFreeBSD-src-854f0423fc9eaa8349d5c597f52271f0412cdeb5.zip
FreeBSD-src-854f0423fc9eaa8349d5c597f52271f0412cdeb5.tar.gz
MFC r284741
Updated Copyright information Added support for the following: - iSCSI TLV (requires 64 Tx and 32 Rx rings - 9K receive buffers for jumbo frames (feature may be enabled/disabled) - builtin firmware, bootloader and minidump template - quick stats - async event handling for SFP insertion/removal and DCBX changes - Configuring DCBX and interrupt coalescing parameters
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/qlxgbe/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/sys/modules/qlxgbe/Makefile b/sys/modules/qlxgbe/Makefile
index 2cf7d9d..21ccc84 100644
--- a/sys/modules/qlxgbe/Makefile
+++ b/sys/modules/qlxgbe/Makefile
@@ -1,5 +1,5 @@
#/*
-# * Copyright (c) 2011-2012 Qlogic Corporation
+# * Copyright (c) 2011-2016 Qlogic Corporation
# * All rights reserved.
# *
# * Redistribution and use in source and binary forms, with or without
@@ -37,14 +37,18 @@
KMOD=if_qlxgbe
SRCS=ql_os.c ql_dbg.c ql_hw.c ql_misc.c ql_isr.c ql_ioctl.c
SRCS+= ql_reset.c
+SRCS+= ql_fw.c
+SRCS+= ql_boot.c
+SRCS+= ql_minidump.c
+
SRCS+= device_if.h bus_if.h pci_if.h
#CFLAGS += -DQL_DBG
-
-clean:
- rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
- rm -f *.o *.kld *.ko
- rm -f @ machine x86
+# Please turn off QL_LDFLASH_FW when you enable QL_ENABLE_ISCSI_TLV
+# You may comment out both QL_LDFLASH_FW and QL_ENABLE_ISCSI_TLV if you like
+# the firmware and boot loader compiled into the driver
+#CFLAGS += -DQL_ENABLE_ISCSI_TLV
+#CFLAGS += -DQL_LDFLASH_FW
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud