Explorar el Código

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 hace 20 años
padre
commit
c2a21744f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/drivers/net/undi.h

+ 1
- 1
src/arch/i386/drivers/net/undi.h Ver fichero

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…
Cancelar
Guardar