Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe CIT 744275: Increase max_retry so we retry...
details: https://anonhg.NetBSD.org/src/rev/38b2d3d6ffe2
branches: trunk
changeset: 328761:38b2d3d6ffe2
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 17 15:35:49 2014 +0000
description:
CIT 744275: Increase max_retry so we retry once.
diffstat:
sys/dev/pci/ixgbe/ixgbe_phy.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 688d459c5d6d -r 38b2d3d6ffe2 sys/dev/pci/ixgbe/ixgbe_phy.c
--- a/sys/dev/pci/ixgbe/ixgbe_phy.c Thu Apr 17 15:34:05 2014 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_phy.c Thu Apr 17 15:35:49 2014 +0000
@@ -31,7 +31,7 @@
******************************************************************************/
/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_phy.c,v 1.11 2010/11/26 22:46:32 jfv Exp $*/
-/*$NetBSD: ixgbe_phy.c,v 1.1 2011/08/12 21:55:29 dyoung Exp $*/
+/*$NetBSD: ixgbe_phy.c,v 1.2 2014/04/17 15:35:49 christos Exp $*/
#include "ixgbe_api.h"
#include "ixgbe_common.h"
@@ -1399,7 +1399,7 @@
u8 dev_addr, u8 data)
{
s32 status = IXGBE_SUCCESS;
- u32 max_retry = 1;
+ u32 max_retry = 2;
u32 retry = 0;
u16 swfw_mask = 0;
Home |
Main Index |
Thread Index |
Old Index