]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.2.20-pcilynx_unresolved.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / linux-2.2.20-pcilynx_unresolved.patch
1 diff -urN linux.orig/drivers/ieee1394/pcilynx.c linux/drivers/ieee1394/pcilynx.c
2 --- linux.orig/drivers/ieee1394/pcilynx.c       Sat Mar 16 21:00:04 2002
3 +++ linux/drivers/ieee1394/pcilynx.c    Sun Mar 17 10:51:19 2002
4 @@ -1360,10 +1360,6 @@
5          lynx->lock = SPIN_LOCK_UNLOCKED;
6          lynx->phy_reg_lock = SPIN_LOCK_UNLOCKED;
7  
8 -        if (pci_set_dma_mask(dev, 0xffffffff)) {
9 -                FAIL("DMA address limits not supported for PCILynx hardware %d",
10 -                     lynx->id);
11 -        }
12          if (pci_enable_device(dev)) {
13                  FAIL("failed to enable PCILynx hardware %d", lynx->id);
14          }
This page took 0.052183 seconds and 3 git commands to generate.