mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 02:40:27 +03:00
[romprefix] Add UNDI ROMID structure bus type field
The IBM iSCSI Firmware Initiator complains that we don't have a bus type field in the UNDI ROMID structure, so include one.
This commit is contained in:
@@ -123,6 +123,7 @@ undiheader:
|
||||
.word _data16_size /* Stack segment size */
|
||||
.word _data16_size /* Data segment size */
|
||||
.word _text16_size /* Code segment size */
|
||||
.ascii "PCIR" /* Bus type */
|
||||
.equ undiheader_len, . - undiheader
|
||||
.size undiheader, . - undiheader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user