Unset NET_DMA since it actually leads to worse network performance on IOP; see

http://groups.google.com/group/linux.kernel/msg/ea6159b2e0e2759e

svn path=/dists/trunk/linux-2.6/; revision=11746
This commit is contained in:
Martin Michlmayr 2008-07-03 09:49:17 +00:00
parent 33e917e1a8
commit a7ec96ea20
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -88,6 +88,8 @@ linux-2.6 (2.6.26~rc8-1~experimental.1) UNRELEASED; urgency=low
- gbefb: fix cmap FIFO timeout (closes: #487257)
* [arm/ixp4xx] Add support for Freecom FSG-3 (Rod Whitby).
* [arm/ixp4xx] Enable CONFIG_MACH_DSMG600.
* [arm/iop32x] Unset NET_DMA since it actually leads to worse network
performance.
[ Ian Campbell ]
* Readme.build updated on how to generate orig tarballs.

View File

@ -144,7 +144,7 @@ CONFIG_VT_CONSOLE=y
##
CONFIG_DMADEVICES=y
CONFIG_INTEL_IOP_ADMA=y
CONFIG_NET_DMA=y
# CONFIG_NET_DMA is not set
##
## file: drivers/firewire/Kconfig