diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-17 11:10:51 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-03-17 11:10:51 -0400 |
commit | 1329f4550f8ee141437f3b5f4db0f2add7639e29 (patch) | |
tree | d75ec0c508c57e7f12fd506b2e330c29562b82f7 /drivers/atm | |
parent | 0fc36aa52a602bfe2aeb7ded7e90b0fa70df24c2 (diff) |
solos: Disable DMA until we have an FPGA update with it actually implemented.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/solos-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c index 6fe8f8fc8553..bc3079d17876 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) | |||
1097 | dev_info(&dev->dev, "Solos FPGA Version %d.%02d svn-%d\n", | 1097 | dev_info(&dev->dev, "Solos FPGA Version %d.%02d svn-%d\n", |
1098 | major_ver, minor_ver, fpga_ver); | 1098 | major_ver, minor_ver, fpga_ver); |
1099 | 1099 | ||
1100 | if (fpga_ver > 27) | 1100 | if (0 && fpga_ver > 27) |
1101 | card->using_dma = 1; | 1101 | card->using_dma = 1; |
1102 | else { | 1102 | else { |
1103 | /* Set RX empty flag for all ports */ | 1103 | /* Set RX empty flag for all ports */ |