summaryrefslogtreecommitdiffstats
path: root/sys/dev/sfxge
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2016-01-18 06:38:21 +0000
committerarybchik <arybchik@FreeBSD.org>2016-01-18 06:38:21 +0000
commitaa818af15220017554ee0db09e7fa7deed77b0c6 (patch)
treef39a90ad0dbcc3c39d5b8dd5d99187616ccac6d4 /sys/dev/sfxge
parentfc17f7546853dd587046ae6f8fed45f49853c5c0 (diff)
downloadFreeBSD-src-aa818af15220017554ee0db09e7fa7deed77b0c6.zip
FreeBSD-src-aa818af15220017554ee0db09e7fa7deed77b0c6.tar.gz
sfxge: highlight that descriptor cache sizes are configured using TLV now
Submitted by: Tom Millington <tmillington at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 2 days
Diffstat (limited to 'sys/dev/sfxge')
-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