Browse Source

Fixed typo

tags/v0.9.3
Marty Connor 17 years ago
parent
commit
7dee2556f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/drivers/bus/pxebus.c

+ 1
- 1
src/arch/i386/drivers/bus/pxebus.c View File

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

Loading…
Cancel
Save