summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-20 08:20:00 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-20 08:20:00 +0000
commitaf0e4d5ba3466326818855c27c396af2b0a690ea (patch)
treee336fac024a911489058172d8c8f69b841c4148d
parent85a4a8aa58b0dcb991878a64701fff9f3ae3a8f5 (diff)
downloadFreeBSD-src-af0e4d5ba3466326818855c27c396af2b0a690ea.zip
FreeBSD-src-af0e4d5ba3466326818855c27c396af2b0a690ea.tar.gz
MFC r294255
sfxge: highlight that descriptor cache sizes are configured using TLV now Submitted by: Tom Millington <tmillington at solarflare.com> Sponsored by: Solarflare Communications, Inc.
-rw-r--r--sys/dev/sfxge/common/ef10_tlv_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/ef10_tlv_layout.h b/sys/dev/sfxge/common/ef10_tlv_layout.h
index 841ae10..7aaa95b 100644
--- a/sys/dev/sfxge/common/ef10_tlv_layout.h
+++ b/sys/dev/sfxge/common/ef10_tlv_layout.h
@@ -380,7 +380,7 @@ struct tlv_tmp_gubbins {
int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */
/* Consumed by clocks_hunt.c */
int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */
- /* Consumed by sram.c */
+ /* No longer used, superseded by TLV_TAG_DESCRIPTOR_CACHE_CONFIG. */
int8_t rx_dc_size; /* -1 -> leave alone */
int8_t tx_dc_size;
int16_t num_q_allocs;
OpenPOWER on IntegriCloud