Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1329f455 authored by David Woodhouse's avatar David Woodhouse
Browse files

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

parent 0fc36aa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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",
	dev_info(&dev->dev, "Solos FPGA Version %d.%02d svn-%d\n",
		 major_ver, minor_ver, fpga_ver);
		 major_ver, minor_ver, fpga_ver);


	if (fpga_ver > 27)
	if (0 && fpga_ver > 27)
		card->using_dma = 1;
		card->using_dma = 1;
	else {
	else {
		/* Set RX empty flag for all ports */
		/* Set RX empty flag for all ports */