mirror of https://github.com/ipxe/ipxe.git
[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.pull/1/head
parent
cb6fea0690
commit
32e34683c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue