提交 1329f455 编写于 作者: D David Woodhouse

solos: Disable DMA until we have an FPGA update with it actually implemented.

Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
上级 0fc36aa5
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册