[OpenBIOS] [commit] r1159 - trunk/openbios-devel/drivers

repository service svn at openbios.org
Tue Jun 25 03:55:44 CEST 2013


Author: agraf
Date: Tue Jun 25 03:55:44 2013
New Revision: 1159
URL: http://tracker.coreboot.org/trac/openbios/changeset/1159

Log:
g3beige: Enable second ATA port on MacIO

The macio on our g3beige (heathrow) machine has 2 ATA links. Enable
the second one.

Signed-off-by: Alexander Graf <agraf at suse.de>

Modified:
   trunk/openbios-devel/drivers/macio.c

Modified: trunk/openbios-devel/drivers/macio.c
==============================================================================
--- trunk/openbios-devel/drivers/macio.c	Sun Jun 23 00:32:07 2013	(r1158)
+++ trunk/openbios-devel/drivers/macio.c	Tue Jun 25 03:55:44 2013	(r1159)
@@ -253,7 +253,7 @@
 	cuda_init(path, addr);
 	macio_nvram_init(path, addr);
         escc_init(path, addr);
-	macio_ide_init(path, addr, 1);
+	macio_ide_init(path, addr, 2);
 }
 
 void



More information about the OpenBIOS mailing list