Selaa lähdekoodia

[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.
tags/v0.9.4
Michael Brown 15 vuotta sitten
vanhempi
commit
32e34683c0
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/arch/i386/prefix/romprefix.S

+ 1
- 0
src/arch/i386/prefix/romprefix.S Näytä tiedosto

@@ -123,6 +123,7 @@ undiheader:
123 123
 	.word	_data16_size		/* Stack segment size */
124 124
 	.word	_data16_size		/* Data segment size */
125 125
 	.word	_text16_size		/* Code segment size */
126
+	.ascii	"PCIR"			/* Bus type */
126 127
 	.equ undiheader_len, . - undiheader
127 128
 	.size undiheader, . - undiheader
128 129
 

Loading…
Peruuta
Tallenna