On Fri, May 15, 2009 at 12:42 PM, Corey Osgood <[email protected]> wrote:
>  I don't have time to fix right now, but see Config.lb in the
> src/mainboard/** directory for the mew-vm. You're looking for the
> ide0_enable flag, it needs to be added to the same file for the mew-am.

actually, it needs to be removed; support for selective ide disable
was removed from the southbridge (I don't know why).

Try this:
Index: src/mainboard/asus/mew-am/Config.lb
===================================================================
--- src/mainboard/asus/mew-am/Config.lb (revision 4289)
+++ src/mainboard/asus/mew-am/Config.lb (working copy)
@@ -126,8 +126,6 @@
       device pci 1f.3 on end           # SMbus
       device pci 1f.5 off end          # AC'97 audio (N/A, uses CS4280 chip)
       device pci 1f.6 off end          # AC'97 modem (N/A)
-      register "ide0_enable" = "1"
-      register "ide1_enable" = "1"
     end
   end
 end

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to