Prev: [PATCH] i2c: dereference of NULL if request_irq() failsin sh_mobile_i2c_hook_irqs()
Next: ldisc n_tty: add new method n_tty_inherit_ops()
From: David Miller on 19 Feb 2010 16:20 From: Robert Hancock <hancockrwd(a)gmail.com> Date: Wed, 17 Feb 2010 21:06:41 -0600 > Currently use of 64-bit DMA is disabled in r8169 unless the user passes the > use_dac module option. This is reasonable for conventional PCI devices where > broken chipsets may not handle dual-address-cycle transfers properly for > 32-bit slots and so this may not be safe. However, PCI Express should not have > this problem and not using 64-bit DMA results in DMA transfers needlessly using > the IOMMU or SWIOTLB. Set the use_dac module parameter to a new default value of > -1 which results in 64-bit DMA being enabled by default for PCI Express devices > only. > > Signed-off-by: Robert Hancock <hancockrwd(a)gmail.com> This patch is fine, but it doesn't apply cleanly to net-next-2.6 Please fix this up and resubmit, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |