david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Fixed typo

This commit is contained in:
Marty Connor 2007-01-05 16:09:47 +00:00
parent d0a3cc3417
commit 7dee2556f4
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static int pxedev_get_instance_info ( struct pxe_device *pxe ) {
memcpy ( pxe->hwaddr, undi_info.PermNodeAddress,
sizeof ( pxe->hwaddr ) );
pxe->irq = undi_info.IntNumber;
pxe->rom = undi_info.ROMAddress;
pxe->rom_segment = undi_info.ROMAddress;
return 0;
}