summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2008-08-26 05:45:31 +0200
committerMichael Brown2008-08-26 05:45:31 +0200
commit07581d3faacf96bb4c2ade4fe360926e344b29b1 (patch)
tree8c81580acc41978afaec7ac4846f95e1a982587c
parent[romprefix] Add more diagnostic messages to ROM prefix (diff)
downloadipxe-07581d3faacf96bb4c2ade4fe360926e344b29b1.tar.gz
ipxe-07581d3faacf96bb4c2ade4fe360926e344b29b1.tar.xz
ipxe-07581d3faacf96bb4c2ade4fe360926e344b29b1.zip
[phantom] Remove comment that no longer matches reality
-rw-r--r--src/drivers/net/phantom/phantom.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/net/phantom/phantom.c b/src/drivers/net/phantom/phantom.c
index 8f0453cc..9d789d6d 100644
--- 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",