diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-10-29 14:19:32 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-10-29 14:19:32 +0000 |
| commit | 3be4cb0b4afdf255d76464e85a82c413e1040e87 (patch) | |
| tree | 5c43c011eb6bbd46d06a33a2943b65d985735f67 /sys/modules/nxge | |
| parent | eb320b0ee7503d0bf2b7c0ecdc59c2d82cf301d0 (diff) | |
Notes
Diffstat (limited to 'sys/modules/nxge')
| -rw-r--r-- | sys/modules/nxge/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/modules/nxge/Makefile b/sys/modules/nxge/Makefile index 0eea7214ae4b..4994b90127d6 100644 --- a/sys/modules/nxge/Makefile +++ b/sys/modules/nxge/Makefile @@ -22,14 +22,11 @@ CFLAGS_NXGE += -DXGE_DEBUG_MODULE_MASK=XGE_COMPONENT_LL CFLAGS_NXGE += -DXGE_DEBUG_ERR_MASK=XGE_COMPONENT_LL #CFLAGS_NXGE += -DXGE_DEBUG_TRACE_MASK=XGE_COMPONENT_LL -# 2-Buffer Mode -#CFLAGS_NXGE += -DXGE_BUFFER_MODE_2 - -# 3-Buffer Mode -#CFLAGS_NXGE += -DXGE_BUFFER_MODE_3 +# Check Memory +#CFLAGS_NXGE += -DXGE_OS_MEMORY_CHECK -# TSO (TCP Segmentation Offload) -CFLAGS_NXGE += -DXGE_FEATURE_TSO +# 2-Buffer Mode +#CFLAGS_NXGE += -DXGE_FEATURE_BUFFER_MODE_2 CFLAGS += $(CFLAGS_NXGE) |
