mirror of
https://github.com/opnsense/src.git
synced 2026-05-16 02:59:48 -04:00
linuxkpi: Add rom and romlen to struct pci_dev
Approved by: bz (src), hselasky (src)
Differential Reivison: https://reviews.freebsd.org/D30686
(cherry picked from commit 096104e790)
This commit is contained in:
parent
4b70759183
commit
04456f7118
1 changed files with 2 additions and 0 deletions
|
|
@ -243,6 +243,8 @@ struct pci_dev {
|
|||
uint32_t class;
|
||||
uint8_t revision;
|
||||
bool msi_enabled;
|
||||
phys_addr_t rom;
|
||||
size_t romlen;
|
||||
|
||||
TAILQ_HEAD(, pci_mmio_region) mmio;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue