solos: Disable DMA until we have an FPGA update with it actually implemented.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 17 Mar 2009 15:10:51 +0000 (15:10 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Tue, 17 Mar 2009 15:10:51 +0000 (15:10 +0000)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/atm/solos-pci.c

index 6fe8f8f..bc3079d 100644 (file)
@@ -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 */