Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
Michael Brown committed Aug 27, 2008
1 parent cb6fea0 commit 32e3468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/i386/prefix/romprefix.S
Expand Up @@ -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

Expand Down

0 comments on commit 32e3468

Please sign in to comment.