[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20091108.213055.54434626.davem@davemloft.net>
Date: Sun, 08 Nov 2009 21:30:55 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: torvalds@...ux-foundation.org
CC: akpm@...ux-foundation.org, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT]: IDE
The revert we thought we didn't need, we really do need still, even
with Bart Z.'s fix.
The issue is that we are doing these PIO setting calls before we did
the device probe and therefore we don't yet know the media type.
Yet the ->set_pio_mode() of some drivers key off of the media type to
determine whether to turn prefetching etc. on so it can't possibly
work properly.
Please pull, thanks!
The following changes since commit 7c9abfb884b8737f0afdc8a88bcea77526f0da87:
Linus Torvalds (1):
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master
David S. Miller (1):
Revert "ide: try to use PIO Mode 0 during probe if possible"
drivers/ide/ide-probe.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists