[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4AB6BCEC.3070001@gmail.com>
Date: Sun, 20 Sep 2009 17:38:20 -0600
From: Robert Hancock <hancockrwd@...il.com>
To: netdev <netdev@...r.kernel.org>
CC: Francois Romieu <romieu@...zoreil.com>
Subject: r8169 64-bit DMA support
The r8169 driver currently disables 64-bit DMA support by default (needs
a module parameter to turn it on). This is a bit sub-optimal these days
with most new systems using more than 4GB of RAM. It was this patch back
in 2004 that disabled it:
http://git.kernel.org/?p=linux/kernel/git/torvalds/old-2.6-bkcvs.git;a=commitdiff;h=c525e7cf69bfe18a1bf362558be5398e0b925d07
It's not clear (from the mails I've read) exactly what was going on in
the case that caused this to be added. Normally these days the PCI
subsystem is supposed to detect that DAC isn't usable on a machine and
refuse setting 64-bit DMA masks, it's not the driver's responsibility to
handle this. I'm guessing that when this change was made that detection
didn't exist though.
Thoughts on whether this default can be changed now? Or at least for the
PCI Express devices, which really should have nothing special about
64-bit addressing..
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists