* include/grub/i386/openbsd_bootarg.h: Add addr and frequency fields.

* grub-core/loader/i386/bsd.c (grub_cmd_openbsd): Fill addr field.

	Suggested by: Markus Müller.
This commit is contained in:
Vladimir Serbinenko 2014-02-28 10:50:05 +01:00
parent bec35dad2a
commit 86402b4e0f
3 changed files with 11 additions and 0 deletions

View file

@ -75,6 +75,8 @@ struct grub_openbsd_bootarg_console
{
grub_uint32_t device;
grub_uint32_t speed;
grub_uint32_t addr;
grub_uint32_t frequency;
};
struct grub_openbsd_bootarg_pcibios