Re: Kernel 2.6.37 erroneously limiting to UDMA/33
From: Tejun Heo <tj@kernel.org>
Date: 2011-01-07 20:58:28
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2011-01-07 20:58:28
Also in:
lkml
Hello, On Thu, Jan 06, 2011 at 01:29:37PM -0500, Stephen Clark wrote:
Hmm... libata.force=80c - didn't seem to work.
Is libata.ko a module which is loaded from initrd? The initrd could be dumb and fail to pass the kernel param to the module when loading it. In those cases, you'll need to modify initrd so that the parameter is specified. Thanks. -- tejun