summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2015-03-25 11:00:09 +0000
committerarybchik <arybchik@FreeBSD.org>2015-03-25 11:00:09 +0000
commit35a2333ab2476094267de9ee551127b6001b3a81 (patch)
treedd6bbaf4a044ac405feb7f4e68eb342bb0412d9f
parentdb246d0ceeaaebb15869a8e06f8b2f4b2d7306f6 (diff)
downloadFreeBSD-src-35a2333ab2476094267de9ee551127b6001b3a81.zip
FreeBSD-src-35a2333ab2476094267de9ee551127b6001b3a81.tar.gz
MFC: 279095
sfxge: never set RX_DESCQ_EN during self-test We must not enable RX queues with random parameters when they are mapped into a VF with an untrusted driver. It's probably not a good idea to do this anyway, so take this bit out of the table test masks. Submitted by: Ben Hutchings Sponsored by: Solarflare Communications, Inc. Approved by: gnn (mentor)
-rw-r--r--sys/dev/sfxge/common/siena_nic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/siena_nic.c b/sys/dev/sfxge/common/siena_nic.c
index 96c6b67..50abbbc 100644
--- a/sys/dev/sfxge/common/siena_nic.c
+++ b/sys/dev/sfxge/common/siena_nic.c
@@ -903,7 +903,7 @@ static efx_register_set_t __cs __siena_tables[] = {
static const uint32_t __cs __siena_table_masks[] = {
0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x000003FF,
0xFFFF0FFF, 0xFFFFFFFF, 0x00000E7F, 0x00000000,
- 0xFFFFFFFF, 0x0FFFFFFF, 0x01800000, 0x00000000,
+ 0xFFFFFFFE, 0x0FFFFFFF, 0x01800000, 0x00000000,
0xFFFFFFFE, 0x0FFFFFFF, 0x0C000000, 0x00000000,
0x3FFFFFFF, 0x00000000, 0x00000000, 0x00000000,
0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF, 0x000013FF,
OpenPOWER on IntegriCloud