소스 검색

Default to port 0 (sic).

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
7ce3df65c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/drivers/net/etherfabric.c

+ 1
- 1
src/drivers/net/etherfabric.c 파일 보기

3365
 ***************************************************************************/
3365
 ***************************************************************************/
3366
 static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
3366
 static int etherfabric_probe ( struct nic *nic, struct pci_device *pci ) {
3367
 	static struct efab_nic efab;
3367
 	static struct efab_nic efab;
3368
-	static int nic_port = 0;
3368
+	static int nic_port = 1;
3369
 	struct efab_buffers *buffers;
3369
 	struct efab_buffers *buffers;
3370
 	int i;
3370
 	int i;
3371
 
3371
 

Loading…
취소
저장