svn commit: r279172 - head/sys/dev/sfxge/common
Andrew Rybchenko
arybchik at FreeBSD.org
Sun Feb 22 18:44:39 UTC 2015
Author: arybchik
Date: Sun Feb 22 18:44:37 2015
New Revision: 279172
URL: https://svnweb.freebsd.org/changeset/base/279172
Log:
sfxge: add new identities to Siena static config
Submitted by: Andrew Jackson <ajackson at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Approved by: gnn (mentor)
Modified:
head/sys/dev/sfxge/common/siena_flash.h
Modified: head/sys/dev/sfxge/common/siena_flash.h
==============================================================================
--- head/sys/dev/sfxge/common/siena_flash.h Sun Feb 22 18:04:32 2015 (r279171)
+++ head/sys/dev/sfxge/common/siena_flash.h Sun Feb 22 18:44:37 2015 (r279172)
@@ -81,7 +81,9 @@ typedef struct siena_mc_static_config_hd
efx_byte_t green_mode_valid; /* Whether cal holds a valid value */
efx_word_t mac_addr_count;
efx_word_t mac_addr_stride;
- efx_dword_t reserved2[2]; /* (write as zero) */
+ efx_word_t calibrated_vref;
+ efx_word_t adc_vref;
+ efx_dword_t reserved2[1]; /* (write as zero) */
efx_dword_t num_dbi_items;
struct {
efx_word_t addr;
More information about the svn-src-all
mailing list