From: David Woodhouse Date: Tue, 17 Mar 2009 15:10:51 +0000 (+0000) Subject: solos: Disable DMA until we have an FPGA update with it actually implemented. X-Git-Tag: v2.6.30-rc1~662^2~172^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1329f4550f8ee141437f3b5f4db0f2add7639e29;p=~shefty%2Frdma-dev.git solos: Disable DMA until we have an FPGA update with it actually implemented. Signed-off-by: David Woodhouse --- diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index 6fe8f8fc855..bc3079d1787 100644 --- a/drivers/atm/solos-pci.c +++ b/drivers/atm/solos-pci.c @@ -1097,7 +1097,7 @@ static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id) dev_info(&dev->dev, "Solos FPGA Version %d.%02d svn-%d\n", major_ver, minor_ver, fpga_ver); - if (fpga_ver > 27) + if (0 && fpga_ver > 27) card->using_dma = 1; else { /* Set RX empty flag for all ports */