mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
We now record a pointer to the struct pci_device, since it's carried
around in struct dev anyway.
This commit is contained in:
@@ -167,7 +167,7 @@ typedef struct undi {
|
|||||||
uint8_t opened; /* pxenv_undi_open() has been called */
|
uint8_t opened; /* pxenv_undi_open() has been called */
|
||||||
/* Parameters that we need to store for future reference
|
/* Parameters that we need to store for future reference
|
||||||
*/
|
*/
|
||||||
struct pci_device pci;
|
struct pci_device *pci;
|
||||||
irq_t irq;
|
irq_t irq;
|
||||||
} undi_t;
|
} undi_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user