diff options
| author | David C Somayajulu <davidcs@FreeBSD.org> | 2017-08-28 19:17:28 +0000 |
|---|---|---|
| committer | David C Somayajulu <davidcs@FreeBSD.org> | 2017-08-28 19:17:28 +0000 |
| commit | 87d9fa6712d7c5204525555be3b411b03b1499b0 (patch) | |
| tree | 472f2a2c5944365980c6404b4b65d54c96012cc6 /sys/modules | |
| parent | 6cb11d61d05205e34c0e53d9e6f5dcdd6d974f2a (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/qlxgbe/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/qlxgbe/Makefile b/sys/modules/qlxgbe/Makefile index 1029461527a3..889fe478bcd3 100644 --- a/sys/modules/qlxgbe/Makefile +++ b/sys/modules/qlxgbe/Makefile @@ -33,6 +33,7 @@ # .PATH: ${.CURDIR}/../../dev/qlxgbe +#.PATH: ${.CURDIR} KMOD=if_qlxgbe SRCS=ql_os.c ql_dbg.c ql_hw.c ql_misc.c ql_isr.c ql_ioctl.c @@ -46,7 +47,8 @@ SRCS+= device_if.h bus_if.h pci_if.h # Uses unnamed structure and union fields CFLAGS+= ${GCC_MS_EXTENSIONS} -#CFLAGS += -DQL_DBG +CFLAGS += -DQLA_LOCK_NO_SLEEP=1 +#CFLAGS += -DQL_DBG -g # 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 |
