summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2008-08-27 23:08:57 +0200
committerMichael Brown2008-08-27 23:08:57 +0200
commit32e34683c0d5f97727555adffddae77f81fb95f7 (patch)
treee73e887ef229e848dfaa7a3ef4c1d465491215d8
parent[phantom] Fix P3 B1 silicon bug workaround (diff)
downloadipxe-32e34683c0d5f97727555adffddae77f81fb95f7.tar.gz
ipxe-32e34683c0d5f97727555adffddae77f81fb95f7.tar.xz
ipxe-32e34683c0d5f97727555adffddae77f81fb95f7.zip
[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.
-rw-r--r--src/arch/i386/prefix/romprefix.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S
index b22cbab3..90ddd106 100644
--- a/src/arch/i386/prefix/romprefix.S
+++ b/src/arch/i386/prefix/romprefix.S
@@ -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