On Fri, May 15, 2009 at 2:04 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
On Fri, May 15, 2009 at 01:57:15PM -0600, Myles Watson wrote:
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"
I'll fix the code to actually _honor_ those variables properly instead of hardcode the behaviour, unless Joseph beats me to it.
Since there are no occurrences of ide._enable in the i82801xx directory, lets remove the two lines until its implemented so that it builds.
Thanks, Myles