mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PCI LKM support:
The new function pci_register_lkm (struct pci_device *dvp) appends the driver to the list of known PCI drivers, and initiates a PCI bus rescan.
This commit is contained in:
parent
b755685be8
commit
99867152a5
1 changed files with 2 additions and 0 deletions
|
|
@ -95,4 +95,6 @@ struct pcibus {
|
|||
|
||||
extern struct linker_set pcibus_set;
|
||||
|
||||
int pci_register_lkm (struct pci_device *dvp);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue