View previous topic :: View next topic |
Author |
Message |
nuno n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Jun 2004 Posts: 22 Location: Portugal
|
Posted: Thu Oct 11, 2007 9:35 pm Post subject: linux > 2.6.21 doesn't use DMA with my SATA disk |
|
|
Hi,
Since I upgraded from linux 2.6.21 to 2.6.22 and now to 2.6.23, the OS isn't using DMA with my SATA disk. At the same time, the drive was renamed to /dev/hda, where previously it was named /dev/sda.
The pc is a centrino laptop with a ICH-6 chipset.
I posted my .config file at: http://pastebin.com/m3f736629
Do you think this is a regression in the linux kernel, or is this just a simple problem in my .config file?
Thanks in advance,
Nuno |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eccerr0r Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
Joined: 01 Jul 2004 Posts: 9895 Location: almost Mile High in the USA
|
Posted: Thu Oct 11, 2007 9:38 pm Post subject: |
|
|
Problem in your config.
You compiled the legacy IDE controller code in, and it's using that instead (as witnessed by the /dev/hdXX). _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nuno n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Jun 2004 Posts: 22 Location: Portugal
|
Posted: Fri Oct 12, 2007 10:30 am Post subject: |
|
|
eccerr0r wrote: | Problem in your config.
You compiled the legacy IDE controller code in, and it's using that instead (as witnessed by the /dev/hdXX). |
ah yes, thank you.
I disabled the IDE stuff and now it works fine. (I had it enables because I think that in previous kernels I had to enable it to get sata support..)
Thanks,
Nuno |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|