summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/bge/bge_ndd.c
diff options
context:
space:
mode:
authorgh162552 <none@none>2008-05-03 18:59:55 -0700
committergh162552 <none@none>2008-05-03 18:59:55 -0700
commitdca582a1fd21ee1874dd859d3bf680b96de8f153 (patch)
treeedf3368e002c28dd84208b19c511f34da172476d /usr/src/uts/common/io/bge/bge_ndd.c
parenta7ad85b06e706f87df7a2eb41e1fe85a13352d71 (diff)
downloadillumos-gate-dca582a1fd21ee1874dd859d3bf680b96de8f153.tar.gz
6503431 aggregation could not attach with on b100x
6533009 The spurious interrupt caused by bge under PCI Express lane x1 6536390 bge interface takes down entire network when brought to the OK prompt 6648555 bge link still flaps at initialization, breaking ipmp test suite 6659919 S10U4 X2200 bge1 VLAN IPv6 ndp fails unless snoop is running 6673634 bge driver need to support new device id "pci14e4,1673"
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_ndd.c')
-rw-r--r--usr/src/uts/common/io/bge/bge_ndd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/bge/bge_ndd.c b/usr/src/uts/common/io/bge/bge_ndd.c
index e70b894d2b..0a17782086 100644
--- a/usr/src/uts/common/io/bge/bge_ndd.c
+++ b/usr/src/uts/common/io/bge/bge_ndd.c
@@ -98,8 +98,8 @@ bge_nd_param_init(bge_t *bgep)
BGE_INIT_PROP("adv_autoneg_cap", param_adv_autoneg, 1);
BGE_INIT_PROP("adv_1000fdx_cap", param_adv_1000fdx, 1);
BGE_INIT_PROP("adv_1000hdx_cap", param_adv_1000hdx, 1);
- BGE_INIT_PROP("adv_pause_cap", param_adv_pause, 1);
- BGE_INIT_PROP("adv_asym_pause_cap", param_adv_asym_pause, 1);
+ BGE_INIT_PROP("adv_pause_cap", param_adv_pause, 0);
+ BGE_INIT_PROP("adv_asym_pause_cap", param_adv_asym_pause, 0);
if (flags & CHIP_FLAG_SERDES) {
bgep->param_adv_100fdx = 0;