j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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@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