Explorar el Código

[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 hace 15 años
padre
commit
32e34683c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/arch/i386/prefix/romprefix.S

+ 1
- 0
src/arch/i386/prefix/romprefix.S Ver fichero

@@ -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…
Cancelar
Guardar