mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add PNP info to PCI attachment of ix driver
Reviewed by: imp, chuck Submitted by: Lakhan Shiva Kamireddy <lakhanshiva@gmail.com> Sponsored by: Google, Inc. (GSoC 2018) Differential Revision: https://reviews.freebsd.org/D15979
This commit is contained in:
parent
4322d10734
commit
4ce9eaf731
1 changed files with 2 additions and 0 deletions
|
|
@ -237,6 +237,8 @@ static driver_t ix_driver = {
|
|||
|
||||
devclass_t ix_devclass;
|
||||
DRIVER_MODULE(ix, pci, ix_driver, ix_devclass, 0, 0);
|
||||
MODULE_PNP_INFO("U16:vendor;U16:device", pci, ix, ixgbe_vendor_info_array,
|
||||
sizeof(ixgbe_vendor_info_array[0]), nitems(ixgbe_vendor_info_array) - 1);
|
||||
|
||||
MODULE_DEPEND(ix, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(ix, ether, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue