From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LhVUi-0000fz-M6 for mharc-grub-devel@gnu.org; Wed, 11 Mar 2009 16:57:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhVUf-0000ef-AB for grub-devel@gnu.org; Wed, 11 Mar 2009 16:57:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhVUd-0000eS-LZ for grub-devel@gnu.org; Wed, 11 Mar 2009 16:57:36 -0400 Received: from [199.232.76.173] (port=59027 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhVUd-0000eP-Fr for grub-devel@gnu.org; Wed, 11 Mar 2009 16:57:35 -0400 Received: from mail-fx0-f176.google.com ([209.85.220.176]:62636) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhVUc-0007lO-W9 for grub-devel@gnu.org; Wed, 11 Mar 2009 16:57:35 -0400 Received: by fxm24 with SMTP id 24so165977fxm.42 for ; Wed, 11 Mar 2009 13:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=MvyKEU2L3D0JwsI3y9n3MfUTVti14zsWmrJKTZBJ9Ho=; b=B0WIrEXPSDr/JANv5AcMK3I24x/UZ2lKIc+XTPkYoqlJHyFdH8Er/w/s/bpNAtwevD sWZI23LrL8Ssw0uNjJ+t2xeS3xz+I0EAOfesEaS5MAlGV1Qf75Tn7tCkjEE7qioCdG4k Mf15Ak63pgD4zOJrkL+OPaCA96CvTpyvo5GO8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=tIJhyUKwVv39Jzi3NUNqIxifGieixz+jjQeFvI4hgvrQGhVfelv5p2eDqcLtfDwvv+ ZIya8YqNSGB96C2P3P31IMmocyhvkDLmQuLU9OKAdh/F9SwSxFdp854jAaX7TJeWsdi5 mgfxhf7MZqfTUhITNNDRQQpVMh9prDP8TZ+hI= Received: by 10.204.55.200 with SMTP id v8mr231903bkg.54.1236805053787; Wed, 11 Mar 2009 13:57:33 -0700 (PDT) Received: from ?192.168.1.2? (44-46.3-85.cust.bluewin.ch [85.3.46.44]) by mx.google.com with ESMTPS id 28sm323430fkx.37.2009.03.11.13.57.32 (version=SSLv3 cipher=RC4-MD5); Wed, 11 Mar 2009 13:57:32 -0700 (PDT) Message-ID: <49B825BD.7070009@gmail.com> Date: Wed, 11 Mar 2009 21:57:33 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: <4988B758.5060408@gmail.com> <1233698760.17258.5.camel@dv> <49894A2C.7040509@gmail.com> In-Reply-To: <49894A2C.7040509@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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: Wed, 11 Mar 2009 20:57:37 -0000 Hello this issue still persists and unfortunately usb keyboard didn't fix the issue. Perhaps we should commit this as at least temporary solution for the problem? phcoder wrote: > Fixed > Pavel Roskin wrote: >> 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 Vladimir 'phcoder' Serbinenko