소스 검색

[phantom] Remove comment that no longer matches reality

tags/v0.9.4
Michael Brown 15 년 전
부모
커밋
07581d3faa
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      src/drivers/net/phantom/phantom.c

+ 0
- 3
src/drivers/net/phantom/phantom.c 파일 보기

@@ -1554,9 +1554,6 @@ static int phantom_map_crb ( struct phantom_nic *phantom,
1554 1554
 	unsigned long bar0_start;
1555 1555
 	unsigned long bar0_size;
1556 1556
 
1557
-	/* CRB window is always in the last 32MB of BAR0 (which may be
1558
-	 * a 32MB or a 128MB BAR).
1559
-	 */
1560 1557
 	bar0_start = pci_bar_start ( pci, PCI_BASE_ADDRESS_0 );
1561 1558
 	bar0_size = pci_bar_size ( pci, PCI_BASE_ADDRESS_0 );
1562 1559
 	DBGC ( phantom, "Phantom %p BAR0 is %08lx+%lx\n",

Loading…
취소
저장