* 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:
parent
bec35dad2a
commit
86402b4e0f
3 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue