* include/grub/i386/pc/biosdisk.h (grub_biosdisk_drp): Fix device_path
length.
This commit is contained in:
parent
7c9d0c39af
commit
b828fb5d9c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/i386/pc/biosdisk.h (grub_biosdisk_drp): Fix device_path
|
||||
length.
|
||||
|
||||
2013-08-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix handling of build-time grub-bin2h and grub-mkfont when doing
|
||||
|
|
|
@ -69,7 +69,7 @@ struct grub_biosdisk_drp
|
|||
grub_uint8_t name_of_host_bus[4];
|
||||
grub_uint8_t name_of_interface_type[8];
|
||||
grub_uint8_t interface_path[8];
|
||||
grub_uint8_t device_path[8];
|
||||
grub_uint8_t device_path[16];
|
||||
grub_uint8_t reserved2;
|
||||
grub_uint8_t checksum;
|
||||
|
||||
|
|
Loading…
Reference in a new issue