mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add PNP info to PCI attachment of fxp driver
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Pull Request: https://github.com/bsdimp/freebsd/pull/5
This commit is contained in:
parent
40abe76bf0
commit
20dd1e71e0
1 changed files with 2 additions and 0 deletions
|
|
@ -307,6 +307,8 @@ static devclass_t fxp_devclass;
|
|||
|
||||
DRIVER_MODULE_ORDERED(fxp, pci, fxp_driver, fxp_devclass, NULL, NULL,
|
||||
SI_ORDER_ANY);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device", pci, fxp, fxp_ident_table,
|
||||
sizeof(fxp_ident_table[0]), nitems(fxp_ident_table) - 1);
|
||||
DRIVER_MODULE(miibus, fxp, miibus_driver, miibus_devclass, NULL, NULL);
|
||||
|
||||
static struct resource_spec fxp_res_spec_mem[] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue