Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[phantom] Remove comment that no longer matches reality
  • Loading branch information
Michael Brown committed Aug 26, 2008
1 parent de7be48 commit 07581d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/drivers/net/phantom/phantom.c
Expand Up @@ -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",
Expand Down

0 comments on commit 07581d3

Please sign in to comment.