소스 검색

We now record a pointer to the struct pci_device, since it's carried

around in struct dev anyway.
tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
c2a21744f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/arch/i386/drivers/net/undi.h

+ 1
- 1
src/arch/i386/drivers/net/undi.h 파일 보기

@@ -167,7 +167,7 @@ typedef struct undi {
167 167
 	uint8_t opened;		/* pxenv_undi_open() has been called */
168 168
 	/* Parameters that we need to store for future reference
169 169
 	 */
170
-	struct pci_device	pci;
170
+	struct pci_device	*pci;
171 171
 	irq_t			irq;
172 172
 } undi_t;
173 173
 

Loading…
취소
저장