Following patch enables UDMA on ALL IDE devices. The current code enables it only...
authorRudolf Marek <r.marek@assembler.cz>
Sun, 10 Oct 2010 19:54:15 +0000 (19:54 +0000)
committerRudolf Marek <r.marek@assembler.cz>
Sun, 10 Oct 2010 19:54:15 +0000 (19:54 +0000)
commit14cc9271780b8348f5007b6247290c15367fb45c
treebcbfc282779e55d0319f26ae4eb90fb99946fb4e
parent2a5101aba49315b6c46aa3dc4c6c07633e453c06
Following patch enables UDMA on ALL IDE devices. The current code enables it only for primary master, which causes my DVD drive to fail under windows install
and even after hard reset in linux (DMA seems lockup).

The fix should not have any influence for Linux because the IDE driver will
correctly reprogram this bit.

Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5931 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/amd/sb700/sb700_ide.c