Sfoglia il codice sorgente

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 21 anni fa
parent
commit
c2a21744f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/arch/i386/drivers/net/undi.h

+ 1
- 1
src/arch/i386/drivers/net/undi.h Vedi File

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

Loading…
Annulla
Salva