http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a3cc3
)
Fixed typo
author
Marty Connor
<mdc@etherboot.org>
Fri, 5 Jan 2007 16:09:47 +0000
(16:09 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Fri, 5 Jan 2007 16:09:47 +0000
(16:09 +0000)
src/arch/i386/drivers/bus/pxebus.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/drivers/bus/pxebus.c
b/src/arch/i386/drivers/bus/pxebus.c
index
66cb0fd
..
7ad3b6a
100644
(file)
--- a/
src/arch/i386/drivers/bus/pxebus.c
+++ b/
src/arch/i386/drivers/bus/pxebus.c
@@
-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;
}