7def7eaed3
Just switch it off for now.
29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
Date: Wed, 01 Sep 2010 13:37:33 -0700 (PDT)
|
|
Message-Id: <20100901.133733.223467599.davem@davemloft.net>
|
|
To: davej@redhat.com
|
|
Cc: simon.kagstrom@netinsight.net, netdev@vger.kernel.org
|
|
Subject: Re: via-velocity dma-debug warnings again. (2.6.35.2)
|
|
From: David Miller <davem@davemloft.net>
|
|
In-Reply-To: <20100901.133547.236248297.davem@davemloft.net>
|
|
References: <20100901200555.GA30689@redhat.com>
|
|
<20100901.133414.24593005.davem@davemloft.net>
|
|
<20100901.133547.236248297.davem@davemloft.net>
|
|
|
|
|
|
Ok, this is becomming hopeless. Let's just try turning off SG support
|
|
for now, the length calculations are correct in those cases.
|
|
|
|
diff --git a/drivers/net/via-velocity.c b/drivers/net/via-velocity.c
|
|
index fd69095..f534123 100644
|
|
--- a/drivers/net/via-velocity.c
|
|
+++ b/drivers/net/via-velocity.c
|
|
@@ -2824,7 +2824,7 @@ static int __devinit velocity_found1(struct pci_dev *pdev, const struct pci_devi
|
|
netif_napi_add(dev, &vptr->napi, velocity_poll, VELOCITY_NAPI_WEIGHT);
|
|
|
|
dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_FILTER |
|
|
- NETIF_F_HW_VLAN_RX | NETIF_F_IP_CSUM | NETIF_F_SG;
|
|
+ NETIF_F_HW_VLAN_RX | NETIF_F_IP_CSUM;
|
|
|
|
ret = register_netdev(dev);
|
|
if (ret < 0)
|