grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] power management on coreboot


From: Robert Millan
Subject: Re: [PATCH] power management on coreboot
Date: Mon, 4 Aug 2008 17:25:27 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Mon, Aug 04, 2008 at 01:48:33PM +0200, Robert Millan wrote:
> +  /* Bochs, QEMU, etc.  */
> +  for (p = bochs_shutdown; *p || *(p-1); p++)
> +    grub_outb (*p, 0x8900);

Ah, mistake here.  This would continue if there's a \0 after the string
terminator.

I guess I'll have to add an explicit call after the loop.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]