[coreboot] [v2] r4303 - trunk/coreboot-v2/src/mainboard/asus/mew-am

svn at coreboot.org svn at coreboot.org
Tue May 26 15:03:30 CEST 2009


Author: stepan
Date: 2009-05-26 15:03:30 +0200 (Tue, 26 May 2009)
New Revision: 4303

Modified:
   trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb
Log:
the i82801xx driver does not know ide{0,1}_enable in its chip.h, so comment it
out in the mainboard config file. (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb	2009-05-26 12:58:00 UTC (rev 4302)
+++ trunk/coreboot-v2/src/mainboard/asus/mew-am/Config.lb	2009-05-26 13:03:30 UTC (rev 4303)
@@ -126,8 +126,8 @@
       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"
+      #register "ide0_enable" = "1"
+      #register "ide1_enable" = "1"
     end
   end
 end





More information about the coreboot mailing list