From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KD1E8-0003X4-Um for mharc-grub-devel@gnu.org; Sun, 29 Jun 2008 14:02:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD1E6-0003T3-Vn for grub-devel@gnu.org; Sun, 29 Jun 2008 14:02:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD1E5-0003R5-6i for grub-devel@gnu.org; Sun, 29 Jun 2008 14:02:14 -0400 Received: from [199.232.76.173] (port=33074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD1E4-0003Qu-VI for grub-devel@gnu.org; Sun, 29 Jun 2008 14:02:13 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:60461 helo=kirsi1.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KD1E4-000665-9v for grub-devel@gnu.org; Sun, 29 Jun 2008 14:02:12 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi1.rokki.sonera.fi (8.5.014) id 483E837C01650F06 for grub-devel@gnu.org; Sun, 29 Jun 2008 21:02:11 +0300 Message-ID: <4867CE2B.2090604@nic.fi> Date: Sun, 29 Jun 2008 21:02:19 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080626141354.GC7511@thorin> <20080629112314.GB2347@thorin> <20080629173649.GA1982@thorin> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: macbook keyboard workaround (Re: [PATCH] Loading windows in macbook) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2008 18:02:15 -0000 Bean wrote: > On Mon, Jun 30, 2008 at 1:36 AM, Robert Millan wrote: >> On Sun, Jun 29, 2008 at 07:43:13PM +0800, Bean wrote: >>>> Strange.. does it work for you if you chainload it from GRUB Legacy? >>> Hi, >>> >>> But grub legacy should have the keyboard issue as well, is there a >>> patch for it ? >> In the debian version we have this patch: >> >> http://svn.debian.org/viewsvn/pkg-grub/grub/trunk/debian/patches/intelmac.diff?rev=215&view=log > > Hi, > > Oh, that patch uses busy waiting, is it good ? > > Anyway, I just try chainloading core.img from grub legacy, it's ok, > the keyboard doesn't hang. Busy looping is the last thing we want to have. If this is the way for mac, then detect mac and add workaround for only it.