http://git.etherboot.org
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee0e0f
)
Fix to compile under gpxe
author
Michael Brown
<mcb30@etherboot.org>
Thu, 16 Mar 2006 18:54:57 +0000
(18:54 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 16 Mar 2006 18:54:57 +0000
(18:54 +0000)
src/drivers/net/3c90x.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/3c90x.c
b/src/drivers/net/3c90x.c
index
0e855a4
..
c544381
100644
(file)
--- a/
src/drivers/net/3c90x.c
+++ b/
src/drivers/net/3c90x.c
@@
-719,7
+719,7
@@
static int a3c90x_probe ( struct nic *nic, struct pci_device *pci ) {
nic->ioaddr = pci->ioaddr;
nic->irqno = 0;
- INF_3C90X.is3c556 = (pci->dev_id == 0x6055);
+ INF_3C90X.is3c556 = (pci->dev
ice
_id == 0x6055);
INF_3C90X.IOAddr = pci->ioaddr & ~3;
INF_3C90X.CurrentWindow = 255;
switch (a3c90x_internal_ReadEeprom(INF_3C90X.IOAddr, 0x03))