* [PATCH] netxen: Remove workaround for chipset quirk
@ 2008-08-28 4:57 Dhananjay Phadke
2008-09-03 13:26 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Dhananjay Phadke @ 2008-08-28 4:57 UTC (permalink / raw)
To: netdev; +Cc: jeff, Michael Brown
Remove chipset-specific quirk workaround; the workaround caused
unrecoverable DMA lockups when the driver was loaded following a
PXE boot.
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
---
drivers/net/netxen/netxen_nic_main.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c
index 59d6521..8f7669d 100644
--- a/drivers/net/netxen/netxen_nic_main.c
+++ b/drivers/net/netxen/netxen_nic_main.c
@@ -359,16 +359,6 @@ static void netxen_pcie_strap_init(struct netxen_adapter *adapter)
int i, pos;
struct pci_dev *pdev;
- pdev = pci_get_device(0x1166, 0x0140, NULL);
- if (pdev) {
- pci_dev_put(pdev);
- adapter->hw_read_wx(adapter,
- NETXEN_PCIE_REG(PCIE_TGT_SPLIT_CHICKEN), &chicken, 4);
- chicken |= 0x4000;
- adapter->hw_write_wx(adapter,
- NETXEN_PCIE_REG(PCIE_TGT_SPLIT_CHICKEN), &chicken, 4);
- }
-
pdev = adapter->pdev;
adapter->hw_read_wx(adapter,
--
1.5.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netxen: Remove workaround for chipset quirk
2008-08-28 4:57 [PATCH] netxen: Remove workaround for chipset quirk Dhananjay Phadke
@ 2008-09-03 13:26 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-09-03 13:26 UTC (permalink / raw)
To: Dhananjay Phadke; +Cc: netdev, Michael Brown
Dhananjay Phadke wrote:
> Remove chipset-specific quirk workaround; the workaround caused
> unrecoverable DMA lockups when the driver was loaded following a
> PXE boot.
>
> Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com>
> Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
> ---
> drivers/net/netxen/netxen_nic_main.c | 10 ----------
> 1 files changed, 0 insertions(+), 10 deletions(-)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-03 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28 4:57 [PATCH] netxen: Remove workaround for chipset quirk Dhananjay Phadke
2008-09-03 13:26 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).