From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,MISSING_HEADERS, SPF_NEUTRAL autolearn=no version=3.2.5 Message-ID: <5015A6BB.5030507@gmail.com> Date: Mon, 30 Jul 2012 01:10:19 +0400 From: Alexey Gladkov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120706 Thunderbird/13.0.1 MIME-Version: 1.0 CC: kbd@lists.altlinux.org References: <201207270909.07319.ptesarik@suse.cz> In-Reply-To: <201207270909.07319.ptesarik@suse.cz> X-Enigmail-Version: 1.5pre OpenPGP: id=4CFFD434; url=http://pgp.mit.edu:11371/pks/lookup?op=vindex&fingerprint=on&search=0xA45ABA544CFFD434 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [kbd] [PATCH v2] setleds: add option to reset state to the BIOS default X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 21:10:28 -0000 Archived-At: List-Archive: 27.07.2012 11:09, Petr Tesarik wrote: > +#if defined(__i386__) || defined(__x86_64__) > +# define HAVE_BIOS 1 I think it's strange condition. How your code will work on the EFI ? -- Rgrds, legion