Re: PowerMac hack breaks Efika

2007-07-09 Thread Robert Millan
On Wed, Jul 04, 2007 at 11:10:15AM -0500, Hollis Blanchard wrote: > > It's entirely possible that a particular firmware does not correctly > implement these commands. We already have a framework for such cases, > and we already work around SmartFirmware bugs with it. > 1. define a GRUB_IEEE12

Re: PowerMac hack breaks Efika

2007-07-04 Thread Hollis Blanchard
On Mon, 2007-07-02 at 14:48 +0200, Stefan Reinauer wrote: > * Robert Millan <[EMAIL PROTECTED]> [070702 10:17]: > > The following lines in grub_ofconsole_init(): > > > > /* The latest PowerMacs don't actually initialize the screen for us, so we > >* use this trick to re-open the output devic

Re: PowerMac hack breaks Efika

2007-07-02 Thread Robert Millan
On Mon, Jul 02, 2007 at 02:48:49PM +0200, Stefan Reinauer wrote: > * Robert Millan <[EMAIL PROTECTED]> [070702 10:17]: > > The following lines in grub_ofconsole_init(): > > > > /* The latest PowerMacs don't actually initialize the screen for us, so we > >* use this trick to re-open the outpu

Re: PowerMac hack breaks Efika

2007-07-02 Thread Stefan Reinauer
* Robert Millan <[EMAIL PROTECTED]> [070702 10:17]: > The following lines in grub_ofconsole_init(): > > /* The latest PowerMacs don't actually initialize the screen for us, so we >* use this trick to re-open the output device. */ > grub_ieee1275_interpret ("output-device output", 0); > >

PowerMac hack breaks Efika

2007-07-02 Thread Robert Millan
Hi, The following lines in grub_ofconsole_init(): /* The latest PowerMacs don't actually initialize the screen for us, so we * use this trick to re-open the output device. */ grub_ieee1275_interpret ("output-device output", 0); break Efika (SmartFirmware) and possibly other implementati