All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Turischev <denis@compulab.co.il>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org, Mike Rapoport <mike@compulab.co.il>
Subject: Re: Reboot quirk for sbc-fitpc2 board
Date: Tue, 14 Jul 2009 16:41:03 +0300	[thread overview]
Message-ID: <4A5C8AEF.60700@compulab.co.il> (raw)
In-Reply-To: <4A364942.8080802@compulab.co.il>

Any updates on this?

Denis Turischev wrote:
> Handle problems with rebooting on CompuLab SBC-FITPC2 board.
>
> Signed-off by Denis Turischev <denis@compulab.co.il>
>
> --- linux-2.6.30.orig/arch/x86/kernel/reboot.c  2009-06-15
> 15:34:49.000000000 +0300
> +++ linux-2.6.30/arch/x86/kernel/reboot.c       2009-06-15
> 15:37:07.000000000 +0300
> @@ -240,6 +240,14 @@
>                         DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
>                 },
>         },
> +       {       /* Handle problems with rebooting on CompuLab SBC-FITPC2
> board */
> +               .callback = set_bios_reboot,
> +               .ident = "CompuLab SBC-FITPC2",
> +               .matches = {
> +                       DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
> +                       DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
> +               },
> +       },
>         { }
>  };
>
>
>   


  reply	other threads:[~2009-07-14 13:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-15 13:14 Reboot quirk for sbc-fitpc2 board Denis Turischev
2009-07-14 13:41 ` Denis Turischev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-16 12:31 Denis Turischev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A5C8AEF.60700@compulab.co.il \
    --to=denis@compulab.co.il \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mike@compulab.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.