mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
Fixed typo
This commit is contained in:
@@ -176,7 +176,7 @@ static int pxedev_get_instance_info ( struct pxe_device *pxe ) {
|
|||||||
memcpy ( pxe->hwaddr, undi_info.PermNodeAddress,
|
memcpy ( pxe->hwaddr, undi_info.PermNodeAddress,
|
||||||
sizeof ( pxe->hwaddr ) );
|
sizeof ( pxe->hwaddr ) );
|
||||||
pxe->irq = undi_info.IntNumber;
|
pxe->irq = undi_info.IntNumber;
|
||||||
pxe->rom = undi_info.ROMAddress;
|
pxe->rom_segment = undi_info.ROMAddress;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user