]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Fixed typo
authorMarty Connor <mdc@etherboot.org>
Fri, 5 Jan 2007 16:09:47 +0000 (16:09 +0000)
committerMarty Connor <mdc@etherboot.org>
Fri, 5 Jan 2007 16:09:47 +0000 (16:09 +0000)
src/arch/i386/drivers/bus/pxebus.c

index 66cb0fde1592161dcdb9591186a99b21130e10b9..7ad3b6aadf33b9bb00728a62bf113579e11973f9 100644 (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;
 }