2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-20 14:33:15 +00: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:
Michael Brown 2008-08-27 22:08:57 +01:00
parent cb6fea0690
commit 32e34683c0

View File

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