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:
de7be48
)
[phantom] Remove comment that no longer matches reality
author
Michael Brown
<mcb30@etherboot.org>
Tue, 26 Aug 2008 03:45:31 +0000
(
04:45
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 26 Aug 2008 03:45:31 +0000
(
04:45
+0100)
src/drivers/net/phantom/phantom.c
patch
|
blob
|
history
diff --git
a/src/drivers/net/phantom/phantom.c
b/src/drivers/net/phantom/phantom.c
index
8f0453c
..
9d789d6
100644
(file)
--- a/
src/drivers/net/phantom/phantom.c
+++ b/
src/drivers/net/phantom/phantom.c
@@
-1554,9
+1554,6
@@
static int phantom_map_crb ( struct phantom_nic *phantom,
unsigned long bar0_start;
unsigned long bar0_size;
- /* CRB window is always in the last 32MB of BAR0 (which may be
- * a 32MB or a 128MB BAR).
- */
bar0_start = pci_bar_start ( pci, PCI_BASE_ADDRESS_0 );
bar0_size = pci_bar_size ( pci, PCI_BASE_ADDRESS_0 );
DBGC ( phantom, "Phantom %p BAR0 is %08lx+%lx\n",