Browse Source

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 20 years ago
parent
commit
c2a21744f6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/drivers/net/undi.h

+ 1
- 1
src/arch/i386/drivers/net/undi.h View 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…
Cancel
Save