* include/grub/i386/pc/biosdisk.h (grub_biosdisk_drp): Fix device_path

length.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-14 11:10:09 +02:00
parent 7c9d0c39af
commit b828fb5d9c
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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;