From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LUTPD-0005fu-Eo for mharc-grub-devel@gnu.org; Tue, 03 Feb 2009 17:06:07 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUTPB-0005dR-QT for grub-devel@gnu.org; Tue, 03 Feb 2009 17:06:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUTPB-0005cV-Cp for grub-devel@gnu.org; Tue, 03 Feb 2009 17:06:05 -0500 Received: from [199.232.76.173] (port=36861 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUTPB-0005cB-0W for grub-devel@gnu.org; Tue, 03 Feb 2009 17:06:05 -0500 Received: from c60.cesmail.net ([216.154.195.49]:44193) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LUTPA-00043H-GV for grub-devel@gnu.org; Tue, 03 Feb 2009 17:06:04 -0500 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 03 Feb 2009 17:06:04 -0500 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 0561034C6A for ; Tue, 3 Feb 2009 17:21:43 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <4988B758.5060408@gmail.com> References: <4988B758.5060408@gmail.com> Content-Type: text/plain Date: Tue, 03 Feb 2009 17:06:00 -0500 Message-Id: <1233698760.17258.5.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 (2.24.3-1.fc10) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [Bugfix] Hang on new mac laptops 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: Tue, 03 Feb 2009 22:06:06 -0000 On Tue, 2009-02-03 at 22:30 +0100, phcoder wrote: > - status = efi_call_3 (b->wait_for_event, 1, &(i->wait_for_key), > &index); > + /* status = efi_call_3 (b->wait_for_event, 1, > &(i->wait_for_key), &index); > if (status != GRUB_EFI_SUCCESS) > - return -1; > + return -1;*/ > + grub_millisleep (10); Please don't leave commented out code. If you want a comment to be there, you can write something. If you want to preserve the file history, Subversion does it already. -- Regards, Pavel Roskin